Last active
December 20, 2015 08:09
-
-
Save FedericoV/6098092 to your computer and use it in GitHub Desktop.
Build Attempt on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Coding Projects\sklearn\sklearn\feature_selection\selector_mixin.py:7: DeprecationWarning: sklearn.feature_selection.selector_mixin.SelectorMixin has been renamed sklearn.feature_selection.from_model._LearntSelectorMixin, and this alias will be removed in version 0.16 | |
DeprecationWarning) | |
D:\Coding Projects\sklearn\sklearn\pls.py:7: DeprecationWarning: This module has been moved to cross_decomposition and will be removed in 0.15 | |
"removed in 0.15", DeprecationWarning) | |
EE................FF...FFSS..............S..............................................E....E.................................SSS.........E.......................D:\Coding Projects\sklearn\sklearn\externals\joblib\test\test_func_inspect.py:122: UserWarning: Cannot inspect object <functools.partial object at 0x00000000084B5B88>, ignore list will not work. | |
nose.tools.assert_equal(filter_args(ff, ['y'], (1, )), | |
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S....F............................EFF..................................EE.......F...E.EE.................................F...............FE..................EE.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..................................E.........E...........................FF.........F........................................E.........................E.EE..EE.......EEF............E..................E.................. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\cluster\__init__.py", line 6, in <module> | |
from .spectral import spectral_clustering, SpectralClustering | |
File "D:\Coding Projects\sklearn\sklearn\cluster\spectral.py", line 17, in <module> | |
from ..manifold import spectral_embedding | |
File "D:\Coding Projects\sklearn\sklearn\manifold\__init__.py", line 6, in <module> | |
from .isomap import Isomap | |
File "D:\Coding Projects\sklearn\sklearn\manifold\isomap.py", line 11, in <module> | |
from ..decomposition import KernelPCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\covariance\__init__.py", line 15, in <module> | |
from .graph_lasso_ import graph_lasso, GraphLasso, GraphLassoCV | |
File "D:\Coding Projects\sklearn\sklearn\covariance\graph_lasso_.py", line 21, in <module> | |
from ..linear_model import lars_path | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\ensemble\tests\test_forest.py", line 23, in <module> | |
from sklearn.svm import LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Test different base estimators. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "D:\Coding Projects\sklearn\sklearn\ensemble\tests\test_weight_boosting.py", line 224, in test_base_estimator | |
from sklearn.svm import SVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\feature_extraction\tests\test_text.py", line 16, in <module> | |
from sklearn.svm import LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\tests\test_from_model.py", line 9, in <module> | |
from sklearn.linear_model import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\tests\test_rfe.py", line 15, in <module> | |
from sklearn.svm import SVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\hmm.py", line 22, in <module> | |
from .mixture import ( | |
File "D:\Coding Projects\sklearn\sklearn\mixture\__init__.py", line 5, in <module> | |
from .gmm import sample_gaussian, log_multivariate_normal_density | |
File "D:\Coding Projects\sklearn\sklearn\mixture\gmm.py", line 17, in <module> | |
from .. import cluster | |
File "D:\Coding Projects\sklearn\sklearn\cluster\__init__.py", line 6, in <module> | |
from .spectral import spectral_clustering, SpectralClustering | |
File "D:\Coding Projects\sklearn\sklearn\cluster\spectral.py", line 17, in <module> | |
from ..manifold import spectral_embedding | |
File "D:\Coding Projects\sklearn\sklearn\manifold\__init__.py", line 6, in <module> | |
from .isomap import Isomap | |
File "D:\Coding Projects\sklearn\sklearn\manifold\isomap.py", line 11, in <module> | |
from ..decomposition import KernelPCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\manifold\__init__.py", line 6, in <module> | |
from .isomap import Isomap | |
File "D:\Coding Projects\sklearn\sklearn\manifold\isomap.py", line 11, in <module> | |
from ..decomposition import KernelPCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\metrics\tests\test_metrics.py", line 10, in <module> | |
from sklearn import svm | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\metrics\tests\test_score_objects.py", line 10, in <module> | |
from sklearn.svm import LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\mixture\__init__.py", line 5, in <module> | |
from .gmm import sample_gaussian, log_multivariate_normal_density | |
File "D:\Coding Projects\sklearn\sklearn\mixture\gmm.py", line 17, in <module> | |
from .. import cluster | |
File "D:\Coding Projects\sklearn\sklearn\cluster\__init__.py", line 6, in <module> | |
from .spectral import spectral_clustering, SpectralClustering | |
File "D:\Coding Projects\sklearn\sklearn\cluster\spectral.py", line 17, in <module> | |
from ..manifold import spectral_embedding | |
File "D:\Coding Projects\sklearn\sklearn\manifold\__init__.py", line 6, in <module> | |
from .isomap import Isomap | |
File "D:\Coding Projects\sklearn\sklearn\manifold\isomap.py", line 11, in <module> | |
from ..decomposition import KernelPCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\preprocessing\tests\test_label.py", line 14, in <module> | |
from sklearn.linear_model.stochastic_gradient import SGDClassifier | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: sklearn.utils.tests.test_sparsefuncs.test_densify_rows | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "D:\Coding Projects\sklearn\sklearn\utils\tests\test_sparsefuncs.py", line 40, in test_densify_rows | |
assign_rows_csr(X, rows, np.arange(out.shape[0])[::-1], out) | |
File "sparsefuncs.pyx", line 300, in sklearn.utils.sparsefuncs.assign_rows_csr (utils\sparsefuncs.c:4029) | |
ValueError: Buffer dtype mismatch, expected 'npy_intp' but got 'long' | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_base.py", line 15, in <module> | |
from sklearn.svm import SVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_common.py", line 43, in <module> | |
from sklearn.svm.base import BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_cross_validation.py", line 30, in <module> | |
from sklearn.linear_model import Ridge | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: sklearn.tests.test_dummy.test_stratified_strategy | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_dummy.py", line 97, in test_stratified_strategy | |
y_pred = clf.predict(X) | |
File "D:\Coding Projects\sklearn\sklearn\dummy.py", line 134, in predict | |
proba = self.predict_proba(X) | |
File "D:\Coding Projects\sklearn\sklearn\dummy.py", line 198, in predict_proba | |
out = rs.multinomial(1, class_prior_[k], size=n_samples) | |
File "mtrand.pyx", line 4257, in mtrand.RandomState.multinomial (numpy\random\mtrand\mtrand.c:19727) | |
TypeError: unsupported operand type(s) for +: 'long' and 'tuple' | |
====================================================================== | |
ERROR: sklearn.tests.test_dummy.test_stratified_strategy_multioutput | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_dummy.py", line 116, in test_stratified_strategy_multioutput | |
y_pred = clf.predict(X) | |
File "D:\Coding Projects\sklearn\sklearn\dummy.py", line 134, in predict | |
proba = self.predict_proba(X) | |
File "D:\Coding Projects\sklearn\sklearn\dummy.py", line 198, in predict_proba | |
out = rs.multinomial(1, class_prior_[k], size=n_samples) | |
File "mtrand.pyx", line 4257, in mtrand.RandomState.multinomial (numpy\random\mtrand\mtrand.c:19727) | |
TypeError: unsupported operand type(s) for +: 'long' and 'tuple' | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_grid_search.py", line 33, in <module> | |
from sklearn.svm import LinearSVC, SVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_hmm.py", line 8, in <module> | |
from sklearn import hmm | |
File "D:\Coding Projects\sklearn\sklearn\hmm.py", line 22, in <module> | |
from .mixture import ( | |
File "D:\Coding Projects\sklearn\sklearn\mixture\__init__.py", line 5, in <module> | |
from .gmm import sample_gaussian, log_multivariate_normal_density | |
File "D:\Coding Projects\sklearn\sklearn\mixture\gmm.py", line 17, in <module> | |
from .. import cluster | |
File "D:\Coding Projects\sklearn\sklearn\cluster\__init__.py", line 6, in <module> | |
from .spectral import spectral_clustering, SpectralClustering | |
File "D:\Coding Projects\sklearn\sklearn\cluster\spectral.py", line 17, in <module> | |
from ..manifold import spectral_embedding | |
File "D:\Coding Projects\sklearn\sklearn\manifold\__init__.py", line 6, in <module> | |
from .isomap import Isomap | |
File "D:\Coding Projects\sklearn\sklearn\manifold\isomap.py", line 11, in <module> | |
from ..decomposition import KernelPCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\__init__.py", line 10, in <module> | |
from .sparse_pca import SparsePCA, MiniBatchSparsePCA | |
File "D:\Coding Projects\sklearn\sklearn\decomposition\sparse_pca.py", line 8, in <module> | |
from ..linear_model import ridge_regression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\__init__.py", line 24, in <module> | |
from .logistic import LogisticRegression | |
File "D:\Coding Projects\sklearn\sklearn\linear_model\logistic.py", line 5, in <module> | |
from ..svm.base import BaseLibLinear | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_multiclass.py", line 19, in <module> | |
from sklearn.svm import LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\loader.py", line 413, in loadTestsFromName | |
addr.filename, addr.module) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 47, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "C:\Anaconda\lib\site-packages\nose\importer.py", line 94, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_pipeline.py", line 16, in <module> | |
from sklearn.svm import SVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
====================================================================== | |
FAIL: Doctest: sklearn.datasets.base.load_boston | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.datasets.base.load_boston | |
File "D:\Coding Projects\sklearn\sklearn\datasets\base.py", line 392, in load_boston | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\base.py", line 414, in sklearn.datasets.base.load_boston | |
Failed example: | |
print(boston.data.shape) | |
Expected: | |
(506, 13) | |
Got: | |
(506L, 13L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F36048>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.datasets.base.load_digits | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.datasets.base.load_digits | |
File "D:\Coding Projects\sklearn\sklearn\datasets\base.py", line 272, in load_digits | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\base.py", line 306, in sklearn.datasets.base.load_digits | |
Failed example: | |
print(digits.data.shape) | |
Expected: | |
(1797, 64) | |
Got: | |
(1797L, 64L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F36388>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.datasets.mldata.fetch_mldata | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.datasets.mldata.fetch_mldata | |
File "D:\Coding Projects\sklearn\sklearn\datasets\mldata.py", line 38, in fetch_mldata | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\mldata.py", line 100, in sklearn.datasets.mldata.fetch_mldata | |
Failed example: | |
iris.target.shape | |
Expected: | |
(150,) | |
Got: | |
(150L,) | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\mldata.py", line 102, in sklearn.datasets.mldata.fetch_mldata | |
Failed example: | |
iris.data.shape | |
Expected: | |
(150, 4) | |
Got: | |
(150L, 4L) | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\mldata.py", line 109, in sklearn.datasets.mldata.fetch_mldata | |
Failed example: | |
leuk.data.shape | |
Expected: | |
(72, 7129) | |
Got: | |
(72L, 7129L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F36088>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.datasets.samples_generator.make_blobs | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.datasets.samples_generator.make_blobs | |
File "D:\Coding Projects\sklearn\sklearn\datasets\samples_generator.py", line 608, in make_blobs | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\datasets\samples_generator.py", line 652, in sklearn.datasets.samples_generator.make_blobs | |
Failed example: | |
print(X.shape) | |
Expected: | |
(10, 2) | |
Got: | |
(10L, 2L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F36148>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.feature_extraction.image.extract_patches_2d | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.feature_extraction.image.extract_patches_2d | |
File "D:\Coding Projects\sklearn\sklearn\feature_extraction\image.py", line 275, in extract_patches_2d | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_extraction\image.py", line 318, in sklearn.feature_extraction.image.extract_patches_2d | |
Failed example: | |
print(patches.shape) | |
Expected: | |
(9, 2, 2) | |
Got: | |
(9L, 2L, 2L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F46548>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.feature_selection.rfe.RFE | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.feature_selection.rfe.RFE | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 20, in RFE | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 78, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
from sklearn.svm import SVR | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[2]>", line 1, in <module> | |
from sklearn.svm import SVR | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 80, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
estimator = SVR(kernel="linear") | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[4]>", line 1, in <module> | |
estimator = SVR(kernel="linear") | |
NameError: name 'SVR' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 81, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
selector = RFE(estimator, 5, step=1) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[5]>", line 1, in <module> | |
selector = RFE(estimator, 5, step=1) | |
NameError: name 'estimator' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 82, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
selector = selector.fit(X, y) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[6]>", line 1, in <module> | |
selector = selector.fit(X, y) | |
NameError: name 'selector' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 83, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
selector.support_ # doctest: +NORMALIZE_WHITESPACE | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[7]>", line 1, in <module> | |
selector.support_ # doctest: +NORMALIZE_WHITESPACE | |
NameError: name 'selector' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 86, in sklearn.feature_selection.rfe.RFE | |
Failed example: | |
selector.ranking_ | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFE[8]>", line 1, in <module> | |
selector.ranking_ | |
NameError: name 'selector' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F3E748>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.feature_selection.rfe.RFECV | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.feature_selection.rfe.RFECV | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 211, in RFECV | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 279, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
from sklearn.svm import SVR | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[2]>", line 1, in <module> | |
from sklearn.svm import SVR | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 281, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
estimator = SVR(kernel="linear") | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[4]>", line 1, in <module> | |
estimator = SVR(kernel="linear") | |
NameError: name 'SVR' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 282, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
selector = RFECV(estimator, step=1, cv=5) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[5]>", line 1, in <module> | |
selector = RFECV(estimator, step=1, cv=5) | |
NameError: name 'estimator' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 283, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
selector = selector.fit(X, y) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[6]>", line 1, in <module> | |
selector = selector.fit(X, y) | |
NameError: name 'selector' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 284, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
selector.support_ # doctest: +NORMALIZE_WHITESPACE | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[7]>", line 1, in <module> | |
selector.support_ # doctest: +NORMALIZE_WHITESPACE | |
NameError: name 'selector' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\feature_selection\rfe.py", line 287, in sklearn.feature_selection.rfe.RFECV | |
Failed example: | |
selector.ranking_ | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.feature_selection.rfe.RFECV[8]>", line 1, in <module> | |
selector.ranking_ | |
NameError: name 'selector' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000008610BC8>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.grid_search.GridSearchCV | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.grid_search.GridSearchCV | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 546, in GridSearchCV | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 615, in sklearn.grid_search.GridSearchCV | |
Failed example: | |
from sklearn import svm, grid_search, datasets | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.grid_search.GridSearchCV[0]>", line 1, in <module> | |
from sklearn import svm, grid_search, datasets | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 616, in sklearn.grid_search.GridSearchCV | |
Failed example: | |
iris = datasets.load_iris() | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.grid_search.GridSearchCV[1]>", line 1, in <module> | |
iris = datasets.load_iris() | |
NameError: name 'datasets' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 618, in sklearn.grid_search.GridSearchCV | |
Failed example: | |
svr = svm.SVC() | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.grid_search.GridSearchCV[3]>", line 1, in <module> | |
svr = svm.SVC() | |
NameError: name 'svm' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 619, in sklearn.grid_search.GridSearchCV | |
Failed example: | |
clf = grid_search.GridSearchCV(svr, parameters) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.grid_search.GridSearchCV[4]>", line 1, in <module> | |
clf = grid_search.GridSearchCV(svr, parameters) | |
NameError: name 'grid_search' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\grid_search.py", line 620, in sklearn.grid_search.GridSearchCV | |
Failed example: | |
clf.fit(iris.data, iris.target) | |
# doctest: +NORMALIZE_WHITESPACE +ELLIPSIS | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.grid_search.GridSearchCV[5]>", line 1, in <module> | |
clf.fit(iris.data, iris.target) | |
NameError: name 'clf' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x00000000086101C8>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.metrics.metrics.hinge_loss | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.metrics.metrics.hinge_loss | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 195, in hinge_loss | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 224, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
from sklearn import svm | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[0]>", line 1, in <module> | |
from sklearn import svm | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 228, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
est = svm.LinearSVC(random_state=0) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[4]>", line 1, in <module> | |
est = svm.LinearSVC(random_state=0) | |
NameError: name 'svm' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 229, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
est.fit(X, y) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[5]>", line 1, in <module> | |
est.fit(X, y) | |
NameError: name 'est' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 233, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
pred_decision = est.decision_function([[-2], [3], [0.5]]) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[6]>", line 1, in <module> | |
pred_decision = est.decision_function([[-2], [3], [0.5]]) | |
NameError: name 'est' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 234, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
pred_decision # doctest: +ELLIPSIS | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[7]>", line 1, in <module> | |
pred_decision # doctest: +ELLIPSIS | |
NameError: name 'pred_decision' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\metrics.py", line 236, in sklearn.metrics.metrics.hinge_loss | |
Failed example: | |
hinge_loss([-1, 1, 1], pred_decision) # doctest: +ELLIPSIS | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.metrics.hinge_loss[8]>", line 1, in <module> | |
hinge_loss([-1, 1, 1], pred_decision) # doctest: +ELLIPSIS | |
NameError: name 'pred_decision' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000008610BC8>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.metrics.scorer.make_scorer | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.metrics.scorer.make_scorer | |
File "D:\Coding Projects\sklearn\sklearn\metrics\scorer.py", line 179, in make_scorer | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\scorer.py", line 225, in sklearn.metrics.scorer.make_scorer | |
Failed example: | |
from sklearn.svm import LinearSVC | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.scorer.make_scorer[4]>", line 1, in <module> | |
from sklearn.svm import LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\metrics\scorer.py", line 226, in sklearn.metrics.scorer.make_scorer | |
Failed example: | |
grid = GridSearchCV(LinearSVC(), param_grid={'C': [1, 10]}, | |
scoring=ftwo_scorer) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.metrics.scorer.make_scorer[5]>", line 1, in <module> | |
grid = GridSearchCV(LinearSVC(), param_grid={'C': [1, 10]}, | |
NameError: name 'LinearSVC' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x000000000844E408>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.pipeline.Pipeline | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.pipeline.Pipeline | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 26, in Pipeline | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 48, in sklearn.pipeline.Pipeline | |
Failed example: | |
from sklearn import svm | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[0]>", line 1, in <module> | |
from sklearn import svm | |
File "D:\Coding Projects\sklearn\sklearn\svm\__init__.py", line 13, in <module> | |
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC | |
File "D:\Coding Projects\sklearn\sklearn\svm\classes.py", line 1, in <module> | |
from .base import BaseLibLinear, BaseSVC, BaseLibSVM | |
File "D:\Coding Projects\sklearn\sklearn\svm\base.py", line 8, in <module> | |
from . import libsvm, liblinear | |
ImportError: DLL load failed: The specified module could not be found. | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 60, in sklearn.pipeline.Pipeline | |
Failed example: | |
clf = svm.SVC(kernel='linear') | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[7]>", line 1, in <module> | |
clf = svm.SVC(kernel='linear') | |
NameError: name 'svm' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 61, in sklearn.pipeline.Pipeline | |
Failed example: | |
anova_svm = Pipeline([('anova', anova_filter), ('svc', clf)]) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[8]>", line 1, in <module> | |
anova_svm = Pipeline([('anova', anova_filter), ('svc', clf)]) | |
NameError: name 'clf' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 66, in sklearn.pipeline.Pipeline | |
Failed example: | |
anova_svm.set_params(anova__k=10, svc__C=.1).fit(X, y) | |
# doctest: +ELLIPSIS | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[9]>", line 1, in <module> | |
anova_svm.set_params(anova__k=10, svc__C=.1).fit(X, y) | |
NameError: name 'anova_svm' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 70, in sklearn.pipeline.Pipeline | |
Failed example: | |
prediction = anova_svm.predict(X) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[10]>", line 1, in <module> | |
prediction = anova_svm.predict(X) | |
NameError: name 'anova_svm' is not defined | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\pipeline.py", line 71, in sklearn.pipeline.Pipeline | |
Failed example: | |
anova_svm.score(X, y) | |
Exception raised: | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 1289, in __run | |
compileflags, 1) in test.globs | |
File "<doctest sklearn.pipeline.Pipeline[11]>", line 1, in <module> | |
anova_svm.score(X, y) | |
NameError: name 'anova_svm' is not defined | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x00000000086105C8>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.utils.arpack._eigs | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.utils.arpack._eigs | |
File "D:\Coding Projects\sklearn\sklearn\utils\arpack.py", line 1052, in _eigs | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\utils\arpack.py", line 1168, in sklearn.utils.arpack._eigs | |
Failed example: | |
vecs.shape | |
Expected: | |
(13, 6) | |
Got: | |
(13L, 6L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x00000000084FD248>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.utils.arpack._eigsh | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.utils.arpack._eigsh | |
File "D:\Coding Projects\sklearn\sklearn\utils\arpack.py", line 1267, in _eigsh | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\utils\arpack.py", line 1411, in sklearn.utils.arpack._eigsh | |
Failed example: | |
print(vecs.shape) | |
Expected: | |
(13, 6) | |
Got: | |
(13L, 6L) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x00000000084FD248>.getvalue())) | |
====================================================================== | |
FAIL: Doctest: sklearn.utils.multiclass.unique_labels | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\doctest.py", line 2201, in runTest | |
raise self.failureException(self.format_failure(new.getvalue())) | |
AssertionError: Failed doctest test for sklearn.utils.multiclass.unique_labels | |
File "D:\Coding Projects\sklearn\sklearn\utils\multiclass.py", line 40, in unique_labels | |
---------------------------------------------------------------------- | |
File "D:\Coding Projects\sklearn\sklearn\utils\multiclass.py", line 70, in sklearn.utils.multiclass.unique_labels | |
Failed example: | |
unique_labels(np.array([[0.0, 1.0], [1.0, 1.0]]), np.zeros((2, 2))) | |
Expected: | |
array([0, 1]) | |
Got: | |
array([0, 1], dtype=int64) | |
>> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0x0000000007F497C8>.getvalue())) | |
====================================================================== | |
FAIL: Test either above import has failed for some reason | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Anaconda\lib\site-packages\nose\case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "D:\Coding Projects\sklearn\sklearn\tests\test_init.py", line 22, in test_import_skl | |
assert_equal(_top_import_error, None) | |
AssertionError: ImportError('DLL load failed: The specified module could not be found.',) != None | |
"ImportError('DLL load failed: The specified module could not be found.',) != None" = '%s != %s' % (safe_repr(ImportError('DLL load failed: The specified module could not be found.',)), safe_repr(None)) | |
"ImportError('DLL load failed: The specified module could not be found.',) != None" = self._formatMessage("ImportError('DLL load failed: The specified module could not be found.',) != None", "ImportError('DLL load failed: The specified module could not be found.',) != None") | |
>> raise self.failureException("ImportError('DLL load failed: The specified module could not be found.',) != None") | |
---------------------------------------------------------------------- | |
Ran 1781 tests in 35.242s | |
FAILED (SKIP=7, errors=26, failures=15) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment