pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scikit-learn



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  9 08:07:34 UTC 2023

Modified Files:
        pkgsrc/math/py-scikit-learn: Makefile PLIST distinfo

Log Message:
py-scikit-learn: updated to 1.2.2

Version 1.2.2

Changelog

sklearn.base
Fix When set_output(transform="pandas"), base.TransformerMixin maintains the index if the transform output is already a DataFrame.
sklearn.calibration
Fix A deprecation warning is raised when using the base_estimator__ prefix to set parameters of the estimator used in calibration.CalibratedClassifierCV.
sklearn.cluster
Fix Fixed a bug in cluster.BisectingKMeans, preventing fit to randomly fail due to a permutation of the labels when running multiple inits.
sklearn.compose
Fix Fixes a bug in compose.ColumnTransformer which now supports empty selection of columns when set_output(transform="pandas").
sklearn.ensemble
Fix A deprecation warning is raised when using the base_estimator__ prefix to set parameters of the estimator used in ensemble.AdaBoostClassifier, ensemble.AdaBoostRegressor, 
ensemble.BaggingClassifier, and ensemble.BaggingRegressor.
sklearn.feature_selection
Fix Fixed a regression where a negative tol would not be accepted any more by feature_selection.SequentialFeatureSelector.
sklearn.inspection
Fix Raise a more informative error message in inspection.partial_dependence when dealing with mixed data type categories that cannot be sorted by numpy.unique. This problem usually happen when 
categories are str and missing values are present using np.nan.
sklearn.isotonic
Fix Fixes a bug in isotonic.IsotonicRegression where isotonic.IsotonicRegression.predict would return a pandas DataFrame when the global configuration sets transform_output="pandas".
sklearn.preprocessing
Fix preprocessing.OneHotEncoder.drop_idx_ now properly references the dropped category in the categories_ attribute when there are infrequent categories.
Fix preprocessing.OrdinalEncoder now correctly supports encoded_missing_value or unknown_value set to a categories’ cardinality when there is missing values in the training data.
sklearn.tree
Fix Fixed a regression in tree.DecisionTreeClassifier, tree.DecisionTreeRegressor, tree.ExtraTreeClassifier and tree.ExtraTreeRegressor where an error was no longer raised in version 1.2 when 
min_sample_split=1.
sklearn.utils
Fix Fixes a bug in utils.check_array which now correctly performs non-finite validation with the Array API specification.
Fix utils.multiclass.type_of_target can identify pandas nullable data types as classification targets.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/py-scikit-learn/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-scikit-learn/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-scikit-learn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scikit-learn/Makefile
diff -u pkgsrc/math/py-scikit-learn/Makefile:1.18 pkgsrc/math/py-scikit-learn/Makefile:1.19
--- pkgsrc/math/py-scikit-learn/Makefile:1.18   Sun Apr 10 00:57:15 2022
+++ pkgsrc/math/py-scikit-learn/Makefile        Tue May  9 08:07:34 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/04/10 00:57:15 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/09 08:07:34 adam Exp $
 
-DISTNAME=      scikit-learn-0.22.1
+DISTNAME=      scikit-learn-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-learn/}
 
@@ -11,16 +10,18 @@ HOMEPAGE=   https://scikit-learn.org/
 COMMENT=       Machine learning algorithms for Python
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-joblib>=0.11:../../devel/py-joblib
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+DEPENDS+=      ${PYPKGPREFIX}-joblib>=1.1.1:../../devel/py-joblib
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.3.2:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-threadpoolctl>=2.0.0:../../parallel/py-threadpoolctl
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.9.0:../../devel/py-test-cov
 
 USE_LANGUAGES= c c++ fortran
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.11.0
+BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.17.3
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-scikit-learn/PLIST
diff -u pkgsrc/math/py-scikit-learn/PLIST:1.6 pkgsrc/math/py-scikit-learn/PLIST:1.7
--- pkgsrc/math/py-scikit-learn/PLIST:1.6       Fri Jan 14 09:42:12 2022
+++ pkgsrc/math/py-scikit-learn/PLIST   Tue May  9 08:07:34 2023
@@ -1,25 +1,20 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/14 09:42:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/05/09 08:07:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/sklearn/__check_build/__init__.py
 ${PYSITELIB}/sklearn/__check_build/__init__.pyc
 ${PYSITELIB}/sklearn/__check_build/__init__.pyo
 ${PYSITELIB}/sklearn/__check_build/_check_build.so
-${PYSITELIB}/sklearn/__check_build/setup.py
-${PYSITELIB}/sklearn/__check_build/setup.pyc
-${PYSITELIB}/sklearn/__check_build/setup.pyo
 ${PYSITELIB}/sklearn/__init__.py
 ${PYSITELIB}/sklearn/__init__.pyc
 ${PYSITELIB}/sklearn/__init__.pyo
 ${PYSITELIB}/sklearn/_build_utils/__init__.py
 ${PYSITELIB}/sklearn/_build_utils/__init__.pyc
 ${PYSITELIB}/sklearn/_build_utils/__init__.pyo
-${PYSITELIB}/sklearn/_build_utils/deprecated_modules.py
-${PYSITELIB}/sklearn/_build_utils/deprecated_modules.pyc
-${PYSITELIB}/sklearn/_build_utils/deprecated_modules.pyo
 ${PYSITELIB}/sklearn/_build_utils/openmp_helpers.py
 ${PYSITELIB}/sklearn/_build_utils/openmp_helpers.pyc
 ${PYSITELIB}/sklearn/_build_utils/openmp_helpers.pyo
@@ -33,6 +28,35 @@ ${PYSITELIB}/sklearn/_distributor_init.p
 ${PYSITELIB}/sklearn/_distributor_init.pyc
 ${PYSITELIB}/sklearn/_distributor_init.pyo
 ${PYSITELIB}/sklearn/_isotonic.so
+${PYSITELIB}/sklearn/_loss/__init__.py
+${PYSITELIB}/sklearn/_loss/__init__.pyc
+${PYSITELIB}/sklearn/_loss/__init__.pyo
+${PYSITELIB}/sklearn/_loss/_loss.pxd
+${PYSITELIB}/sklearn/_loss/_loss.so
+${PYSITELIB}/sklearn/_loss/glm_distribution.py
+${PYSITELIB}/sklearn/_loss/glm_distribution.pyc
+${PYSITELIB}/sklearn/_loss/glm_distribution.pyo
+${PYSITELIB}/sklearn/_loss/link.py
+${PYSITELIB}/sklearn/_loss/link.pyc
+${PYSITELIB}/sklearn/_loss/link.pyo
+${PYSITELIB}/sklearn/_loss/loss.py
+${PYSITELIB}/sklearn/_loss/loss.pyc
+${PYSITELIB}/sklearn/_loss/loss.pyo
+${PYSITELIB}/sklearn/_loss/tests/__init__.py
+${PYSITELIB}/sklearn/_loss/tests/__init__.pyc
+${PYSITELIB}/sklearn/_loss/tests/__init__.pyo
+${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.py
+${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.pyc
+${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.pyo
+${PYSITELIB}/sklearn/_loss/tests/test_link.py
+${PYSITELIB}/sklearn/_loss/tests/test_link.pyc
+${PYSITELIB}/sklearn/_loss/tests/test_link.pyo
+${PYSITELIB}/sklearn/_loss/tests/test_loss.py
+${PYSITELIB}/sklearn/_loss/tests/test_loss.pyc
+${PYSITELIB}/sklearn/_loss/tests/test_loss.pyo
+${PYSITELIB}/sklearn/_min_dependencies.py
+${PYSITELIB}/sklearn/_min_dependencies.pyc
+${PYSITELIB}/sklearn/_min_dependencies.pyo
 ${PYSITELIB}/sklearn/base.py
 ${PYSITELIB}/sklearn/base.pyc
 ${PYSITELIB}/sklearn/base.pyo
@@ -54,6 +78,9 @@ ${PYSITELIB}/sklearn/cluster/_bicluster.
 ${PYSITELIB}/sklearn/cluster/_birch.py
 ${PYSITELIB}/sklearn/cluster/_birch.pyc
 ${PYSITELIB}/sklearn/cluster/_birch.pyo
+${PYSITELIB}/sklearn/cluster/_bisect_k_means.py
+${PYSITELIB}/sklearn/cluster/_bisect_k_means.pyc
+${PYSITELIB}/sklearn/cluster/_bisect_k_means.pyo
 ${PYSITELIB}/sklearn/cluster/_dbscan.py
 ${PYSITELIB}/sklearn/cluster/_dbscan.pyc
 ${PYSITELIB}/sklearn/cluster/_dbscan.pyo
@@ -62,8 +89,11 @@ ${PYSITELIB}/sklearn/cluster/_feature_ag
 ${PYSITELIB}/sklearn/cluster/_feature_agglomeration.pyc
 ${PYSITELIB}/sklearn/cluster/_feature_agglomeration.pyo
 ${PYSITELIB}/sklearn/cluster/_hierarchical_fast.so
+${PYSITELIB}/sklearn/cluster/_k_means_common.pxd
+${PYSITELIB}/sklearn/cluster/_k_means_common.so
 ${PYSITELIB}/sklearn/cluster/_k_means_elkan.so
-${PYSITELIB}/sklearn/cluster/_k_means_fast.so
+${PYSITELIB}/sklearn/cluster/_k_means_lloyd.so
+${PYSITELIB}/sklearn/cluster/_k_means_minibatch.so
 ${PYSITELIB}/sklearn/cluster/_kmeans.py
 ${PYSITELIB}/sklearn/cluster/_kmeans.pyc
 ${PYSITELIB}/sklearn/cluster/_kmeans.pyo
@@ -76,36 +106,6 @@ ${PYSITELIB}/sklearn/cluster/_optics.pyo
 ${PYSITELIB}/sklearn/cluster/_spectral.py
 ${PYSITELIB}/sklearn/cluster/_spectral.pyc
 ${PYSITELIB}/sklearn/cluster/_spectral.pyo
-${PYSITELIB}/sklearn/cluster/affinity_propagation_.py
-${PYSITELIB}/sklearn/cluster/affinity_propagation_.pyc
-${PYSITELIB}/sklearn/cluster/affinity_propagation_.pyo
-${PYSITELIB}/sklearn/cluster/bicluster.py
-${PYSITELIB}/sklearn/cluster/bicluster.pyc
-${PYSITELIB}/sklearn/cluster/bicluster.pyo
-${PYSITELIB}/sklearn/cluster/birch.py
-${PYSITELIB}/sklearn/cluster/birch.pyc
-${PYSITELIB}/sklearn/cluster/birch.pyo
-${PYSITELIB}/sklearn/cluster/dbscan_.py
-${PYSITELIB}/sklearn/cluster/dbscan_.pyc
-${PYSITELIB}/sklearn/cluster/dbscan_.pyo
-${PYSITELIB}/sklearn/cluster/hierarchical.py
-${PYSITELIB}/sklearn/cluster/hierarchical.pyc
-${PYSITELIB}/sklearn/cluster/hierarchical.pyo
-${PYSITELIB}/sklearn/cluster/k_means_.py
-${PYSITELIB}/sklearn/cluster/k_means_.pyc
-${PYSITELIB}/sklearn/cluster/k_means_.pyo
-${PYSITELIB}/sklearn/cluster/mean_shift_.py
-${PYSITELIB}/sklearn/cluster/mean_shift_.pyc
-${PYSITELIB}/sklearn/cluster/mean_shift_.pyo
-${PYSITELIB}/sklearn/cluster/optics_.py
-${PYSITELIB}/sklearn/cluster/optics_.pyc
-${PYSITELIB}/sklearn/cluster/optics_.pyo
-${PYSITELIB}/sklearn/cluster/setup.py
-${PYSITELIB}/sklearn/cluster/setup.pyc
-${PYSITELIB}/sklearn/cluster/setup.pyo
-${PYSITELIB}/sklearn/cluster/spectral.py
-${PYSITELIB}/sklearn/cluster/spectral.pyc
-${PYSITELIB}/sklearn/cluster/spectral.pyo
 ${PYSITELIB}/sklearn/cluster/tests/__init__.py
 ${PYSITELIB}/sklearn/cluster/tests/__init__.pyc
 ${PYSITELIB}/sklearn/cluster/tests/__init__.pyo
@@ -121,6 +121,9 @@ ${PYSITELIB}/sklearn/cluster/tests/test_
 ${PYSITELIB}/sklearn/cluster/tests/test_birch.py
 ${PYSITELIB}/sklearn/cluster/tests/test_birch.pyc
 ${PYSITELIB}/sklearn/cluster/tests/test_birch.pyo
+${PYSITELIB}/sklearn/cluster/tests/test_bisect_k_means.py
+${PYSITELIB}/sklearn/cluster/tests/test_bisect_k_means.pyc
+${PYSITELIB}/sklearn/cluster/tests/test_bisect_k_means.pyo
 ${PYSITELIB}/sklearn/cluster/tests/test_dbscan.py
 ${PYSITELIB}/sklearn/cluster/tests/test_dbscan.pyc
 ${PYSITELIB}/sklearn/cluster/tests/test_dbscan.pyo
@@ -181,21 +184,6 @@ ${PYSITELIB}/sklearn/covariance/_robust_
 ${PYSITELIB}/sklearn/covariance/_shrunk_covariance.py
 ${PYSITELIB}/sklearn/covariance/_shrunk_covariance.pyc
 ${PYSITELIB}/sklearn/covariance/_shrunk_covariance.pyo
-${PYSITELIB}/sklearn/covariance/elliptic_envelope.py
-${PYSITELIB}/sklearn/covariance/elliptic_envelope.pyc
-${PYSITELIB}/sklearn/covariance/elliptic_envelope.pyo
-${PYSITELIB}/sklearn/covariance/empirical_covariance_.py
-${PYSITELIB}/sklearn/covariance/empirical_covariance_.pyc
-${PYSITELIB}/sklearn/covariance/empirical_covariance_.pyo
-${PYSITELIB}/sklearn/covariance/graph_lasso_.py
-${PYSITELIB}/sklearn/covariance/graph_lasso_.pyc
-${PYSITELIB}/sklearn/covariance/graph_lasso_.pyo
-${PYSITELIB}/sklearn/covariance/robust_covariance.py
-${PYSITELIB}/sklearn/covariance/robust_covariance.pyc
-${PYSITELIB}/sklearn/covariance/robust_covariance.pyo
-${PYSITELIB}/sklearn/covariance/shrunk_covariance_.py
-${PYSITELIB}/sklearn/covariance/shrunk_covariance_.pyc
-${PYSITELIB}/sklearn/covariance/shrunk_covariance_.pyo
 ${PYSITELIB}/sklearn/covariance/tests/__init__.py
 ${PYSITELIB}/sklearn/covariance/tests/__init__.pyc
 ${PYSITELIB}/sklearn/covariance/tests/__init__.pyo
@@ -214,18 +202,9 @@ ${PYSITELIB}/sklearn/covariance/tests/te
 ${PYSITELIB}/sklearn/cross_decomposition/__init__.py
 ${PYSITELIB}/sklearn/cross_decomposition/__init__.pyc
 ${PYSITELIB}/sklearn/cross_decomposition/__init__.pyo
-${PYSITELIB}/sklearn/cross_decomposition/_cca.py
-${PYSITELIB}/sklearn/cross_decomposition/_cca.pyc
-${PYSITELIB}/sklearn/cross_decomposition/_cca.pyo
 ${PYSITELIB}/sklearn/cross_decomposition/_pls.py
 ${PYSITELIB}/sklearn/cross_decomposition/_pls.pyc
 ${PYSITELIB}/sklearn/cross_decomposition/_pls.pyo
-${PYSITELIB}/sklearn/cross_decomposition/cca_.py
-${PYSITELIB}/sklearn/cross_decomposition/cca_.pyc
-${PYSITELIB}/sklearn/cross_decomposition/cca_.pyo
-${PYSITELIB}/sklearn/cross_decomposition/pls_.py
-${PYSITELIB}/sklearn/cross_decomposition/pls_.pyc
-${PYSITELIB}/sklearn/cross_decomposition/pls_.pyo
 ${PYSITELIB}/sklearn/cross_decomposition/tests/__init__.py
 ${PYSITELIB}/sklearn/cross_decomposition/tests/__init__.pyc
 ${PYSITELIB}/sklearn/cross_decomposition/tests/__init__.pyo
@@ -235,6 +214,9 @@ ${PYSITELIB}/sklearn/cross_decomposition
 ${PYSITELIB}/sklearn/datasets/__init__.py
 ${PYSITELIB}/sklearn/datasets/__init__.pyc
 ${PYSITELIB}/sklearn/datasets/__init__.pyo
+${PYSITELIB}/sklearn/datasets/_arff_parser.py
+${PYSITELIB}/sklearn/datasets/_arff_parser.pyc
+${PYSITELIB}/sklearn/datasets/_arff_parser.pyo
 ${PYSITELIB}/sklearn/datasets/_base.py
 ${PYSITELIB}/sklearn/datasets/_base.pyc
 ${PYSITELIB}/sklearn/datasets/_base.pyo
@@ -272,25 +254,21 @@ ${PYSITELIB}/sklearn/datasets/_svmlight_
 ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.py
 ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.pyc
 ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.pyo
-${PYSITELIB}/sklearn/datasets/base.py
-${PYSITELIB}/sklearn/datasets/base.pyc
-${PYSITELIB}/sklearn/datasets/base.pyo
-${PYSITELIB}/sklearn/datasets/california_housing.py
-${PYSITELIB}/sklearn/datasets/california_housing.pyc
-${PYSITELIB}/sklearn/datasets/california_housing.pyo
-${PYSITELIB}/sklearn/datasets/covtype.py
-${PYSITELIB}/sklearn/datasets/covtype.pyc
-${PYSITELIB}/sklearn/datasets/covtype.pyo
+${PYSITELIB}/sklearn/datasets/data/__init__.py
+${PYSITELIB}/sklearn/datasets/data/__init__.pyc
+${PYSITELIB}/sklearn/datasets/data/__init__.pyo
 ${PYSITELIB}/sklearn/datasets/data/boston_house_prices.csv
 ${PYSITELIB}/sklearn/datasets/data/breast_cancer.csv
-${PYSITELIB}/sklearn/datasets/data/diabetes_data.csv.gz
+${PYSITELIB}/sklearn/datasets/data/diabetes_data_raw.csv.gz
 ${PYSITELIB}/sklearn/datasets/data/diabetes_target.csv.gz
 ${PYSITELIB}/sklearn/datasets/data/digits.csv.gz
 ${PYSITELIB}/sklearn/datasets/data/iris.csv
 ${PYSITELIB}/sklearn/datasets/data/linnerud_exercise.csv
 ${PYSITELIB}/sklearn/datasets/data/linnerud_physiological.csv
 ${PYSITELIB}/sklearn/datasets/data/wine_data.csv
-${PYSITELIB}/sklearn/datasets/descr/boston_house_prices.rst
+${PYSITELIB}/sklearn/datasets/descr/__init__.py
+${PYSITELIB}/sklearn/datasets/descr/__init__.pyc
+${PYSITELIB}/sklearn/datasets/descr/__init__.pyo
 ${PYSITELIB}/sklearn/datasets/descr/breast_cancer.rst
 ${PYSITELIB}/sklearn/datasets/descr/california_housing.rst
 ${PYSITELIB}/sklearn/datasets/descr/covtype.rst
@@ -305,105 +283,147 @@ ${PYSITELIB}/sklearn/datasets/descr/rcv1
 ${PYSITELIB}/sklearn/datasets/descr/twenty_newsgroups.rst
 ${PYSITELIB}/sklearn/datasets/descr/wine_data.rst
 ${PYSITELIB}/sklearn/datasets/images/README.txt
+${PYSITELIB}/sklearn/datasets/images/__init__.py
+${PYSITELIB}/sklearn/datasets/images/__init__.pyc
+${PYSITELIB}/sklearn/datasets/images/__init__.pyo
 ${PYSITELIB}/sklearn/datasets/images/china.jpg
 ${PYSITELIB}/sklearn/datasets/images/flower.jpg
-${PYSITELIB}/sklearn/datasets/kddcup99.py
-${PYSITELIB}/sklearn/datasets/kddcup99.pyc
-${PYSITELIB}/sklearn/datasets/kddcup99.pyo
-${PYSITELIB}/sklearn/datasets/lfw.py
-${PYSITELIB}/sklearn/datasets/lfw.pyc
-${PYSITELIB}/sklearn/datasets/lfw.pyo
-${PYSITELIB}/sklearn/datasets/olivetti_faces.py
-${PYSITELIB}/sklearn/datasets/olivetti_faces.pyc
-${PYSITELIB}/sklearn/datasets/olivetti_faces.pyo
-${PYSITELIB}/sklearn/datasets/openml.py
-${PYSITELIB}/sklearn/datasets/openml.pyc
-${PYSITELIB}/sklearn/datasets/openml.pyo
-${PYSITELIB}/sklearn/datasets/rcv1.py
-${PYSITELIB}/sklearn/datasets/rcv1.pyc
-${PYSITELIB}/sklearn/datasets/rcv1.pyo
-${PYSITELIB}/sklearn/datasets/samples_generator.py
-${PYSITELIB}/sklearn/datasets/samples_generator.pyc
-${PYSITELIB}/sklearn/datasets/samples_generator.pyo
-${PYSITELIB}/sklearn/datasets/setup.py
-${PYSITELIB}/sklearn/datasets/setup.pyc
-${PYSITELIB}/sklearn/datasets/setup.pyo
-${PYSITELIB}/sklearn/datasets/species_distributions.py
-${PYSITELIB}/sklearn/datasets/species_distributions.pyc
-${PYSITELIB}/sklearn/datasets/species_distributions.pyo
-${PYSITELIB}/sklearn/datasets/svmlight_format.py
-${PYSITELIB}/sklearn/datasets/svmlight_format.pyc
-${PYSITELIB}/sklearn/datasets/svmlight_format.pyo
 ${PYSITELIB}/sklearn/datasets/tests/__init__.py
 ${PYSITELIB}/sklearn/datasets/tests/__init__.pyc
 ${PYSITELIB}/sklearn/datasets/tests/__init__.pyo
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1/api-v1-json-data-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1/api-v1-json-data-features-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1/api-v1-json-data-qualities-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1/data-v1-download-1.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-1119.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-features-1119.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-list-data_name-adult-census-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/api-v1-json-data-qualities-1119.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/1119/data-v1-download-54002.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/api-v1-json-data-2.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/api-v1-json-data-features-2.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/api-v1-json-data-list-data_name-anneal-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/api-v1-json-data-qualities-2.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/2/data-v1-download-1666876.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-292.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-40981.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-292.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-features-40981.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1-status-deactivated.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/api-v1-json-data-list-data_name-australian-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/292/data-v1-download-49822.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/3/api-v1-json-data-3.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/3/api-v1-json-data-features-3.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/3/api-v1-json-data-qualities-3.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/3/data-v1-download-3.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-40589.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-features-40589.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-data_version-3.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-list-data_name-emotions-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/api-v1-json-data-qualities-40589.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40589/data-v1-download-4644182.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-40675.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-features-40675.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1-status-deactivated.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-list-data_name-glass2-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/api-v1-json-data-qualities-40675.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40675/data-v1-download-4965250.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-40945.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-features-40945.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40945/api-v1-json-data-qualities-40945.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40945/data-v1-download-16826755.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-40966.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-features-40966.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-data_version-4.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-list-data_name-miceprotein-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/api-v1-json-data-qualities-40966.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/40966/data-v1-download-17928620.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/api-v1-json-data-561.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/api-v1-json-data-features-561.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/api-v1-json-data-list-data_name-cpu-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/api-v1-json-data-qualities-561.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/561/data-v1-download-52739.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/api-v1-json-data-61.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/api-v1-json-data-features-61.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-data_version-1.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/api-v1-json-data-list-data_name-iris-limit-2-status-active-.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/api-v1-json-data-qualities-61.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/61/data-v1-download-61.arff.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/62/api-v1-json-data-62.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/62/api-v1-json-data-features-62.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/62/api-v1-json-data-qualities-62.json.gz
-${PYSITELIB}/sklearn/datasets/tests/data/openml/62/data-v1-download-52352.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/conftest.py
+${PYSITELIB}/sklearn/datasets/tests/conftest.pyc
+${PYSITELIB}/sklearn/datasets/tests/conftest.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/api-v1-jd-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/api-v1-jdf-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/api-v1-jdq-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1/data-v1-dl-1.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/api-v1-jd-1119.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/api-v1-jdf-1119.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/api-v1-jdq-1119.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1119/data-v1-dl-54002.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/api-v1-jd-1590.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/api-v1-jdf-1590.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/api-v1-jdq-1590.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_1590/data-v1-dl-1595261.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/api-v1-jd-2.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/api-v1-jdf-2.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/api-v1-jdq-2.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_2/data-v1-dl-1666876.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jd-292.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jd-40981.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jdf-292.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jdf-40981.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jdl-dn-australian-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/api-v1-jdl-dn-australian-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_292/data-v1-dl-49822.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/api-v1-jd-3.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/api-v1-jdf-3.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/api-v1-jdq-3.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_3/data-v1-dl-3.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/api-v1-jd-40589.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/api-v1-jdf-40589.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/api-v1-jdq-40589.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40589/data-v1-dl-4644182.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jd-40675.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jdf-40675.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/api-v1-jdq-40675.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40675/data-v1-dl-4965250.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/api-v1-jd-40945.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/api-v1-jdf-40945.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/api-v1-jdq-40945.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40945/data-v1-dl-16826755.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/api-v1-jd-40966.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdf-40966.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdq-40966.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_40966/data-v1-dl-17928620.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/api-v1-jd-42074.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdf-42074.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdq-42074.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42074/data-v1-dl-21552912.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/api-v1-jd-42585.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/api-v1-jdf-42585.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/api-v1-jdq-42585.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_42585/data-v1-dl-21854866.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/api-v1-jd-561.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/api-v1-jdf-561.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/api-v1-jdq-561.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_561/data-v1-dl-52739.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/api-v1-jd-61.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/api-v1-jdf-61.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/api-v1-jdl-dn-iris-l-2-dv-1.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/api-v1-jdl-dn-iris-l-2-s-act-.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/api-v1-jdq-61.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_61/data-v1-dl-61.arff.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/__init__.py
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/__init__.pyc
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/__init__.pyo
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/api-v1-jd-62.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/api-v1-jdf-62.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/api-v1-jdq-62.json.gz
+${PYSITELIB}/sklearn/datasets/tests/data/openml/id_62/data-v1-dl-52352.arff.gz
 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_classification.txt
 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_invalid.txt
 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_invalid_order.txt
@@ -411,6 +431,9 @@ ${PYSITELIB}/sklearn/datasets/tests/data
 ${PYSITELIB}/sklearn/datasets/tests/test_20news.py
 ${PYSITELIB}/sklearn/datasets/tests/test_20news.pyc
 ${PYSITELIB}/sklearn/datasets/tests/test_20news.pyo
+${PYSITELIB}/sklearn/datasets/tests/test_arff_parser.py
+${PYSITELIB}/sklearn/datasets/tests/test_arff_parser.pyc
+${PYSITELIB}/sklearn/datasets/tests/test_arff_parser.pyo
 ${PYSITELIB}/sklearn/datasets/tests/test_base.py
 ${PYSITELIB}/sklearn/datasets/tests/test_base.pyc
 ${PYSITELIB}/sklearn/datasets/tests/test_base.pyo
@@ -444,9 +467,6 @@ ${PYSITELIB}/sklearn/datasets/tests/test
 ${PYSITELIB}/sklearn/datasets/tests/test_svmlight_format.py
 ${PYSITELIB}/sklearn/datasets/tests/test_svmlight_format.pyc
 ${PYSITELIB}/sklearn/datasets/tests/test_svmlight_format.pyo
-${PYSITELIB}/sklearn/datasets/twenty_newsgroups.py
-${PYSITELIB}/sklearn/datasets/twenty_newsgroups.pyc
-${PYSITELIB}/sklearn/datasets/twenty_newsgroups.pyo
 ${PYSITELIB}/sklearn/decomposition/__init__.py
 ${PYSITELIB}/sklearn/decomposition/__init__.pyc
 ${PYSITELIB}/sklearn/decomposition/__init__.pyo
@@ -485,45 +505,6 @@ ${PYSITELIB}/sklearn/decomposition/_spar
 ${PYSITELIB}/sklearn/decomposition/_truncated_svd.py
 ${PYSITELIB}/sklearn/decomposition/_truncated_svd.pyc
 ${PYSITELIB}/sklearn/decomposition/_truncated_svd.pyo
-${PYSITELIB}/sklearn/decomposition/base.py
-${PYSITELIB}/sklearn/decomposition/base.pyc
-${PYSITELIB}/sklearn/decomposition/base.pyo
-${PYSITELIB}/sklearn/decomposition/cdnmf_fast.py
-${PYSITELIB}/sklearn/decomposition/cdnmf_fast.pyc
-${PYSITELIB}/sklearn/decomposition/cdnmf_fast.pyo
-${PYSITELIB}/sklearn/decomposition/dict_learning.py
-${PYSITELIB}/sklearn/decomposition/dict_learning.pyc
-${PYSITELIB}/sklearn/decomposition/dict_learning.pyo
-${PYSITELIB}/sklearn/decomposition/factor_analysis.py
-${PYSITELIB}/sklearn/decomposition/factor_analysis.pyc
-${PYSITELIB}/sklearn/decomposition/factor_analysis.pyo
-${PYSITELIB}/sklearn/decomposition/fastica_.py
-${PYSITELIB}/sklearn/decomposition/fastica_.pyc
-${PYSITELIB}/sklearn/decomposition/fastica_.pyo
-${PYSITELIB}/sklearn/decomposition/incremental_pca.py
-${PYSITELIB}/sklearn/decomposition/incremental_pca.pyc
-${PYSITELIB}/sklearn/decomposition/incremental_pca.pyo
-${PYSITELIB}/sklearn/decomposition/kernel_pca.py
-${PYSITELIB}/sklearn/decomposition/kernel_pca.pyc
-${PYSITELIB}/sklearn/decomposition/kernel_pca.pyo
-${PYSITELIB}/sklearn/decomposition/nmf.py
-${PYSITELIB}/sklearn/decomposition/nmf.pyc
-${PYSITELIB}/sklearn/decomposition/nmf.pyo
-${PYSITELIB}/sklearn/decomposition/online_lda.py
-${PYSITELIB}/sklearn/decomposition/online_lda.pyc
-${PYSITELIB}/sklearn/decomposition/online_lda.pyo
-${PYSITELIB}/sklearn/decomposition/online_lda_fast.py
-${PYSITELIB}/sklearn/decomposition/online_lda_fast.pyc
-${PYSITELIB}/sklearn/decomposition/online_lda_fast.pyo
-${PYSITELIB}/sklearn/decomposition/pca.py
-${PYSITELIB}/sklearn/decomposition/pca.pyc
-${PYSITELIB}/sklearn/decomposition/pca.pyo
-${PYSITELIB}/sklearn/decomposition/setup.py
-${PYSITELIB}/sklearn/decomposition/setup.pyc
-${PYSITELIB}/sklearn/decomposition/setup.pyo
-${PYSITELIB}/sklearn/decomposition/sparse_pca.py
-${PYSITELIB}/sklearn/decomposition/sparse_pca.pyc
-${PYSITELIB}/sklearn/decomposition/sparse_pca.pyo
 ${PYSITELIB}/sklearn/decomposition/tests/__init__.py
 ${PYSITELIB}/sklearn/decomposition/tests/__init__.pyc
 ${PYSITELIB}/sklearn/decomposition/tests/__init__.pyo
@@ -557,9 +538,6 @@ ${PYSITELIB}/sklearn/decomposition/tests
 ${PYSITELIB}/sklearn/decomposition/tests/test_truncated_svd.py
 ${PYSITELIB}/sklearn/decomposition/tests/test_truncated_svd.pyc
 ${PYSITELIB}/sklearn/decomposition/tests/test_truncated_svd.pyo
-${PYSITELIB}/sklearn/decomposition/truncated_svd.py
-${PYSITELIB}/sklearn/decomposition/truncated_svd.pyc
-${PYSITELIB}/sklearn/decomposition/truncated_svd.pyo
 ${PYSITELIB}/sklearn/discriminant_analysis.py
 ${PYSITELIB}/sklearn/discriminant_analysis.pyc
 ${PYSITELIB}/sklearn/discriminant_analysis.pyo
@@ -589,8 +567,9 @@ ${PYSITELIB}/sklearn/ensemble/_hist_grad
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/__init__.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/__init__.pyo
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_binning.so
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_bitset.pxd
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_bitset.so
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_gradient_boosting.so
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_loss.so
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_predictor.so
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/binning.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/binning.pyc
@@ -604,9 +583,6 @@ ${PYSITELIB}/sklearn/ensemble/_hist_grad
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/grower.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/grower.pyo
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/histogram.so
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.py
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.pyc
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.pyo
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/predictor.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/predictor.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/predictor.pyo
@@ -617,6 +593,9 @@ ${PYSITELIB}/sklearn/ensemble/_hist_grad
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_binning.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_binning.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_binning.pyo
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_bitset.py
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_bitset.pyc
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_bitset.pyo
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_compare_lightgbm.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_compare_lightgbm.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_compare_lightgbm.pyo
@@ -629,9 +608,9 @@ ${PYSITELIB}/sklearn/ensemble/_hist_grad
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_histogram.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_histogram.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_histogram.pyo
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_loss.py
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_loss.pyc
-${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_loss.pyo
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_monotonic_contraints.py
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_monotonic_contraints.pyc
+${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_monotonic_contraints.pyo
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_predictor.py
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_predictor.pyc
 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_predictor.pyo
@@ -654,27 +633,6 @@ ${PYSITELIB}/sklearn/ensemble/_voting.py
 ${PYSITELIB}/sklearn/ensemble/_weight_boosting.py
 ${PYSITELIB}/sklearn/ensemble/_weight_boosting.pyc
 ${PYSITELIB}/sklearn/ensemble/_weight_boosting.pyo
-${PYSITELIB}/sklearn/ensemble/bagging.py
-${PYSITELIB}/sklearn/ensemble/bagging.pyc
-${PYSITELIB}/sklearn/ensemble/bagging.pyo
-${PYSITELIB}/sklearn/ensemble/base.py
-${PYSITELIB}/sklearn/ensemble/base.pyc
-${PYSITELIB}/sklearn/ensemble/base.pyo
-${PYSITELIB}/sklearn/ensemble/forest.py
-${PYSITELIB}/sklearn/ensemble/forest.pyc
-${PYSITELIB}/sklearn/ensemble/forest.pyo
-${PYSITELIB}/sklearn/ensemble/gradient_boosting.py
-${PYSITELIB}/sklearn/ensemble/gradient_boosting.pyc
-${PYSITELIB}/sklearn/ensemble/gradient_boosting.pyo
-${PYSITELIB}/sklearn/ensemble/iforest.py
-${PYSITELIB}/sklearn/ensemble/iforest.pyc
-${PYSITELIB}/sklearn/ensemble/iforest.pyo
-${PYSITELIB}/sklearn/ensemble/partial_dependence.py
-${PYSITELIB}/sklearn/ensemble/partial_dependence.pyc
-${PYSITELIB}/sklearn/ensemble/partial_dependence.pyo
-${PYSITELIB}/sklearn/ensemble/setup.py
-${PYSITELIB}/sklearn/ensemble/setup.pyc
-${PYSITELIB}/sklearn/ensemble/setup.pyo
 ${PYSITELIB}/sklearn/ensemble/tests/__init__.py
 ${PYSITELIB}/sklearn/ensemble/tests/__init__.pyc
 ${PYSITELIB}/sklearn/ensemble/tests/__init__.pyo
@@ -699,9 +657,6 @@ ${PYSITELIB}/sklearn/ensemble/tests/test
 ${PYSITELIB}/sklearn/ensemble/tests/test_iforest.py
 ${PYSITELIB}/sklearn/ensemble/tests/test_iforest.pyc
 ${PYSITELIB}/sklearn/ensemble/tests/test_iforest.pyo
-${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.py
-${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.pyc
-${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.pyo
 ${PYSITELIB}/sklearn/ensemble/tests/test_stacking.py
 ${PYSITELIB}/sklearn/ensemble/tests/test_stacking.pyc
 ${PYSITELIB}/sklearn/ensemble/tests/test_stacking.pyo
@@ -711,18 +666,15 @@ ${PYSITELIB}/sklearn/ensemble/tests/test
 ${PYSITELIB}/sklearn/ensemble/tests/test_weight_boosting.py
 ${PYSITELIB}/sklearn/ensemble/tests/test_weight_boosting.pyc
 ${PYSITELIB}/sklearn/ensemble/tests/test_weight_boosting.pyo
-${PYSITELIB}/sklearn/ensemble/voting.py
-${PYSITELIB}/sklearn/ensemble/voting.pyc
-${PYSITELIB}/sklearn/ensemble/voting.pyo
-${PYSITELIB}/sklearn/ensemble/weight_boosting.py
-${PYSITELIB}/sklearn/ensemble/weight_boosting.pyc
-${PYSITELIB}/sklearn/ensemble/weight_boosting.pyo
 ${PYSITELIB}/sklearn/exceptions.py
 ${PYSITELIB}/sklearn/exceptions.pyc
 ${PYSITELIB}/sklearn/exceptions.pyo
 ${PYSITELIB}/sklearn/experimental/__init__.py
 ${PYSITELIB}/sklearn/experimental/__init__.pyc
 ${PYSITELIB}/sklearn/experimental/__init__.pyo
+${PYSITELIB}/sklearn/experimental/enable_halving_search_cv.py
+${PYSITELIB}/sklearn/experimental/enable_halving_search_cv.pyc
+${PYSITELIB}/sklearn/experimental/enable_halving_search_cv.pyo
 ${PYSITELIB}/sklearn/experimental/enable_hist_gradient_boosting.py
 ${PYSITELIB}/sklearn/experimental/enable_hist_gradient_boosting.pyc
 ${PYSITELIB}/sklearn/experimental/enable_hist_gradient_boosting.pyo
@@ -738,6 +690,9 @@ ${PYSITELIB}/sklearn/experimental/tests/
 ${PYSITELIB}/sklearn/experimental/tests/test_enable_iterative_imputer.py
 ${PYSITELIB}/sklearn/experimental/tests/test_enable_iterative_imputer.pyc
 ${PYSITELIB}/sklearn/experimental/tests/test_enable_iterative_imputer.pyo
+${PYSITELIB}/sklearn/experimental/tests/test_enable_successive_halving.py
+${PYSITELIB}/sklearn/experimental/tests/test_enable_successive_halving.pyc
+${PYSITELIB}/sklearn/experimental/tests/test_enable_successive_halving.pyo
 ${PYSITELIB}/sklearn/externals/__init__.py
 ${PYSITELIB}/sklearn/externals/__init__.pyc
 ${PYSITELIB}/sklearn/externals/__init__.pyo
@@ -747,30 +702,18 @@ ${PYSITELIB}/sklearn/externals/_arff.pyo
 ${PYSITELIB}/sklearn/externals/_lobpcg.py
 ${PYSITELIB}/sklearn/externals/_lobpcg.pyc
 ${PYSITELIB}/sklearn/externals/_lobpcg.pyo
-${PYSITELIB}/sklearn/externals/_pep562.py
-${PYSITELIB}/sklearn/externals/_pep562.pyc
-${PYSITELIB}/sklearn/externals/_pep562.pyo
-${PYSITELIB}/sklearn/externals/_pilutil.py
-${PYSITELIB}/sklearn/externals/_pilutil.pyc
-${PYSITELIB}/sklearn/externals/_pilutil.pyo
-${PYSITELIB}/sklearn/externals/_scipy_linalg.py
-${PYSITELIB}/sklearn/externals/_scipy_linalg.pyc
-${PYSITELIB}/sklearn/externals/_scipy_linalg.pyo
+${PYSITELIB}/sklearn/externals/_packaging/__init__.py
+${PYSITELIB}/sklearn/externals/_packaging/__init__.pyc
+${PYSITELIB}/sklearn/externals/_packaging/__init__.pyo
+${PYSITELIB}/sklearn/externals/_packaging/_structures.py
+${PYSITELIB}/sklearn/externals/_packaging/_structures.pyc
+${PYSITELIB}/sklearn/externals/_packaging/_structures.pyo
+${PYSITELIB}/sklearn/externals/_packaging/version.py
+${PYSITELIB}/sklearn/externals/_packaging/version.pyc
+${PYSITELIB}/sklearn/externals/_packaging/version.pyo
 ${PYSITELIB}/sklearn/externals/conftest.py
 ${PYSITELIB}/sklearn/externals/conftest.pyc
 ${PYSITELIB}/sklearn/externals/conftest.pyo
-${PYSITELIB}/sklearn/externals/joblib/__init__.py
-${PYSITELIB}/sklearn/externals/joblib/__init__.pyc
-${PYSITELIB}/sklearn/externals/joblib/__init__.pyo
-${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.py
-${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyc
-${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyo
-${PYSITELIB}/sklearn/externals/setup.py
-${PYSITELIB}/sklearn/externals/setup.pyc
-${PYSITELIB}/sklearn/externals/setup.pyo
-${PYSITELIB}/sklearn/externals/six.py
-${PYSITELIB}/sklearn/externals/six.pyc
-${PYSITELIB}/sklearn/externals/six.pyo
 ${PYSITELIB}/sklearn/feature_extraction/__init__.py
 ${PYSITELIB}/sklearn/feature_extraction/__init__.pyc
 ${PYSITELIB}/sklearn/feature_extraction/__init__.pyo
@@ -784,21 +727,9 @@ ${PYSITELIB}/sklearn/feature_extraction/
 ${PYSITELIB}/sklearn/feature_extraction/_stop_words.py
 ${PYSITELIB}/sklearn/feature_extraction/_stop_words.pyc
 ${PYSITELIB}/sklearn/feature_extraction/_stop_words.pyo
-${PYSITELIB}/sklearn/feature_extraction/dict_vectorizer.py
-${PYSITELIB}/sklearn/feature_extraction/dict_vectorizer.pyc
-${PYSITELIB}/sklearn/feature_extraction/dict_vectorizer.pyo
-${PYSITELIB}/sklearn/feature_extraction/hashing.py
-${PYSITELIB}/sklearn/feature_extraction/hashing.pyc
-${PYSITELIB}/sklearn/feature_extraction/hashing.pyo
 ${PYSITELIB}/sklearn/feature_extraction/image.py
 ${PYSITELIB}/sklearn/feature_extraction/image.pyc
 ${PYSITELIB}/sklearn/feature_extraction/image.pyo
-${PYSITELIB}/sklearn/feature_extraction/setup.py
-${PYSITELIB}/sklearn/feature_extraction/setup.pyc
-${PYSITELIB}/sklearn/feature_extraction/setup.pyo
-${PYSITELIB}/sklearn/feature_extraction/stop_words.py
-${PYSITELIB}/sklearn/feature_extraction/stop_words.pyc
-${PYSITELIB}/sklearn/feature_extraction/stop_words.pyo
 ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.py
 ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.pyc
 ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.pyo
@@ -832,24 +763,15 @@ ${PYSITELIB}/sklearn/feature_selection/_
 ${PYSITELIB}/sklearn/feature_selection/_rfe.py
 ${PYSITELIB}/sklearn/feature_selection/_rfe.pyc
 ${PYSITELIB}/sklearn/feature_selection/_rfe.pyo
+${PYSITELIB}/sklearn/feature_selection/_sequential.py
+${PYSITELIB}/sklearn/feature_selection/_sequential.pyc
+${PYSITELIB}/sklearn/feature_selection/_sequential.pyo
 ${PYSITELIB}/sklearn/feature_selection/_univariate_selection.py
 ${PYSITELIB}/sklearn/feature_selection/_univariate_selection.pyc
 ${PYSITELIB}/sklearn/feature_selection/_univariate_selection.pyo
 ${PYSITELIB}/sklearn/feature_selection/_variance_threshold.py
 ${PYSITELIB}/sklearn/feature_selection/_variance_threshold.pyc
 ${PYSITELIB}/sklearn/feature_selection/_variance_threshold.pyo
-${PYSITELIB}/sklearn/feature_selection/base.py
-${PYSITELIB}/sklearn/feature_selection/base.pyc
-${PYSITELIB}/sklearn/feature_selection/base.pyo
-${PYSITELIB}/sklearn/feature_selection/from_model.py
-${PYSITELIB}/sklearn/feature_selection/from_model.pyc
-${PYSITELIB}/sklearn/feature_selection/from_model.pyo
-${PYSITELIB}/sklearn/feature_selection/mutual_info.py
-${PYSITELIB}/sklearn/feature_selection/mutual_info.pyc
-${PYSITELIB}/sklearn/feature_selection/mutual_info.pyo
-${PYSITELIB}/sklearn/feature_selection/rfe.py
-${PYSITELIB}/sklearn/feature_selection/rfe.pyc
-${PYSITELIB}/sklearn/feature_selection/rfe.pyo
 ${PYSITELIB}/sklearn/feature_selection/tests/__init__.py
 ${PYSITELIB}/sklearn/feature_selection/tests/__init__.pyc
 ${PYSITELIB}/sklearn/feature_selection/tests/__init__.pyo
@@ -871,15 +793,12 @@ ${PYSITELIB}/sklearn/feature_selection/t
 ${PYSITELIB}/sklearn/feature_selection/tests/test_rfe.py
 ${PYSITELIB}/sklearn/feature_selection/tests/test_rfe.pyc
 ${PYSITELIB}/sklearn/feature_selection/tests/test_rfe.pyo
+${PYSITELIB}/sklearn/feature_selection/tests/test_sequential.py
+${PYSITELIB}/sklearn/feature_selection/tests/test_sequential.pyc
+${PYSITELIB}/sklearn/feature_selection/tests/test_sequential.pyo
 ${PYSITELIB}/sklearn/feature_selection/tests/test_variance_threshold.py
 ${PYSITELIB}/sklearn/feature_selection/tests/test_variance_threshold.pyc
 ${PYSITELIB}/sklearn/feature_selection/tests/test_variance_threshold.pyo
-${PYSITELIB}/sklearn/feature_selection/univariate_selection.py
-${PYSITELIB}/sklearn/feature_selection/univariate_selection.pyc
-${PYSITELIB}/sklearn/feature_selection/univariate_selection.pyo
-${PYSITELIB}/sklearn/feature_selection/variance_threshold.py
-${PYSITELIB}/sklearn/feature_selection/variance_threshold.pyc
-${PYSITELIB}/sklearn/feature_selection/variance_threshold.pyo
 ${PYSITELIB}/sklearn/gaussian_process/__init__.py
 ${PYSITELIB}/sklearn/gaussian_process/__init__.pyc
 ${PYSITELIB}/sklearn/gaussian_process/__init__.pyo
@@ -889,12 +808,6 @@ ${PYSITELIB}/sklearn/gaussian_process/_g
 ${PYSITELIB}/sklearn/gaussian_process/_gpr.py
 ${PYSITELIB}/sklearn/gaussian_process/_gpr.pyc
 ${PYSITELIB}/sklearn/gaussian_process/_gpr.pyo
-${PYSITELIB}/sklearn/gaussian_process/gpc.py
-${PYSITELIB}/sklearn/gaussian_process/gpc.pyc
-${PYSITELIB}/sklearn/gaussian_process/gpc.pyo
-${PYSITELIB}/sklearn/gaussian_process/gpr.py
-${PYSITELIB}/sklearn/gaussian_process/gpr.pyc
-${PYSITELIB}/sklearn/gaussian_process/gpr.pyo
 ${PYSITELIB}/sklearn/gaussian_process/kernels.py
 ${PYSITELIB}/sklearn/gaussian_process/kernels.pyc
 ${PYSITELIB}/sklearn/gaussian_process/kernels.pyo
@@ -946,24 +859,42 @@ ${PYSITELIB}/sklearn/inspection/__init__
 ${PYSITELIB}/sklearn/inspection/_partial_dependence.py
 ${PYSITELIB}/sklearn/inspection/_partial_dependence.pyc
 ${PYSITELIB}/sklearn/inspection/_partial_dependence.pyo
+${PYSITELIB}/sklearn/inspection/_pd_utils.py
+${PYSITELIB}/sklearn/inspection/_pd_utils.pyc
+${PYSITELIB}/sklearn/inspection/_pd_utils.pyo
 ${PYSITELIB}/sklearn/inspection/_permutation_importance.py
 ${PYSITELIB}/sklearn/inspection/_permutation_importance.pyc
 ${PYSITELIB}/sklearn/inspection/_permutation_importance.pyo
-${PYSITELIB}/sklearn/inspection/partial_dependence.py
-${PYSITELIB}/sklearn/inspection/partial_dependence.pyc
-${PYSITELIB}/sklearn/inspection/partial_dependence.pyo
+${PYSITELIB}/sklearn/inspection/_plot/__init__.py
+${PYSITELIB}/sklearn/inspection/_plot/__init__.pyc
+${PYSITELIB}/sklearn/inspection/_plot/__init__.pyo
+${PYSITELIB}/sklearn/inspection/_plot/decision_boundary.py
+${PYSITELIB}/sklearn/inspection/_plot/decision_boundary.pyc
+${PYSITELIB}/sklearn/inspection/_plot/decision_boundary.pyo
+${PYSITELIB}/sklearn/inspection/_plot/partial_dependence.py
+${PYSITELIB}/sklearn/inspection/_plot/partial_dependence.pyc
+${PYSITELIB}/sklearn/inspection/_plot/partial_dependence.pyo
+${PYSITELIB}/sklearn/inspection/_plot/tests/__init__.py
+${PYSITELIB}/sklearn/inspection/_plot/tests/__init__.pyc
+${PYSITELIB}/sklearn/inspection/_plot/tests/__init__.pyo
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_boundary_decision_display.py
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_boundary_decision_display.pyc
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_boundary_decision_display.pyo
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_plot_partial_dependence.py
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_plot_partial_dependence.pyc
+${PYSITELIB}/sklearn/inspection/_plot/tests/test_plot_partial_dependence.pyo
 ${PYSITELIB}/sklearn/inspection/tests/__init__.py
 ${PYSITELIB}/sklearn/inspection/tests/__init__.pyc
 ${PYSITELIB}/sklearn/inspection/tests/__init__.pyo
 ${PYSITELIB}/sklearn/inspection/tests/test_partial_dependence.py
 ${PYSITELIB}/sklearn/inspection/tests/test_partial_dependence.pyc
 ${PYSITELIB}/sklearn/inspection/tests/test_partial_dependence.pyo
+${PYSITELIB}/sklearn/inspection/tests/test_pd_utils.py
+${PYSITELIB}/sklearn/inspection/tests/test_pd_utils.pyc
+${PYSITELIB}/sklearn/inspection/tests/test_pd_utils.pyo
 ${PYSITELIB}/sklearn/inspection/tests/test_permutation_importance.py
 ${PYSITELIB}/sklearn/inspection/tests/test_permutation_importance.pyc
 ${PYSITELIB}/sklearn/inspection/tests/test_permutation_importance.pyo
-${PYSITELIB}/sklearn/inspection/tests/test_plot_partial_dependence.py
-${PYSITELIB}/sklearn/inspection/tests/test_plot_partial_dependence.pyc
-${PYSITELIB}/sklearn/inspection/tests/test_plot_partial_dependence.pyo
 ${PYSITELIB}/sklearn/isotonic.py
 ${PYSITELIB}/sklearn/isotonic.pyc
 ${PYSITELIB}/sklearn/isotonic.pyo
@@ -986,12 +917,30 @@ ${PYSITELIB}/sklearn/linear_model/_cd_fa
 ${PYSITELIB}/sklearn/linear_model/_coordinate_descent.py
 ${PYSITELIB}/sklearn/linear_model/_coordinate_descent.pyc
 ${PYSITELIB}/sklearn/linear_model/_coordinate_descent.pyo
+${PYSITELIB}/sklearn/linear_model/_glm/__init__.py
+${PYSITELIB}/sklearn/linear_model/_glm/__init__.pyc
+${PYSITELIB}/sklearn/linear_model/_glm/__init__.pyo
+${PYSITELIB}/sklearn/linear_model/_glm/_newton_solver.py
+${PYSITELIB}/sklearn/linear_model/_glm/_newton_solver.pyc
+${PYSITELIB}/sklearn/linear_model/_glm/_newton_solver.pyo
+${PYSITELIB}/sklearn/linear_model/_glm/glm.py
+${PYSITELIB}/sklearn/linear_model/_glm/glm.pyc
+${PYSITELIB}/sklearn/linear_model/_glm/glm.pyo
+${PYSITELIB}/sklearn/linear_model/_glm/tests/__init__.py
+${PYSITELIB}/sklearn/linear_model/_glm/tests/__init__.pyc
+${PYSITELIB}/sklearn/linear_model/_glm/tests/__init__.pyo
+${PYSITELIB}/sklearn/linear_model/_glm/tests/test_glm.py
+${PYSITELIB}/sklearn/linear_model/_glm/tests/test_glm.pyc
+${PYSITELIB}/sklearn/linear_model/_glm/tests/test_glm.pyo
 ${PYSITELIB}/sklearn/linear_model/_huber.py
 ${PYSITELIB}/sklearn/linear_model/_huber.pyc
 ${PYSITELIB}/sklearn/linear_model/_huber.pyo
 ${PYSITELIB}/sklearn/linear_model/_least_angle.py
 ${PYSITELIB}/sklearn/linear_model/_least_angle.pyc
 ${PYSITELIB}/sklearn/linear_model/_least_angle.pyo
+${PYSITELIB}/sklearn/linear_model/_linear_loss.py
+${PYSITELIB}/sklearn/linear_model/_linear_loss.pyc
+${PYSITELIB}/sklearn/linear_model/_linear_loss.pyo
 ${PYSITELIB}/sklearn/linear_model/_logistic.py
 ${PYSITELIB}/sklearn/linear_model/_logistic.pyc
 ${PYSITELIB}/sklearn/linear_model/_logistic.pyo
@@ -1004,6 +953,9 @@ ${PYSITELIB}/sklearn/linear_model/_passi
 ${PYSITELIB}/sklearn/linear_model/_perceptron.py
 ${PYSITELIB}/sklearn/linear_model/_perceptron.pyc
 ${PYSITELIB}/sklearn/linear_model/_perceptron.pyo
+${PYSITELIB}/sklearn/linear_model/_quantile.py
+${PYSITELIB}/sklearn/linear_model/_quantile.pyc
+${PYSITELIB}/sklearn/linear_model/_quantile.pyo
 ${PYSITELIB}/sklearn/linear_model/_ransac.py
 ${PYSITELIB}/sklearn/linear_model/_ransac.pyc
 ${PYSITELIB}/sklearn/linear_model/_ransac.pyo
@@ -1022,57 +974,6 @@ ${PYSITELIB}/sklearn/linear_model/_stoch
 ${PYSITELIB}/sklearn/linear_model/_theil_sen.py
 ${PYSITELIB}/sklearn/linear_model/_theil_sen.pyc
 ${PYSITELIB}/sklearn/linear_model/_theil_sen.pyo
-${PYSITELIB}/sklearn/linear_model/base.py
-${PYSITELIB}/sklearn/linear_model/base.pyc
-${PYSITELIB}/sklearn/linear_model/base.pyo
-${PYSITELIB}/sklearn/linear_model/bayes.py
-${PYSITELIB}/sklearn/linear_model/bayes.pyc
-${PYSITELIB}/sklearn/linear_model/bayes.pyo
-${PYSITELIB}/sklearn/linear_model/cd_fast.py
-${PYSITELIB}/sklearn/linear_model/cd_fast.pyc
-${PYSITELIB}/sklearn/linear_model/cd_fast.pyo
-${PYSITELIB}/sklearn/linear_model/coordinate_descent.py
-${PYSITELIB}/sklearn/linear_model/coordinate_descent.pyc
-${PYSITELIB}/sklearn/linear_model/coordinate_descent.pyo
-${PYSITELIB}/sklearn/linear_model/huber.py
-${PYSITELIB}/sklearn/linear_model/huber.pyc
-${PYSITELIB}/sklearn/linear_model/huber.pyo
-${PYSITELIB}/sklearn/linear_model/least_angle.py
-${PYSITELIB}/sklearn/linear_model/least_angle.pyc
-${PYSITELIB}/sklearn/linear_model/least_angle.pyo
-${PYSITELIB}/sklearn/linear_model/logistic.py
-${PYSITELIB}/sklearn/linear_model/logistic.pyc
-${PYSITELIB}/sklearn/linear_model/logistic.pyo
-${PYSITELIB}/sklearn/linear_model/omp.py
-${PYSITELIB}/sklearn/linear_model/omp.pyc
-${PYSITELIB}/sklearn/linear_model/omp.pyo
-${PYSITELIB}/sklearn/linear_model/passive_aggressive.py
-${PYSITELIB}/sklearn/linear_model/passive_aggressive.pyc
-${PYSITELIB}/sklearn/linear_model/passive_aggressive.pyo
-${PYSITELIB}/sklearn/linear_model/perceptron.py
-${PYSITELIB}/sklearn/linear_model/perceptron.pyc
-${PYSITELIB}/sklearn/linear_model/perceptron.pyo
-${PYSITELIB}/sklearn/linear_model/ransac.py
-${PYSITELIB}/sklearn/linear_model/ransac.pyc
-${PYSITELIB}/sklearn/linear_model/ransac.pyo
-${PYSITELIB}/sklearn/linear_model/ridge.py
-${PYSITELIB}/sklearn/linear_model/ridge.pyc
-${PYSITELIB}/sklearn/linear_model/ridge.pyo
-${PYSITELIB}/sklearn/linear_model/sag.py
-${PYSITELIB}/sklearn/linear_model/sag.pyc
-${PYSITELIB}/sklearn/linear_model/sag.pyo
-${PYSITELIB}/sklearn/linear_model/sag_fast.py
-${PYSITELIB}/sklearn/linear_model/sag_fast.pyc
-${PYSITELIB}/sklearn/linear_model/sag_fast.pyo
-${PYSITELIB}/sklearn/linear_model/setup.py
-${PYSITELIB}/sklearn/linear_model/setup.pyc
-${PYSITELIB}/sklearn/linear_model/setup.pyo
-${PYSITELIB}/sklearn/linear_model/sgd_fast.py
-${PYSITELIB}/sklearn/linear_model/sgd_fast.pyc
-${PYSITELIB}/sklearn/linear_model/sgd_fast.pyo
-${PYSITELIB}/sklearn/linear_model/stochastic_gradient.py
-${PYSITELIB}/sklearn/linear_model/stochastic_gradient.pyc
-${PYSITELIB}/sklearn/linear_model/stochastic_gradient.pyo
 ${PYSITELIB}/sklearn/linear_model/tests/__init__.py
 ${PYSITELIB}/sklearn/linear_model/tests/__init__.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/__init__.pyo
@@ -1082,6 +983,9 @@ ${PYSITELIB}/sklearn/linear_model/tests/
 ${PYSITELIB}/sklearn/linear_model/tests/test_bayes.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_bayes.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_bayes.pyo
+${PYSITELIB}/sklearn/linear_model/tests/test_common.py
+${PYSITELIB}/sklearn/linear_model/tests/test_common.pyc
+${PYSITELIB}/sklearn/linear_model/tests/test_common.pyo
 ${PYSITELIB}/sklearn/linear_model/tests/test_coordinate_descent.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_coordinate_descent.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_coordinate_descent.pyo
@@ -1091,6 +995,9 @@ ${PYSITELIB}/sklearn/linear_model/tests/
 ${PYSITELIB}/sklearn/linear_model/tests/test_least_angle.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_least_angle.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_least_angle.pyo
+${PYSITELIB}/sklearn/linear_model/tests/test_linear_loss.py
+${PYSITELIB}/sklearn/linear_model/tests/test_linear_loss.pyc
+${PYSITELIB}/sklearn/linear_model/tests/test_linear_loss.pyo
 ${PYSITELIB}/sklearn/linear_model/tests/test_logistic.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_logistic.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_logistic.pyo
@@ -1103,6 +1010,9 @@ ${PYSITELIB}/sklearn/linear_model/tests/
 ${PYSITELIB}/sklearn/linear_model/tests/test_perceptron.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_perceptron.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_perceptron.pyo
+${PYSITELIB}/sklearn/linear_model/tests/test_quantile.py
+${PYSITELIB}/sklearn/linear_model/tests/test_quantile.pyc
+${PYSITELIB}/sklearn/linear_model/tests/test_quantile.pyo
 ${PYSITELIB}/sklearn/linear_model/tests/test_ransac.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_ransac.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_ransac.pyo
@@ -1121,9 +1031,6 @@ ${PYSITELIB}/sklearn/linear_model/tests/
 ${PYSITELIB}/sklearn/linear_model/tests/test_theil_sen.py
 ${PYSITELIB}/sklearn/linear_model/tests/test_theil_sen.pyc
 ${PYSITELIB}/sklearn/linear_model/tests/test_theil_sen.pyo
-${PYSITELIB}/sklearn/linear_model/theil_sen.py
-${PYSITELIB}/sklearn/linear_model/theil_sen.pyc
-${PYSITELIB}/sklearn/linear_model/theil_sen.pyo
 ${PYSITELIB}/sklearn/manifold/__init__.py
 ${PYSITELIB}/sklearn/manifold/__init__.pyc
 ${PYSITELIB}/sklearn/manifold/__init__.pyo
@@ -1144,24 +1051,6 @@ ${PYSITELIB}/sklearn/manifold/_t_sne.py
 ${PYSITELIB}/sklearn/manifold/_t_sne.pyc
 ${PYSITELIB}/sklearn/manifold/_t_sne.pyo
 ${PYSITELIB}/sklearn/manifold/_utils.so
-${PYSITELIB}/sklearn/manifold/isomap.py
-${PYSITELIB}/sklearn/manifold/isomap.pyc
-${PYSITELIB}/sklearn/manifold/isomap.pyo
-${PYSITELIB}/sklearn/manifold/locally_linear.py
-${PYSITELIB}/sklearn/manifold/locally_linear.pyc
-${PYSITELIB}/sklearn/manifold/locally_linear.pyo
-${PYSITELIB}/sklearn/manifold/mds.py
-${PYSITELIB}/sklearn/manifold/mds.pyc
-${PYSITELIB}/sklearn/manifold/mds.pyo
-${PYSITELIB}/sklearn/manifold/setup.py
-${PYSITELIB}/sklearn/manifold/setup.pyc
-${PYSITELIB}/sklearn/manifold/setup.pyo
-${PYSITELIB}/sklearn/manifold/spectral_embedding_.py
-${PYSITELIB}/sklearn/manifold/spectral_embedding_.pyc
-${PYSITELIB}/sklearn/manifold/spectral_embedding_.pyo
-${PYSITELIB}/sklearn/manifold/t_sne.py
-${PYSITELIB}/sklearn/manifold/t_sne.pyc
-${PYSITELIB}/sklearn/manifold/t_sne.pyo
 ${PYSITELIB}/sklearn/manifold/tests/__init__.py
 ${PYSITELIB}/sklearn/manifold/tests/__init__.pyc
 ${PYSITELIB}/sklearn/manifold/tests/__init__.pyo
@@ -1189,6 +1078,24 @@ ${PYSITELIB}/sklearn/metrics/_base.pyo
 ${PYSITELIB}/sklearn/metrics/_classification.py
 ${PYSITELIB}/sklearn/metrics/_classification.pyc
 ${PYSITELIB}/sklearn/metrics/_classification.pyo
+${PYSITELIB}/sklearn/metrics/_dist_metrics.pxd
+${PYSITELIB}/sklearn/metrics/_dist_metrics.so
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/__init__.py
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/__init__.pyc
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/__init__.pyo
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_argkmin.pxd
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_argkmin.so
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_base.pxd
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_base.so
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_datasets_pair.pxd
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_datasets_pair.so
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_dispatcher.py
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_dispatcher.pyc
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_dispatcher.pyo
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.pxd
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.so
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pxd
+${PYSITELIB}/sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.so
 ${PYSITELIB}/sklearn/metrics/_pairwise_fast.so
 ${PYSITELIB}/sklearn/metrics/_plot/__init__.py
 ${PYSITELIB}/sklearn/metrics/_plot/__init__.pyc
@@ -1199,24 +1106,42 @@ ${PYSITELIB}/sklearn/metrics/_plot/base.
 ${PYSITELIB}/sklearn/metrics/_plot/confusion_matrix.py
 ${PYSITELIB}/sklearn/metrics/_plot/confusion_matrix.pyc
 ${PYSITELIB}/sklearn/metrics/_plot/confusion_matrix.pyo
+${PYSITELIB}/sklearn/metrics/_plot/det_curve.py
+${PYSITELIB}/sklearn/metrics/_plot/det_curve.pyc
+${PYSITELIB}/sklearn/metrics/_plot/det_curve.pyo
 ${PYSITELIB}/sklearn/metrics/_plot/precision_recall_curve.py
 ${PYSITELIB}/sklearn/metrics/_plot/precision_recall_curve.pyc
 ${PYSITELIB}/sklearn/metrics/_plot/precision_recall_curve.pyo
+${PYSITELIB}/sklearn/metrics/_plot/regression.py
+${PYSITELIB}/sklearn/metrics/_plot/regression.pyc
+${PYSITELIB}/sklearn/metrics/_plot/regression.pyo
 ${PYSITELIB}/sklearn/metrics/_plot/roc_curve.py
 ${PYSITELIB}/sklearn/metrics/_plot/roc_curve.pyc
 ${PYSITELIB}/sklearn/metrics/_plot/roc_curve.pyo
 ${PYSITELIB}/sklearn/metrics/_plot/tests/__init__.py
 ${PYSITELIB}/sklearn/metrics/_plot/tests/__init__.pyc
 ${PYSITELIB}/sklearn/metrics/_plot/tests/__init__.pyo
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_confusion_matrix.py
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_confusion_matrix.pyc
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_confusion_matrix.pyo
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_precision_recall.py
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_precision_recall.pyc
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_precision_recall.pyo
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_roc_curve.py
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_roc_curve.pyc
-${PYSITELIB}/sklearn/metrics/_plot/tests/test_plot_roc_curve.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_common_curve_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_common_curve_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_common_curve_display.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_confusion_matrix_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_confusion_matrix_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_confusion_matrix_display.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_det_curve_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_det_curve_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_det_curve_display.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_precision_recall_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_precision_recall_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_precision_recall_display.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_predict_error_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_predict_error_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_predict_error_display.pyo
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_roc_curve_display.py
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_roc_curve_display.pyc
+${PYSITELIB}/sklearn/metrics/_plot/tests/test_roc_curve_display.pyo
 ${PYSITELIB}/sklearn/metrics/_ranking.py
 ${PYSITELIB}/sklearn/metrics/_ranking.pyc
 ${PYSITELIB}/sklearn/metrics/_ranking.pyo
@@ -1226,12 +1151,6 @@ ${PYSITELIB}/sklearn/metrics/_regression
 ${PYSITELIB}/sklearn/metrics/_scorer.py
 ${PYSITELIB}/sklearn/metrics/_scorer.pyc
 ${PYSITELIB}/sklearn/metrics/_scorer.pyo
-${PYSITELIB}/sklearn/metrics/base.py
-${PYSITELIB}/sklearn/metrics/base.pyc
-${PYSITELIB}/sklearn/metrics/base.pyo
-${PYSITELIB}/sklearn/metrics/classification.py
-${PYSITELIB}/sklearn/metrics/classification.pyc
-${PYSITELIB}/sklearn/metrics/classification.pyo
 ${PYSITELIB}/sklearn/metrics/cluster/__init__.py
 ${PYSITELIB}/sklearn/metrics/cluster/__init__.pyc
 ${PYSITELIB}/sklearn/metrics/cluster/__init__.pyo
@@ -1245,18 +1164,6 @@ ${PYSITELIB}/sklearn/metrics/cluster/_su
 ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.py
 ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.pyc
 ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.pyo
-${PYSITELIB}/sklearn/metrics/cluster/bicluster.py
-${PYSITELIB}/sklearn/metrics/cluster/bicluster.pyc
-${PYSITELIB}/sklearn/metrics/cluster/bicluster.pyo
-${PYSITELIB}/sklearn/metrics/cluster/expected_mutual_info_fast.py
-${PYSITELIB}/sklearn/metrics/cluster/expected_mutual_info_fast.pyc
-${PYSITELIB}/sklearn/metrics/cluster/expected_mutual_info_fast.pyo
-${PYSITELIB}/sklearn/metrics/cluster/setup.py
-${PYSITELIB}/sklearn/metrics/cluster/setup.pyc
-${PYSITELIB}/sklearn/metrics/cluster/setup.pyo
-${PYSITELIB}/sklearn/metrics/cluster/supervised.py
-${PYSITELIB}/sklearn/metrics/cluster/supervised.pyc
-${PYSITELIB}/sklearn/metrics/cluster/supervised.pyo
 ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.py
 ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.pyc
 ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.pyo
@@ -1272,27 +1179,9 @@ ${PYSITELIB}/sklearn/metrics/cluster/tes
 ${PYSITELIB}/sklearn/metrics/cluster/tests/test_unsupervised.py
 ${PYSITELIB}/sklearn/metrics/cluster/tests/test_unsupervised.pyc
 ${PYSITELIB}/sklearn/metrics/cluster/tests/test_unsupervised.pyo
-${PYSITELIB}/sklearn/metrics/cluster/unsupervised.py
-${PYSITELIB}/sklearn/metrics/cluster/unsupervised.pyc
-${PYSITELIB}/sklearn/metrics/cluster/unsupervised.pyo
 ${PYSITELIB}/sklearn/metrics/pairwise.py
 ${PYSITELIB}/sklearn/metrics/pairwise.pyc
 ${PYSITELIB}/sklearn/metrics/pairwise.pyo
-${PYSITELIB}/sklearn/metrics/pairwise_fast.py
-${PYSITELIB}/sklearn/metrics/pairwise_fast.pyc
-${PYSITELIB}/sklearn/metrics/pairwise_fast.pyo
-${PYSITELIB}/sklearn/metrics/ranking.py
-${PYSITELIB}/sklearn/metrics/ranking.pyc
-${PYSITELIB}/sklearn/metrics/ranking.pyo
-${PYSITELIB}/sklearn/metrics/regression.py
-${PYSITELIB}/sklearn/metrics/regression.pyc
-${PYSITELIB}/sklearn/metrics/regression.pyo
-${PYSITELIB}/sklearn/metrics/scorer.py
-${PYSITELIB}/sklearn/metrics/scorer.pyc
-${PYSITELIB}/sklearn/metrics/scorer.pyo
-${PYSITELIB}/sklearn/metrics/setup.py
-${PYSITELIB}/sklearn/metrics/setup.pyc
-${PYSITELIB}/sklearn/metrics/setup.pyo
 ${PYSITELIB}/sklearn/metrics/tests/__init__.py
 ${PYSITELIB}/sklearn/metrics/tests/__init__.pyc
 ${PYSITELIB}/sklearn/metrics/tests/__init__.pyo
@@ -1302,9 +1191,15 @@ ${PYSITELIB}/sklearn/metrics/tests/test_
 ${PYSITELIB}/sklearn/metrics/tests/test_common.py
 ${PYSITELIB}/sklearn/metrics/tests/test_common.pyc
 ${PYSITELIB}/sklearn/metrics/tests/test_common.pyo
+${PYSITELIB}/sklearn/metrics/tests/test_dist_metrics.py
+${PYSITELIB}/sklearn/metrics/tests/test_dist_metrics.pyc
+${PYSITELIB}/sklearn/metrics/tests/test_dist_metrics.pyo
 ${PYSITELIB}/sklearn/metrics/tests/test_pairwise.py
 ${PYSITELIB}/sklearn/metrics/tests/test_pairwise.pyc
 ${PYSITELIB}/sklearn/metrics/tests/test_pairwise.pyo
+${PYSITELIB}/sklearn/metrics/tests/test_pairwise_distances_reduction.py
+${PYSITELIB}/sklearn/metrics/tests/test_pairwise_distances_reduction.pyc
+${PYSITELIB}/sklearn/metrics/tests/test_pairwise_distances_reduction.pyo
 ${PYSITELIB}/sklearn/metrics/tests/test_ranking.py
 ${PYSITELIB}/sklearn/metrics/tests/test_ranking.pyc
 ${PYSITELIB}/sklearn/metrics/tests/test_ranking.pyo
@@ -1326,15 +1221,6 @@ ${PYSITELIB}/sklearn/mixture/_bayesian_m
 ${PYSITELIB}/sklearn/mixture/_gaussian_mixture.py
 ${PYSITELIB}/sklearn/mixture/_gaussian_mixture.pyc
 ${PYSITELIB}/sklearn/mixture/_gaussian_mixture.pyo
-${PYSITELIB}/sklearn/mixture/base.py
-${PYSITELIB}/sklearn/mixture/base.pyc
-${PYSITELIB}/sklearn/mixture/base.pyo
-${PYSITELIB}/sklearn/mixture/bayesian_mixture.py
-${PYSITELIB}/sklearn/mixture/bayesian_mixture.pyc
-${PYSITELIB}/sklearn/mixture/bayesian_mixture.pyo
-${PYSITELIB}/sklearn/mixture/gaussian_mixture.py
-${PYSITELIB}/sklearn/mixture/gaussian_mixture.pyc
-${PYSITELIB}/sklearn/mixture/gaussian_mixture.pyo
 ${PYSITELIB}/sklearn/mixture/tests/__init__.py
 ${PYSITELIB}/sklearn/mixture/tests/__init__.pyc
 ${PYSITELIB}/sklearn/mixture/tests/__init__.pyo
@@ -1350,9 +1236,15 @@ ${PYSITELIB}/sklearn/mixture/tests/test_
 ${PYSITELIB}/sklearn/model_selection/__init__.py
 ${PYSITELIB}/sklearn/model_selection/__init__.pyc
 ${PYSITELIB}/sklearn/model_selection/__init__.pyo
+${PYSITELIB}/sklearn/model_selection/_plot.py
+${PYSITELIB}/sklearn/model_selection/_plot.pyc
+${PYSITELIB}/sklearn/model_selection/_plot.pyo
 ${PYSITELIB}/sklearn/model_selection/_search.py
 ${PYSITELIB}/sklearn/model_selection/_search.pyc
 ${PYSITELIB}/sklearn/model_selection/_search.pyo
+${PYSITELIB}/sklearn/model_selection/_search_successive_halving.py
+${PYSITELIB}/sklearn/model_selection/_search_successive_halving.pyc
+${PYSITELIB}/sklearn/model_selection/_search_successive_halving.pyo
 ${PYSITELIB}/sklearn/model_selection/_split.py
 ${PYSITELIB}/sklearn/model_selection/_split.pyc
 ${PYSITELIB}/sklearn/model_selection/_split.pyo
@@ -1365,12 +1257,18 @@ ${PYSITELIB}/sklearn/model_selection/tes
 ${PYSITELIB}/sklearn/model_selection/tests/common.py
 ${PYSITELIB}/sklearn/model_selection/tests/common.pyc
 ${PYSITELIB}/sklearn/model_selection/tests/common.pyo
+${PYSITELIB}/sklearn/model_selection/tests/test_plot.py
+${PYSITELIB}/sklearn/model_selection/tests/test_plot.pyc
+${PYSITELIB}/sklearn/model_selection/tests/test_plot.pyo
 ${PYSITELIB}/sklearn/model_selection/tests/test_search.py
 ${PYSITELIB}/sklearn/model_selection/tests/test_search.pyc
 ${PYSITELIB}/sklearn/model_selection/tests/test_search.pyo
 ${PYSITELIB}/sklearn/model_selection/tests/test_split.py
 ${PYSITELIB}/sklearn/model_selection/tests/test_split.pyc
 ${PYSITELIB}/sklearn/model_selection/tests/test_split.pyo
+${PYSITELIB}/sklearn/model_selection/tests/test_successive_halving.py
+${PYSITELIB}/sklearn/model_selection/tests/test_successive_halving.pyc
+${PYSITELIB}/sklearn/model_selection/tests/test_successive_halving.pyo
 ${PYSITELIB}/sklearn/model_selection/tests/test_validation.py
 ${PYSITELIB}/sklearn/model_selection/tests/test_validation.pyc
 ${PYSITELIB}/sklearn/model_selection/tests/test_validation.pyo
@@ -1393,8 +1291,9 @@ ${PYSITELIB}/sklearn/neighbors/_base.pyo
 ${PYSITELIB}/sklearn/neighbors/_classification.py
 ${PYSITELIB}/sklearn/neighbors/_classification.pyc
 ${PYSITELIB}/sklearn/neighbors/_classification.pyo
-${PYSITELIB}/sklearn/neighbors/_dist_metrics.pxd
-${PYSITELIB}/sklearn/neighbors/_dist_metrics.so
+${PYSITELIB}/sklearn/neighbors/_distance_metric.py
+${PYSITELIB}/sklearn/neighbors/_distance_metric.pyc
+${PYSITELIB}/sklearn/neighbors/_distance_metric.pyo
 ${PYSITELIB}/sklearn/neighbors/_graph.py
 ${PYSITELIB}/sklearn/neighbors/_graph.pyc
 ${PYSITELIB}/sklearn/neighbors/_graph.pyo
@@ -1411,64 +1310,22 @@ ${PYSITELIB}/sklearn/neighbors/_nca.pyo
 ${PYSITELIB}/sklearn/neighbors/_nearest_centroid.py
 ${PYSITELIB}/sklearn/neighbors/_nearest_centroid.pyc
 ${PYSITELIB}/sklearn/neighbors/_nearest_centroid.pyo
+${PYSITELIB}/sklearn/neighbors/_partition_nodes.pxd
+${PYSITELIB}/sklearn/neighbors/_partition_nodes.so
 ${PYSITELIB}/sklearn/neighbors/_quad_tree.pxd
 ${PYSITELIB}/sklearn/neighbors/_quad_tree.so
 ${PYSITELIB}/sklearn/neighbors/_regression.py
 ${PYSITELIB}/sklearn/neighbors/_regression.pyc
 ${PYSITELIB}/sklearn/neighbors/_regression.pyo
-${PYSITELIB}/sklearn/neighbors/_typedefs.pxd
-${PYSITELIB}/sklearn/neighbors/_typedefs.so
 ${PYSITELIB}/sklearn/neighbors/_unsupervised.py
 ${PYSITELIB}/sklearn/neighbors/_unsupervised.pyc
 ${PYSITELIB}/sklearn/neighbors/_unsupervised.pyo
-${PYSITELIB}/sklearn/neighbors/ball_tree.py
-${PYSITELIB}/sklearn/neighbors/ball_tree.pyc
-${PYSITELIB}/sklearn/neighbors/ball_tree.pyo
-${PYSITELIB}/sklearn/neighbors/base.py
-${PYSITELIB}/sklearn/neighbors/base.pyc
-${PYSITELIB}/sklearn/neighbors/base.pyo
-${PYSITELIB}/sklearn/neighbors/classification.py
-${PYSITELIB}/sklearn/neighbors/classification.pyc
-${PYSITELIB}/sklearn/neighbors/classification.pyo
-${PYSITELIB}/sklearn/neighbors/dist_metrics.py
-${PYSITELIB}/sklearn/neighbors/dist_metrics.pyc
-${PYSITELIB}/sklearn/neighbors/dist_metrics.pyo
-${PYSITELIB}/sklearn/neighbors/graph.py
-${PYSITELIB}/sklearn/neighbors/graph.pyc
-${PYSITELIB}/sklearn/neighbors/graph.pyo
-${PYSITELIB}/sklearn/neighbors/kd_tree.py
-${PYSITELIB}/sklearn/neighbors/kd_tree.pyc
-${PYSITELIB}/sklearn/neighbors/kd_tree.pyo
-${PYSITELIB}/sklearn/neighbors/kde.py
-${PYSITELIB}/sklearn/neighbors/kde.pyc
-${PYSITELIB}/sklearn/neighbors/kde.pyo
-${PYSITELIB}/sklearn/neighbors/lof.py
-${PYSITELIB}/sklearn/neighbors/lof.pyc
-${PYSITELIB}/sklearn/neighbors/lof.pyo
-${PYSITELIB}/sklearn/neighbors/nca.py
-${PYSITELIB}/sklearn/neighbors/nca.pyc
-${PYSITELIB}/sklearn/neighbors/nca.pyo
-${PYSITELIB}/sklearn/neighbors/nearest_centroid.py
-${PYSITELIB}/sklearn/neighbors/nearest_centroid.pyc
-${PYSITELIB}/sklearn/neighbors/nearest_centroid.pyo
-${PYSITELIB}/sklearn/neighbors/quad_tree.py
-${PYSITELIB}/sklearn/neighbors/quad_tree.pyc
-${PYSITELIB}/sklearn/neighbors/quad_tree.pyo
-${PYSITELIB}/sklearn/neighbors/regression.py
-${PYSITELIB}/sklearn/neighbors/regression.pyc
-${PYSITELIB}/sklearn/neighbors/regression.pyo
-${PYSITELIB}/sklearn/neighbors/setup.py
-${PYSITELIB}/sklearn/neighbors/setup.pyc
-${PYSITELIB}/sklearn/neighbors/setup.pyo
 ${PYSITELIB}/sklearn/neighbors/tests/__init__.py
 ${PYSITELIB}/sklearn/neighbors/tests/__init__.pyc
 ${PYSITELIB}/sklearn/neighbors/tests/__init__.pyo
 ${PYSITELIB}/sklearn/neighbors/tests/test_ball_tree.py
 ${PYSITELIB}/sklearn/neighbors/tests/test_ball_tree.pyc
 ${PYSITELIB}/sklearn/neighbors/tests/test_ball_tree.pyo
-${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.py
-${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.pyc
-${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.pyo
 ${PYSITELIB}/sklearn/neighbors/tests/test_graph.py
 ${PYSITELIB}/sklearn/neighbors/tests/test_graph.pyc
 ${PYSITELIB}/sklearn/neighbors/tests/test_graph.pyo
@@ -1499,12 +1356,6 @@ ${PYSITELIB}/sklearn/neighbors/tests/tes
 ${PYSITELIB}/sklearn/neighbors/tests/test_quad_tree.py
 ${PYSITELIB}/sklearn/neighbors/tests/test_quad_tree.pyc
 ${PYSITELIB}/sklearn/neighbors/tests/test_quad_tree.pyo
-${PYSITELIB}/sklearn/neighbors/typedefs.py
-${PYSITELIB}/sklearn/neighbors/typedefs.pyc
-${PYSITELIB}/sklearn/neighbors/typedefs.pyo
-${PYSITELIB}/sklearn/neighbors/unsupervised.py
-${PYSITELIB}/sklearn/neighbors/unsupervised.pyc
-${PYSITELIB}/sklearn/neighbors/unsupervised.pyo
 ${PYSITELIB}/sklearn/neural_network/__init__.py
 ${PYSITELIB}/sklearn/neural_network/__init__.pyc
 ${PYSITELIB}/sklearn/neural_network/__init__.pyo
@@ -1520,15 +1371,12 @@ ${PYSITELIB}/sklearn/neural_network/_rbm
 ${PYSITELIB}/sklearn/neural_network/_stochastic_optimizers.py
 ${PYSITELIB}/sklearn/neural_network/_stochastic_optimizers.pyc
 ${PYSITELIB}/sklearn/neural_network/_stochastic_optimizers.pyo
-${PYSITELIB}/sklearn/neural_network/multilayer_perceptron.py
-${PYSITELIB}/sklearn/neural_network/multilayer_perceptron.pyc
-${PYSITELIB}/sklearn/neural_network/multilayer_perceptron.pyo
-${PYSITELIB}/sklearn/neural_network/rbm.py
-${PYSITELIB}/sklearn/neural_network/rbm.pyc
-${PYSITELIB}/sklearn/neural_network/rbm.pyo
 ${PYSITELIB}/sklearn/neural_network/tests/__init__.py
 ${PYSITELIB}/sklearn/neural_network/tests/__init__.pyc
 ${PYSITELIB}/sklearn/neural_network/tests/__init__.pyo
+${PYSITELIB}/sklearn/neural_network/tests/test_base.py
+${PYSITELIB}/sklearn/neural_network/tests/test_base.pyc
+${PYSITELIB}/sklearn/neural_network/tests/test_base.pyo
 ${PYSITELIB}/sklearn/neural_network/tests/test_mlp.py
 ${PYSITELIB}/sklearn/neural_network/tests/test_mlp.pyc
 ${PYSITELIB}/sklearn/neural_network/tests/test_mlp.pyo
@@ -1560,15 +1408,9 @@ ${PYSITELIB}/sklearn/preprocessing/_func
 ${PYSITELIB}/sklearn/preprocessing/_label.py
 ${PYSITELIB}/sklearn/preprocessing/_label.pyc
 ${PYSITELIB}/sklearn/preprocessing/_label.pyo
-${PYSITELIB}/sklearn/preprocessing/data.py
-${PYSITELIB}/sklearn/preprocessing/data.pyc
-${PYSITELIB}/sklearn/preprocessing/data.pyo
-${PYSITELIB}/sklearn/preprocessing/label.py
-${PYSITELIB}/sklearn/preprocessing/label.pyc
-${PYSITELIB}/sklearn/preprocessing/label.pyo
-${PYSITELIB}/sklearn/preprocessing/setup.py
-${PYSITELIB}/sklearn/preprocessing/setup.pyc
-${PYSITELIB}/sklearn/preprocessing/setup.pyo
+${PYSITELIB}/sklearn/preprocessing/_polynomial.py
+${PYSITELIB}/sklearn/preprocessing/_polynomial.pyc
+${PYSITELIB}/sklearn/preprocessing/_polynomial.pyo
 ${PYSITELIB}/sklearn/preprocessing/tests/__init__.py
 ${PYSITELIB}/sklearn/preprocessing/tests/__init__.pyc
 ${PYSITELIB}/sklearn/preprocessing/tests/__init__.pyo
@@ -1590,6 +1432,9 @@ ${PYSITELIB}/sklearn/preprocessing/tests
 ${PYSITELIB}/sklearn/preprocessing/tests/test_label.py
 ${PYSITELIB}/sklearn/preprocessing/tests/test_label.pyc
 ${PYSITELIB}/sklearn/preprocessing/tests/test_label.pyo
+${PYSITELIB}/sklearn/preprocessing/tests/test_polynomial.py
+${PYSITELIB}/sklearn/preprocessing/tests/test_polynomial.pyc
+${PYSITELIB}/sklearn/preprocessing/tests/test_polynomial.pyo
 ${PYSITELIB}/sklearn/random_projection.py
 ${PYSITELIB}/sklearn/random_projection.pyc
 ${PYSITELIB}/sklearn/random_projection.pyo
@@ -1599,18 +1444,18 @@ ${PYSITELIB}/sklearn/semi_supervised/__i
 ${PYSITELIB}/sklearn/semi_supervised/_label_propagation.py
 ${PYSITELIB}/sklearn/semi_supervised/_label_propagation.pyc
 ${PYSITELIB}/sklearn/semi_supervised/_label_propagation.pyo
-${PYSITELIB}/sklearn/semi_supervised/label_propagation.py
-${PYSITELIB}/sklearn/semi_supervised/label_propagation.pyc
-${PYSITELIB}/sklearn/semi_supervised/label_propagation.pyo
+${PYSITELIB}/sklearn/semi_supervised/_self_training.py
+${PYSITELIB}/sklearn/semi_supervised/_self_training.pyc
+${PYSITELIB}/sklearn/semi_supervised/_self_training.pyo
 ${PYSITELIB}/sklearn/semi_supervised/tests/__init__.py
 ${PYSITELIB}/sklearn/semi_supervised/tests/__init__.pyc
 ${PYSITELIB}/sklearn/semi_supervised/tests/__init__.pyo
 ${PYSITELIB}/sklearn/semi_supervised/tests/test_label_propagation.py
 ${PYSITELIB}/sklearn/semi_supervised/tests/test_label_propagation.pyc
 ${PYSITELIB}/sklearn/semi_supervised/tests/test_label_propagation.pyo
-${PYSITELIB}/sklearn/setup.py
-${PYSITELIB}/sklearn/setup.pyc
-${PYSITELIB}/sklearn/setup.pyo
+${PYSITELIB}/sklearn/semi_supervised/tests/test_self_training.py
+${PYSITELIB}/sklearn/semi_supervised/tests/test_self_training.pyc
+${PYSITELIB}/sklearn/semi_supervised/tests/test_self_training.pyo
 ${PYSITELIB}/sklearn/svm/__init__.py
 ${PYSITELIB}/sklearn/svm/__init__.pyc
 ${PYSITELIB}/sklearn/svm/__init__.pyo
@@ -1626,27 +1471,7 @@ ${PYSITELIB}/sklearn/svm/_classes.pyo
 ${PYSITELIB}/sklearn/svm/_liblinear.so
 ${PYSITELIB}/sklearn/svm/_libsvm.so
 ${PYSITELIB}/sklearn/svm/_libsvm_sparse.so
-${PYSITELIB}/sklearn/svm/base.py
-${PYSITELIB}/sklearn/svm/base.pyc
-${PYSITELIB}/sklearn/svm/base.pyo
-${PYSITELIB}/sklearn/svm/bounds.py
-${PYSITELIB}/sklearn/svm/bounds.pyc
-${PYSITELIB}/sklearn/svm/bounds.pyo
-${PYSITELIB}/sklearn/svm/classes.py
-${PYSITELIB}/sklearn/svm/classes.pyc
-${PYSITELIB}/sklearn/svm/classes.pyo
-${PYSITELIB}/sklearn/svm/liblinear.py
-${PYSITELIB}/sklearn/svm/liblinear.pyc
-${PYSITELIB}/sklearn/svm/liblinear.pyo
-${PYSITELIB}/sklearn/svm/libsvm.py
-${PYSITELIB}/sklearn/svm/libsvm.pyc
-${PYSITELIB}/sklearn/svm/libsvm.pyo
-${PYSITELIB}/sklearn/svm/libsvm_sparse.py
-${PYSITELIB}/sklearn/svm/libsvm_sparse.pyc
-${PYSITELIB}/sklearn/svm/libsvm_sparse.pyo
-${PYSITELIB}/sklearn/svm/setup.py
-${PYSITELIB}/sklearn/svm/setup.pyc
-${PYSITELIB}/sklearn/svm/setup.pyo
+${PYSITELIB}/sklearn/svm/_newrand.so
 ${PYSITELIB}/sklearn/svm/tests/__init__.py
 ${PYSITELIB}/sklearn/svm/tests/__init__.pyc
 ${PYSITELIB}/sklearn/svm/tests/__init__.pyo
@@ -1662,6 +1487,9 @@ ${PYSITELIB}/sklearn/svm/tests/test_svm.
 ${PYSITELIB}/sklearn/tests/__init__.py
 ${PYSITELIB}/sklearn/tests/__init__.pyc
 ${PYSITELIB}/sklearn/tests/__init__.pyo
+${PYSITELIB}/sklearn/tests/random_seed.py
+${PYSITELIB}/sklearn/tests/random_seed.pyc
+${PYSITELIB}/sklearn/tests/random_seed.pyo
 ${PYSITELIB}/sklearn/tests/test_base.py
 ${PYSITELIB}/sklearn/tests/test_base.pyc
 ${PYSITELIB}/sklearn/tests/test_base.pyo
@@ -1686,12 +1514,12 @@ ${PYSITELIB}/sklearn/tests/test_discrimi
 ${PYSITELIB}/sklearn/tests/test_docstring_parameters.py
 ${PYSITELIB}/sklearn/tests/test_docstring_parameters.pyc
 ${PYSITELIB}/sklearn/tests/test_docstring_parameters.pyo
+${PYSITELIB}/sklearn/tests/test_docstrings.py
+${PYSITELIB}/sklearn/tests/test_docstrings.pyc
+${PYSITELIB}/sklearn/tests/test_docstrings.pyo
 ${PYSITELIB}/sklearn/tests/test_dummy.py
 ${PYSITELIB}/sklearn/tests/test_dummy.pyc
 ${PYSITELIB}/sklearn/tests/test_dummy.pyo
-${PYSITELIB}/sklearn/tests/test_import_deprecations.py
-${PYSITELIB}/sklearn/tests/test_import_deprecations.pyc
-${PYSITELIB}/sklearn/tests/test_import_deprecations.pyo
 ${PYSITELIB}/sklearn/tests/test_init.py
 ${PYSITELIB}/sklearn/tests/test_init.pyc
 ${PYSITELIB}/sklearn/tests/test_init.pyo
@@ -1707,6 +1535,9 @@ ${PYSITELIB}/sklearn/tests/test_kernel_r
 ${PYSITELIB}/sklearn/tests/test_metaestimators.py
 ${PYSITELIB}/sklearn/tests/test_metaestimators.pyc
 ${PYSITELIB}/sklearn/tests/test_metaestimators.pyo
+${PYSITELIB}/sklearn/tests/test_min_dependencies_readme.py
+${PYSITELIB}/sklearn/tests/test_min_dependencies_readme.pyc
+${PYSITELIB}/sklearn/tests/test_min_dependencies_readme.pyo
 ${PYSITELIB}/sklearn/tests/test_multiclass.py
 ${PYSITELIB}/sklearn/tests/test_multiclass.pyc
 ${PYSITELIB}/sklearn/tests/test_multiclass.pyo
@@ -1719,12 +1550,12 @@ ${PYSITELIB}/sklearn/tests/test_naive_ba
 ${PYSITELIB}/sklearn/tests/test_pipeline.py
 ${PYSITELIB}/sklearn/tests/test_pipeline.pyc
 ${PYSITELIB}/sklearn/tests/test_pipeline.pyo
+${PYSITELIB}/sklearn/tests/test_public_functions.py
+${PYSITELIB}/sklearn/tests/test_public_functions.pyc
+${PYSITELIB}/sklearn/tests/test_public_functions.pyo
 ${PYSITELIB}/sklearn/tests/test_random_projection.py
 ${PYSITELIB}/sklearn/tests/test_random_projection.pyc
 ${PYSITELIB}/sklearn/tests/test_random_projection.pyo
-${PYSITELIB}/sklearn/tests/test_site_joblib.py
-${PYSITELIB}/sklearn/tests/test_site_joblib.pyc
-${PYSITELIB}/sklearn/tests/test_site_joblib.pyo
 ${PYSITELIB}/sklearn/tree/__init__.py
 ${PYSITELIB}/sklearn/tree/__init__.pyc
 ${PYSITELIB}/sklearn/tree/__init__.pyo
@@ -1745,12 +1576,6 @@ ${PYSITELIB}/sklearn/tree/_tree.pxd
 ${PYSITELIB}/sklearn/tree/_tree.so
 ${PYSITELIB}/sklearn/tree/_utils.pxd
 ${PYSITELIB}/sklearn/tree/_utils.so
-${PYSITELIB}/sklearn/tree/export.py
-${PYSITELIB}/sklearn/tree/export.pyc
-${PYSITELIB}/sklearn/tree/export.pyo
-${PYSITELIB}/sklearn/tree/setup.py
-${PYSITELIB}/sklearn/tree/setup.pyc
-${PYSITELIB}/sklearn/tree/setup.pyo
 ${PYSITELIB}/sklearn/tree/tests/__init__.py
 ${PYSITELIB}/sklearn/tree/tests/__init__.pyc
 ${PYSITELIB}/sklearn/tree/tests/__init__.pyo
@@ -1763,16 +1588,34 @@ ${PYSITELIB}/sklearn/tree/tests/test_rei
 ${PYSITELIB}/sklearn/tree/tests/test_tree.py
 ${PYSITELIB}/sklearn/tree/tests/test_tree.pyc
 ${PYSITELIB}/sklearn/tree/tests/test_tree.pyo
-${PYSITELIB}/sklearn/tree/tree.py
-${PYSITELIB}/sklearn/tree/tree.pyc
-${PYSITELIB}/sklearn/tree/tree.pyo
 ${PYSITELIB}/sklearn/utils/__init__.py
 ${PYSITELIB}/sklearn/utils/__init__.pyc
 ${PYSITELIB}/sklearn/utils/__init__.pyo
+${PYSITELIB}/sklearn/utils/_arpack.py
+${PYSITELIB}/sklearn/utils/_arpack.pyc
+${PYSITELIB}/sklearn/utils/_arpack.pyo
+${PYSITELIB}/sklearn/utils/_array_api.py
+${PYSITELIB}/sklearn/utils/_array_api.pyc
+${PYSITELIB}/sklearn/utils/_array_api.pyo
+${PYSITELIB}/sklearn/utils/_available_if.py
+${PYSITELIB}/sklearn/utils/_available_if.pyc
+${PYSITELIB}/sklearn/utils/_available_if.pyo
+${PYSITELIB}/sklearn/utils/_bunch.py
+${PYSITELIB}/sklearn/utils/_bunch.pyc
+${PYSITELIB}/sklearn/utils/_bunch.pyo
 ${PYSITELIB}/sklearn/utils/_cython_blas.pxd
 ${PYSITELIB}/sklearn/utils/_cython_blas.so
+${PYSITELIB}/sklearn/utils/_encode.py
+${PYSITELIB}/sklearn/utils/_encode.pyc
+${PYSITELIB}/sklearn/utils/_encode.pyo
+${PYSITELIB}/sklearn/utils/_estimator_html_repr.py
+${PYSITELIB}/sklearn/utils/_estimator_html_repr.pyc
+${PYSITELIB}/sklearn/utils/_estimator_html_repr.pyo
 ${PYSITELIB}/sklearn/utils/_fast_dict.pxd
 ${PYSITELIB}/sklearn/utils/_fast_dict.so
+${PYSITELIB}/sklearn/utils/_heap.pxd
+${PYSITELIB}/sklearn/utils/_heap.so
+${PYSITELIB}/sklearn/utils/_isfinite.so
 ${PYSITELIB}/sklearn/utils/_joblib.py
 ${PYSITELIB}/sklearn/utils/_joblib.pyc
 ${PYSITELIB}/sklearn/utils/_joblib.pyo
@@ -1783,20 +1626,37 @@ ${PYSITELIB}/sklearn/utils/_mask.pyo
 ${PYSITELIB}/sklearn/utils/_mocking.py
 ${PYSITELIB}/sklearn/utils/_mocking.pyc
 ${PYSITELIB}/sklearn/utils/_mocking.pyo
+${PYSITELIB}/sklearn/utils/_openmp_helpers.pxd
 ${PYSITELIB}/sklearn/utils/_openmp_helpers.so
+${PYSITELIB}/sklearn/utils/_param_validation.py
+${PYSITELIB}/sklearn/utils/_param_validation.pyc
+${PYSITELIB}/sklearn/utils/_param_validation.pyo
 ${PYSITELIB}/sklearn/utils/_pprint.py
 ${PYSITELIB}/sklearn/utils/_pprint.pyc
 ${PYSITELIB}/sklearn/utils/_pprint.pyo
 ${PYSITELIB}/sklearn/utils/_random.pxd
 ${PYSITELIB}/sklearn/utils/_random.so
+${PYSITELIB}/sklearn/utils/_readonly_array_wrapper.so
 ${PYSITELIB}/sklearn/utils/_seq_dataset.pxd
 ${PYSITELIB}/sklearn/utils/_seq_dataset.so
+${PYSITELIB}/sklearn/utils/_set_output.py
+${PYSITELIB}/sklearn/utils/_set_output.pyc
+${PYSITELIB}/sklearn/utils/_set_output.pyo
 ${PYSITELIB}/sklearn/utils/_show_versions.py
 ${PYSITELIB}/sklearn/utils/_show_versions.pyc
 ${PYSITELIB}/sklearn/utils/_show_versions.pyo
+${PYSITELIB}/sklearn/utils/_sorting.pxd
+${PYSITELIB}/sklearn/utils/_sorting.so
+${PYSITELIB}/sklearn/utils/_tags.py
+${PYSITELIB}/sklearn/utils/_tags.pyc
+${PYSITELIB}/sklearn/utils/_tags.pyo
 ${PYSITELIB}/sklearn/utils/_testing.py
 ${PYSITELIB}/sklearn/utils/_testing.pyc
 ${PYSITELIB}/sklearn/utils/_testing.pyo
+${PYSITELIB}/sklearn/utils/_typedefs.pxd
+${PYSITELIB}/sklearn/utils/_typedefs.so
+${PYSITELIB}/sklearn/utils/_vector_sentinel.pxd
+${PYSITELIB}/sklearn/utils/_vector_sentinel.so
 ${PYSITELIB}/sklearn/utils/_weight_vector.pxd
 ${PYSITELIB}/sklearn/utils/_weight_vector.so
 ${PYSITELIB}/sklearn/utils/arrayfuncs.so
@@ -1806,31 +1666,24 @@ ${PYSITELIB}/sklearn/utils/class_weight.
 ${PYSITELIB}/sklearn/utils/deprecation.py
 ${PYSITELIB}/sklearn/utils/deprecation.pyc
 ${PYSITELIB}/sklearn/utils/deprecation.pyo
+${PYSITELIB}/sklearn/utils/discovery.py
+${PYSITELIB}/sklearn/utils/discovery.pyc
+${PYSITELIB}/sklearn/utils/discovery.pyo
 ${PYSITELIB}/sklearn/utils/estimator_checks.py
 ${PYSITELIB}/sklearn/utils/estimator_checks.pyc
 ${PYSITELIB}/sklearn/utils/estimator_checks.pyo
 ${PYSITELIB}/sklearn/utils/extmath.py
 ${PYSITELIB}/sklearn/utils/extmath.pyc
 ${PYSITELIB}/sklearn/utils/extmath.pyo
-${PYSITELIB}/sklearn/utils/fast_dict.py
-${PYSITELIB}/sklearn/utils/fast_dict.pyc
-${PYSITELIB}/sklearn/utils/fast_dict.pyo
 ${PYSITELIB}/sklearn/utils/fixes.py
 ${PYSITELIB}/sklearn/utils/fixes.pyc
 ${PYSITELIB}/sklearn/utils/fixes.pyo
 ${PYSITELIB}/sklearn/utils/graph.py
 ${PYSITELIB}/sklearn/utils/graph.pyc
 ${PYSITELIB}/sklearn/utils/graph.pyo
-${PYSITELIB}/sklearn/utils/graph_shortest_path.so
-${PYSITELIB}/sklearn/utils/linear_assignment_.py
-${PYSITELIB}/sklearn/utils/linear_assignment_.pyc
-${PYSITELIB}/sklearn/utils/linear_assignment_.pyo
 ${PYSITELIB}/sklearn/utils/metaestimators.py
 ${PYSITELIB}/sklearn/utils/metaestimators.pyc
 ${PYSITELIB}/sklearn/utils/metaestimators.pyo
-${PYSITELIB}/sklearn/utils/mocking.py
-${PYSITELIB}/sklearn/utils/mocking.pyc
-${PYSITELIB}/sklearn/utils/mocking.pyo
 ${PYSITELIB}/sklearn/utils/multiclass.py
 ${PYSITELIB}/sklearn/utils/multiclass.pyc
 ${PYSITELIB}/sklearn/utils/multiclass.pyo
@@ -1839,15 +1692,12 @@ ${PYSITELIB}/sklearn/utils/murmurhash.so
 ${PYSITELIB}/sklearn/utils/optimize.py
 ${PYSITELIB}/sklearn/utils/optimize.pyc
 ${PYSITELIB}/sklearn/utils/optimize.pyo
+${PYSITELIB}/sklearn/utils/parallel.py
+${PYSITELIB}/sklearn/utils/parallel.pyc
+${PYSITELIB}/sklearn/utils/parallel.pyo
 ${PYSITELIB}/sklearn/utils/random.py
 ${PYSITELIB}/sklearn/utils/random.pyc
 ${PYSITELIB}/sklearn/utils/random.pyo
-${PYSITELIB}/sklearn/utils/seq_dataset.py
-${PYSITELIB}/sklearn/utils/seq_dataset.pyc
-${PYSITELIB}/sklearn/utils/seq_dataset.pyo
-${PYSITELIB}/sklearn/utils/setup.py
-${PYSITELIB}/sklearn/utils/setup.pyc
-${PYSITELIB}/sklearn/utils/setup.pyo
 ${PYSITELIB}/sklearn/utils/sparsefuncs.py
 ${PYSITELIB}/sklearn/utils/sparsefuncs.pyc
 ${PYSITELIB}/sklearn/utils/sparsefuncs.pyo
@@ -1855,27 +1705,42 @@ ${PYSITELIB}/sklearn/utils/sparsefuncs_f
 ${PYSITELIB}/sklearn/utils/stats.py
 ${PYSITELIB}/sklearn/utils/stats.pyc
 ${PYSITELIB}/sklearn/utils/stats.pyo
-${PYSITELIB}/sklearn/utils/testing.py
-${PYSITELIB}/sklearn/utils/testing.pyc
-${PYSITELIB}/sklearn/utils/testing.pyo
 ${PYSITELIB}/sklearn/utils/tests/__init__.py
 ${PYSITELIB}/sklearn/utils/tests/__init__.pyc
 ${PYSITELIB}/sklearn/utils/tests/__init__.pyo
+${PYSITELIB}/sklearn/utils/tests/conftest.py
+${PYSITELIB}/sklearn/utils/tests/conftest.pyc
+${PYSITELIB}/sklearn/utils/tests/conftest.pyo
+${PYSITELIB}/sklearn/utils/tests/test_arpack.py
+${PYSITELIB}/sklearn/utils/tests/test_arpack.pyc
+${PYSITELIB}/sklearn/utils/tests/test_arpack.pyo
+${PYSITELIB}/sklearn/utils/tests/test_array_api.py
+${PYSITELIB}/sklearn/utils/tests/test_array_api.pyc
+${PYSITELIB}/sklearn/utils/tests/test_array_api.pyo
+${PYSITELIB}/sklearn/utils/tests/test_arrayfuncs.py
+${PYSITELIB}/sklearn/utils/tests/test_arrayfuncs.pyc
+${PYSITELIB}/sklearn/utils/tests/test_arrayfuncs.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_class_weight.py
 ${PYSITELIB}/sklearn/utils/tests/test_class_weight.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_class_weight.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_cython_blas.py
 ${PYSITELIB}/sklearn/utils/tests/test_cython_blas.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_cython_blas.pyo
-${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.py
-${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.pyc
-${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.pyo
+${PYSITELIB}/sklearn/utils/tests/test_cython_templating.py
+${PYSITELIB}/sklearn/utils/tests/test_cython_templating.pyc
+${PYSITELIB}/sklearn/utils/tests/test_cython_templating.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_deprecation.py
 ${PYSITELIB}/sklearn/utils/tests/test_deprecation.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_deprecation.pyo
+${PYSITELIB}/sklearn/utils/tests/test_encode.py
+${PYSITELIB}/sklearn/utils/tests/test_encode.pyc
+${PYSITELIB}/sklearn/utils/tests/test_encode.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_estimator_checks.py
 ${PYSITELIB}/sklearn/utils/tests/test_estimator_checks.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_estimator_checks.pyo
+${PYSITELIB}/sklearn/utils/tests/test_estimator_html_repr.py
+${PYSITELIB}/sklearn/utils/tests/test_estimator_html_repr.pyc
+${PYSITELIB}/sklearn/utils/tests/test_estimator_html_repr.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_extmath.py
 ${PYSITELIB}/sklearn/utils/tests/test_extmath.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_extmath.pyo
@@ -1885,12 +1750,15 @@ ${PYSITELIB}/sklearn/utils/tests/test_fa
 ${PYSITELIB}/sklearn/utils/tests/test_fixes.py
 ${PYSITELIB}/sklearn/utils/tests/test_fixes.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_fixes.pyo
-${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.py
-${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.pyc
-${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.pyo
+${PYSITELIB}/sklearn/utils/tests/test_graph.py
+${PYSITELIB}/sklearn/utils/tests/test_graph.pyc
+${PYSITELIB}/sklearn/utils/tests/test_graph.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_metaestimators.py
 ${PYSITELIB}/sklearn/utils/tests/test_metaestimators.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_metaestimators.pyo
+${PYSITELIB}/sklearn/utils/tests/test_mocking.py
+${PYSITELIB}/sklearn/utils/tests/test_mocking.pyc
+${PYSITELIB}/sklearn/utils/tests/test_mocking.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_multiclass.py
 ${PYSITELIB}/sklearn/utils/tests/test_multiclass.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_multiclass.pyo
@@ -1900,15 +1768,27 @@ ${PYSITELIB}/sklearn/utils/tests/test_mu
 ${PYSITELIB}/sklearn/utils/tests/test_optimize.py
 ${PYSITELIB}/sklearn/utils/tests/test_optimize.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_optimize.pyo
+${PYSITELIB}/sklearn/utils/tests/test_parallel.py
+${PYSITELIB}/sklearn/utils/tests/test_parallel.pyc
+${PYSITELIB}/sklearn/utils/tests/test_parallel.pyo
+${PYSITELIB}/sklearn/utils/tests/test_param_validation.py
+${PYSITELIB}/sklearn/utils/tests/test_param_validation.pyc
+${PYSITELIB}/sklearn/utils/tests/test_param_validation.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_pprint.py
 ${PYSITELIB}/sklearn/utils/tests/test_pprint.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_pprint.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_random.py
 ${PYSITELIB}/sklearn/utils/tests/test_random.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_random.pyo
+${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.py
+${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.pyc
+${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_seq_dataset.py
 ${PYSITELIB}/sklearn/utils/tests/test_seq_dataset.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_seq_dataset.pyo
+${PYSITELIB}/sklearn/utils/tests/test_set_output.py
+${PYSITELIB}/sklearn/utils/tests/test_set_output.pyc
+${PYSITELIB}/sklearn/utils/tests/test_set_output.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_shortest_path.py
 ${PYSITELIB}/sklearn/utils/tests/test_shortest_path.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_shortest_path.pyo
@@ -1918,6 +1798,12 @@ ${PYSITELIB}/sklearn/utils/tests/test_sh
 ${PYSITELIB}/sklearn/utils/tests/test_sparsefuncs.py
 ${PYSITELIB}/sklearn/utils/tests/test_sparsefuncs.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_sparsefuncs.pyo
+${PYSITELIB}/sklearn/utils/tests/test_stats.py
+${PYSITELIB}/sklearn/utils/tests/test_stats.pyc
+${PYSITELIB}/sklearn/utils/tests/test_stats.pyo
+${PYSITELIB}/sklearn/utils/tests/test_tags.py
+${PYSITELIB}/sklearn/utils/tests/test_tags.pyc
+${PYSITELIB}/sklearn/utils/tests/test_tags.pyo
 ${PYSITELIB}/sklearn/utils/tests/test_testing.py
 ${PYSITELIB}/sklearn/utils/tests/test_testing.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_testing.pyo
@@ -1927,9 +1813,9 @@ ${PYSITELIB}/sklearn/utils/tests/test_ut
 ${PYSITELIB}/sklearn/utils/tests/test_validation.py
 ${PYSITELIB}/sklearn/utils/tests/test_validation.pyc
 ${PYSITELIB}/sklearn/utils/tests/test_validation.pyo
+${PYSITELIB}/sklearn/utils/tests/test_weight_vector.py
+${PYSITELIB}/sklearn/utils/tests/test_weight_vector.pyc
+${PYSITELIB}/sklearn/utils/tests/test_weight_vector.pyo
 ${PYSITELIB}/sklearn/utils/validation.py
 ${PYSITELIB}/sklearn/utils/validation.pyc
 ${PYSITELIB}/sklearn/utils/validation.pyo
-${PYSITELIB}/sklearn/utils/weight_vector.py
-${PYSITELIB}/sklearn/utils/weight_vector.pyc
-${PYSITELIB}/sklearn/utils/weight_vector.pyo

Index: pkgsrc/math/py-scikit-learn/distinfo
diff -u pkgsrc/math/py-scikit-learn/distinfo:1.9 pkgsrc/math/py-scikit-learn/distinfo:1.10
--- pkgsrc/math/py-scikit-learn/distinfo:1.9    Tue Oct 26 10:56:04 2021
+++ pkgsrc/math/py-scikit-learn/distinfo        Tue May  9 08:07:34 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:56:04 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/05/09 08:07:34 adam Exp $
 
-BLAKE2s (scikit-learn-0.22.1.tar.gz) = 10a3aa8d3c6c25727ff157251b565cb2d518834e70fca8456ec6737382569c82
-SHA512 (scikit-learn-0.22.1.tar.gz) = 14191baf3457a3d216d74be34497a3677dd91bb1d3916db6928a4fa1ce93a62c5c9c9879a99fe5317fe088b85b00556087748470a93d3b9d89dbac850a00bc26
-Size (scikit-learn-0.22.1.tar.gz) = 6942980 bytes
-SHA1 (patch-setup.py) = 9a3a0a190f947ec98291534e179587db24f5c5d6
+BLAKE2s (scikit-learn-1.2.2.tar.gz) = 4a5c5f003b2d60739eaf67a27c4dd977e0db244ea74a912fad3dba0d56f69269
+SHA512 (scikit-learn-1.2.2.tar.gz) = 73ebcd49f49607cefbd4c2200e9379ab1b1277067d0a10c09d80e3969d4924506ef90d52ad3173cf1e05268ad4c7812218b2e955798ac123bb078ff08330309e
+Size (scikit-learn-1.2.2.tar.gz) = 7269934 bytes



Home | Main Index | Thread Index | Old Index