Page MenuHomeSolus

D6091.id14657.diff
No OneTemporary

D6091.id14657.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,23 +1,21 @@
name : scikit-learn
-version : 0.19.1
-release : 8
+version : 0.20.3
+release : 9
source :
- - https://github.com/scikit-learn/scikit-learn/archive/0.19.1.tar.gz : 2947f531ad52e81b2436b26608d8198778ac0b4baa7d2925db8b3b3fcb39c8a2
+ - https://github.com/scikit-learn/scikit-learn/archive/0.20.3.tar.gz : cadeefa9a824671bdcad790a075efbaa0d5a00458c43c9b4ce7110b129df7b10
license : BSD-3-Clause
component : programming.python
summary : Python module for machine learning
description: |
scikit-learn is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license.
builddeps :
+ - pkgconfig(openblas)
- pkgconfig(python3)
- cython
- gfortran
- - numpy
- - openblas-devel
- python-setuptools
- scipy
rundeps :
- - numpy
- scipy
build : |
%python_setup
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>scikit-learn</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Python module for machine learning</Summary>
<Description xml:lang="en">scikit-learn is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>scikit-learn</Name>
@@ -19,7 +19,7 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scikit_learn-0.19.1-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/scikit_learn-0.20.3-py2.7.egg-info</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/__check_build/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/__check_build/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/__check_build/_check_build.so</Path>
@@ -29,6 +29,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/_build_utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/_build_utils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/_config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/_config.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/_isotonic.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/base.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/base.pyc</Path>
@@ -72,6 +74,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_birch.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_dbscan.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_dbscan.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_feature_agglomeration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_feature_agglomeration.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_hierarchical.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_hierarchical.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_k_means.py</Path>
@@ -80,14 +84,26 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_mean_shift.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_spectral.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cluster/tests/test_spectral.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/_column_transformer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/_column_transformer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/_target.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/_target.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/test_column_transformer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/test_column_transformer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/test_target.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/compose/tests/test_target.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/elliptic_envelope.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/elliptic_envelope.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/empirical_covariance_.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/empirical_covariance_.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/graph_lasso_.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/graph_lasso_.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/outlier_detection.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/outlier_detection.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/robust_covariance.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/robust_covariance.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/shrunk_covariance_.py</Path>
@@ -96,8 +112,12 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_covariance.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_covariance.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_elliptic_envelope.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_elliptic_envelope.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_graph_lasso.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_graph_lasso.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_graphical_lasso.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_graphical_lasso.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_robust_covariance.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/covariance/tests/test_robust_covariance.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_decomposition/__init__.py</Path>
@@ -110,8 +130,6 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_decomposition/tests/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_decomposition/tests/test_pls.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_decomposition/tests/test_pls.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_validation.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/cross_validation.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/_svmlight_format.so</Path>
@@ -132,10 +150,17 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/data/wine_data.csv</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/boston_house_prices.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/breast_cancer.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/california_housing.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/covtype.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/diabetes.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/digits.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/iris.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/kddcup99.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/lfw.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/linnerud.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/olivetti_faces.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/rcv1.rst</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/twenty_newsgroups.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/descr/wine_data.rst</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/images/README.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/images/china.jpg</Path>
@@ -150,6 +175,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/mldata.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/olivetti_faces.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/olivetti_faces.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/openml.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/openml.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/rcv1.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/rcv1.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/samples_generator.py</Path>
@@ -162,6 +189,67 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/svmlight_format.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-features-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-qualities-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1/data-v1-download-1.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-features-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-qualities-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/1119/data-v1-download-54002.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-features-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-qualities-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/2/data-v1-download-1666876.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-292.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-40981.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-292.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-40981.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1-status-deactivated.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/292/data-v1-download-49822.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-features-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-qualities-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/3/data-v1-download-3.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-features-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-data_version-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-qualities-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40589/data-v1-download-4644182.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-features-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1-status-deactivated.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-qualities-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40675/data-v1-download-4965250.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-40945.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-features-40945.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-features-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-data_version-4.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-qualities-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/40966/data-v1-download-17928620.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-features-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-qualities-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/561/data-v1-download-52739.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-features-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-qualities-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/openml/61/data-v1-download-61.arff.gz</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/svmlight_classification.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/svmlight_invalid.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/data/svmlight_invalid_order.txt</Path>
@@ -170,6 +258,10 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_20news.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_base.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_base.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_california_housing.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_california_housing.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_common.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_covtype.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_covtype.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_kddcup99.py</Path>
@@ -178,6 +270,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_lfw.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_mldata.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_mldata.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_openml.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_openml.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_rcv1.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_rcv1.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/datasets/tests/test_samples_generator.py</Path>
@@ -285,22 +379,96 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/exceptions.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/_arff.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/_arff.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/_pilutil.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/_pilutil.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/conftest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/conftest.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/funcsigs.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/funcsigs.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_compat.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_dask.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_dask.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_memmapping_reducer.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_memmapping_reducer.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_memory_helpers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_memory_helpers.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_parallel_backends.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_parallel_backends.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_store_backends.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/_store_backends.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/backports.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/backports.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/compressor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/compressor.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/disk.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/disk.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/executor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/executor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/_base.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/_base.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_wait.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_wait.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_reduction.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_wait.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_wait.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_posix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_posix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_win32.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_win32.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/context.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/context.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/fork_exec.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/fork_exec.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/managers.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/managers.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/process.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/process.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/queues.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/queues.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/reduction.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/reduction.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/semlock.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/semlock.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/spawn.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/spawn.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/synchronize.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/synchronize.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/backend/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/process_executor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/process_executor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/reusable_executor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/externals/loky/reusable_executor.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/format_stack.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/format_stack.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/func_inspect.py</Path>
@@ -323,12 +491,12 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/parallel.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/pool.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/pool.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/testing.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/joblib/testing.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/setup.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/setup.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/six.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/six.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/test_externals_setup.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/externals/test_externals_setup.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/feature_extraction/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/feature_extraction/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/feature_extraction/_hashing.so</Path>
@@ -388,8 +556,6 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/correlation_models.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/correlation_models.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/gaussian_process.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/gaussian_process.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/gpc.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/gpc.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/gpr.py</Path>
@@ -400,24 +566,20 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/regression_models.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gaussian_process.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gaussian_process.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gpc.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gpc.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gpr.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_gpr.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_kernels.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/gaussian_process/tests/test_kernels.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/grid_search.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/grid_search.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/impute.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/impute.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/isotonic.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/isotonic.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/kernel_approximation.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/kernel_approximation.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/kernel_ridge.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/kernel_ridge.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/learning_curve.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/learning_curve.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/linear_model/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/linear_model/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/linear_model/base.py</Path>
@@ -536,6 +698,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_bicluster.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_bicluster.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_common.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_supervised.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_supervised.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/metrics/cluster/tests/test_unsupervised.py</Path>
@@ -573,22 +737,16 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/base.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/bayesian_mixture.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/bayesian_mixture.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/dpgmm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/dpgmm.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/gaussian_mixture.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/gaussian_mixture.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/gmm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/gmm.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_bayesian_mixture.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_bayesian_mixture.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_dpgmm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_dpgmm.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_gaussian_mixture.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_gaussian_mixture.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_gmm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_gmm.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_mixture.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/mixture/tests/test_mixture.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/model_selection/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/model_selection/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/model_selection/_search.py</Path>
@@ -682,8 +840,14 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/pipeline.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_discretization.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_discretization.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_encoders.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_encoders.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_function_transformer.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/_function_transformer.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/base.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/base.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/data.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/data.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/imputation.py</Path>
@@ -692,8 +856,16 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/label.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_base.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_base.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_common.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_data.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_data.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_discretization.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_discretization.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_encoders.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_encoders.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_function_transformer.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_function_transformer.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/preprocessing/tests/test_imputation.py</Path>
@@ -745,16 +917,14 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_common.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_config.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_config.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_cross_validation.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_cross_validation.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_discriminant_analysis.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_discriminant_analysis.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_docstring_parameters.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_docstring_parameters.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_dummy.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_dummy.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_grid_search.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_grid_search.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_impute.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_impute.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_init.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_init.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_isotonic.py</Path>
@@ -763,8 +933,6 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_kernel_approximation.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_kernel_ridge.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_kernel_ridge.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_learning_curve.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_learning_curve.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_metaestimators.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_metaestimators.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_multiclass.py</Path>
@@ -777,11 +945,17 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_pipeline.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_random_projection.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_random_projection.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_site_joblib.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tests/test_site_joblib.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_criterion.pxd</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_criterion.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_splitter.pxd</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_splitter.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_tree.pxd</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_tree.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_utils.pxd</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/_utils.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/export.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/export.pyc</Path>
@@ -797,10 +971,16 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/tree/tree.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_joblib.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_joblib.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_logistic_sigmoid.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_random.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_scipy_sparse_lsqr_backport.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_scipy_sparse_lsqr_backport.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_show_versions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_show_versions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_unittest_backport.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/_unittest_backport.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/arpack.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/arpack.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/arrayfuncs.so</Path>
@@ -884,6 +1064,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_seq_dataset.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_shortest_path.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_shortest_path.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_show_versions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_show_versions.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_sparsefuncs.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_sparsefuncs.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/tests/test_stats.py</Path>
@@ -897,7 +1079,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/validation.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/validation.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/sklearn/utils/weight_vector.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/scikit_learn-0.19.1-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/scikit_learn-0.20.3-py3.6.egg-info</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__check_build/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__check_build/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__check_build/__pycache__/setup.cpython-36.pyc</Path>
@@ -905,17 +1087,16 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__check_build/setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/_config.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/base.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/calibration.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/cross_validation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/discriminant_analysis.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/dummy.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/exceptions.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/grid_search.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/impute.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/isotonic.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/kernel_approximation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/kernel_ridge.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/learning_curve.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/multiclass.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/multioutput.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/naive_bayes.cpython-36.pyc</Path>
@@ -924,6 +1105,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/__pycache__/setup.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/_build_utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/_build_utils/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/_config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/_isotonic.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/base.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/calibration.py</Path>
@@ -960,6 +1142,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_bicluster.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_birch.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_dbscan.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_feature_agglomeration.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_hierarchical.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_k_means.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/__pycache__/test_mean_shift.cpython-36.pyc</Path>
@@ -969,29 +1152,46 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_bicluster.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_birch.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_dbscan.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_feature_agglomeration.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_hierarchical.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_k_means.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_mean_shift.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cluster/tests/test_spectral.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/__pycache__/_column_transformer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/__pycache__/_target.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/_column_transformer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/_target.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/__pycache__/test_column_transformer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/__pycache__/test_target.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/test_column_transformer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/compose/tests/test_target.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/elliptic_envelope.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/empirical_covariance_.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/graph_lasso_.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/outlier_detection.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/robust_covariance.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/__pycache__/shrunk_covariance_.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/elliptic_envelope.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/empirical_covariance_.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/graph_lasso_.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/outlier_detection.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/robust_covariance.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/shrunk_covariance_.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/test_covariance.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/test_elliptic_envelope.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/test_graph_lasso.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/test_graphical_lasso.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/__pycache__/test_robust_covariance.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/test_covariance.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/test_elliptic_envelope.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/test_graph_lasso.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/test_graphical_lasso.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/covariance/tests/test_robust_covariance.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_decomposition/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_decomposition/__pycache__/__init__.cpython-36.pyc</Path>
@@ -1003,7 +1203,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_decomposition/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_decomposition/tests/__pycache__/test_pls.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_decomposition/tests/test_pls.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/cross_validation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/base.cpython-36.pyc</Path>
@@ -1014,6 +1213,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/mlcomp.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/mldata.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/olivetti_faces.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/openml.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/rcv1.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/samples_generator.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/__pycache__/setup.cpython-36.pyc</Path>
@@ -1035,10 +1235,17 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/data/wine_data.csv</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/boston_house_prices.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/breast_cancer.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/california_housing.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/covtype.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/diabetes.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/digits.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/iris.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/kddcup99.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/lfw.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/linnerud.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/olivetti_faces.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/rcv1.rst</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/twenty_newsgroups.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/descr/wine_data.rst</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/images/README.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/images/china.jpg</Path>
@@ -1048,6 +1255,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/mlcomp.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/mldata.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/olivetti_faces.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/openml.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/rcv1.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/samples_generator.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/setup.py</Path>
@@ -1057,23 +1265,90 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_20news.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_california_housing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_covtype.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_kddcup99.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_lfw.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_mldata.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_openml.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_rcv1.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_samples_generator.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/__pycache__/test_svmlight_format.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-features-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1/api-v1-json-data-qualities-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1/data-v1-download-1.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-features-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-qualities-1119.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/1119/data-v1-download-54002.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-features-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/api-v1-json-data-qualities-2.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/2/data-v1-download-1666876.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-292.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-40981.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-292.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-40981.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1-status-deactivated.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/292/data-v1-download-49822.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-features-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/3/api-v1-json-data-qualities-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/3/data-v1-download-3.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-features-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-data_version-3.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-qualities-40589.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40589/data-v1-download-4644182.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-features-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1-status-deactivated.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-qualities-40675.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40675/data-v1-download-4965250.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-40945.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-features-40945.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-features-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-data_version-4.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-qualities-40966.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/40966/data-v1-download-17928620.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-features-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/api-v1-json-data-qualities-561.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/561/data-v1-download-52739.arff.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-features-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-data_version-1.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-status-active-.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/api-v1-json-data-qualities-61.json.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/openml/61/data-v1-download-61.arff.gz</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/svmlight_classification.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/svmlight_invalid.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/svmlight_invalid_order.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/data/svmlight_multilabel.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_20news.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_california_housing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_covtype.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_kddcup99.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_lfw.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_mldata.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_openml.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_rcv1.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_samples_generator.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/datasets/tests/test_svmlight_format.py</Path>
@@ -1174,19 +1449,29 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/exceptions.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/_arff.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/_pilutil.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/conftest.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/funcsigs.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/setup.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/six.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/__pycache__/test_externals_setup.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/_arff.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/_pilutil.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/conftest.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/funcsigs.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_dask.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_memmapping_reducer.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_memory_helpers.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_multiprocessing_helpers.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_parallel_backends.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/_store_backends.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/backports.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/compressor.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/disk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/executor.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/format_stack.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/func_inspect.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/hashing.cpython-36.pyc</Path>
@@ -1198,12 +1483,76 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/numpy_pickle_utils.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/parallel.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/pool.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/__pycache__/testing.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_dask.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_memmapping_reducer.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_memory_helpers.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_parallel_backends.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/_store_backends.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/backports.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/compressor.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/disk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/__pycache__/cloudpickle.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__pycache__/_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__pycache__/cloudpickle_wrapper.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__pycache__/process_executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/__pycache__/reusable_executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/_posix_reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/_posix_wait.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/_win_reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/_win_wait.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/compat_posix.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/compat_win32.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/context.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/fork_exec.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/managers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/popen_loky_posix.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/popen_loky_win32.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/process.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/queues.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/semaphore_tracker.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/semlock.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/spawn.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/synchronize.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/_posix_wait.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/_win_wait.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_posix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/compat_win32.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/fork_exec.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/managers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/process.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/queues.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/semlock.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/spawn.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/synchronize.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/backend/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/process_executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/externals/loky/reusable_executor.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/format_stack.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/func_inspect.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/hashing.py</Path>
@@ -1215,9 +1564,9 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/numpy_pickle_utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/parallel.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/pool.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/joblib/testing.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/six.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/externals/test_externals_setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/feature_extraction/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/feature_extraction/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/feature_extraction/__pycache__/dict_vectorizer.cpython-36.pyc</Path>
@@ -1276,32 +1625,27 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/correlation_models.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/gaussian_process.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/gpc.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/gpr.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/kernels.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/__pycache__/regression_models.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/correlation_models.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/gaussian_process.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/gpc.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/gpr.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/kernels.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/regression_models.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__pycache__/__init__.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__pycache__/test_gaussian_process.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__pycache__/test_gpc.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__pycache__/test_gpr.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/__pycache__/test_kernels.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/test_gaussian_process.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/test_gpc.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/test_gpr.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/gaussian_process/tests/test_kernels.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/grid_search.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/impute.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/isotonic.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/kernel_approximation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/kernel_ridge.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/learning_curve.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/linear_model/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/linear_model/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/linear_model/__pycache__/base.cpython-36.pyc</Path>
@@ -1425,9 +1769,11 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__pycache__/test_bicluster.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__pycache__/test_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__pycache__/test_supervised.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/__pycache__/test_unsupervised.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/test_bicluster.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/test_supervised.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/tests/test_unsupervised.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/metrics/cluster/unsupervised.py</Path>
@@ -1455,24 +1801,18 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/base.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/bayesian_mixture.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/dpgmm.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/gaussian_mixture.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/__pycache__/gmm.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/base.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/bayesian_mixture.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/dpgmm.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/gaussian_mixture.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/gmm.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/test_bayesian_mixture.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/test_dpgmm.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/test_gaussian_mixture.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/test_gmm.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/__pycache__/test_mixture.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/test_bayesian_mixture.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/test_dpgmm.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/test_gaussian_mixture.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/test_gmm.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/mixture/tests/test_mixture.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/model_selection/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/model_selection/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/model_selection/__pycache__/_search.cpython-36.pyc</Path>
@@ -1562,21 +1902,35 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/pipeline.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/_discretization.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/_encoders.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/_function_transformer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/base.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/data.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/imputation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/__pycache__/label.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/_discretization.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/_encoders.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/_function_transformer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/base.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/data.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/imputation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/label.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_data.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_discretization.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_encoders.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_function_transformer.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_imputation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/__pycache__/test_label.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_data.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_discretization.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_encoders.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_function_transformer.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_imputation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/preprocessing/tests/test_label.py</Path>
@@ -1618,52 +1972,54 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_check_build.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_config.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_cross_validation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_discriminant_analysis.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_docstring_parameters.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_dummy.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_grid_search.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_impute.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_init.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_isotonic.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_kernel_approximation.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_kernel_ridge.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_learning_curve.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_metaestimators.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_multiclass.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_multioutput.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_naive_bayes.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_pipeline.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_random_projection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/__pycache__/test_site_joblib.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_base.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_calibration.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_check_build.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_config.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_cross_validation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_discriminant_analysis.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_docstring_parameters.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_dummy.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_grid_search.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_impute.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_init.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_isotonic.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_kernel_approximation.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_kernel_ridge.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_learning_curve.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_metaestimators.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_multiclass.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_multioutput.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_naive_bayes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_pipeline.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_random_projection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tests/test_site_joblib.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/__pycache__/export.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/__pycache__/setup.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/__pycache__/tree.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_criterion.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_criterion.pxd</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_splitter.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_splitter.pxd</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_tree.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_tree.pxd</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_utils.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/_utils.pxd</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/export.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/tests/__init__.py</Path>
@@ -1675,7 +2031,10 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/tree/tree.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/_joblib.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/_scipy_sparse_lsqr_backport.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/_show_versions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/_unittest_backport.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/arpack.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/bench.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/class_weight.cpython-36.pyc</Path>
@@ -1695,9 +2054,12 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/stats.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/testing.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/__pycache__/validation.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_joblib.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_logistic_sigmoid.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_random.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_scipy_sparse_lsqr_backport.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_show_versions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/_unittest_backport.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/arpack.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/arrayfuncs.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/bench.py</Path>
@@ -1747,6 +2109,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_random.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_seq_dataset.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_shortest_path.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_show_versions.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_sparsefuncs.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_stats.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/__pycache__/test_testing.cpython-36.pyc</Path>
@@ -1768,6 +2131,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_random.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_seq_dataset.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_shortest_path.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_show_versions.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_sparsefuncs.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_stats.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/sklearn/utils/tests/test_testing.py</Path>
@@ -1778,12 +2142,12 @@
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2018-01-31</Date>
- <Version>0.19.1</Version>
+ <Update release="9">
+ <Date>2019-04-22</Date>
+ <Version>0.20.3</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 1 2023, 5:55 PM (10 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5816564
Default Alt Text
D6091.id14657.diff (127 KB)

Event Timeline