head 1.9; access; symbols pkgsrc-2023Q4:1.9.0.2 pkgsrc-2023Q4-base:1.9 pkgsrc-2023Q3:1.8.0.2 pkgsrc-2023Q3-base:1.8 pkgsrc-2023Q2:1.7.0.2 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.6.0.10 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.8 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.6 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.4 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.2 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.5.0.16 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.14 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.12 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.5.0.10 pkgsrc-2021Q1-base:1.5 pkgsrc-2020Q4:1.5.0.8 pkgsrc-2020Q4-base:1.5 pkgsrc-2020Q3:1.5.0.6 pkgsrc-2020Q3-base:1.5 pkgsrc-2020Q2:1.5.0.4 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.5.0.2 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.4.0.8 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.4 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.2 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.3.0.4 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.2 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.2.0.8 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.9 date 2023.11.01.18.39.36; author adam; state Exp; branches; next 1.8; commitid Zc8kpgVKpOzCbWKE; 1.8 date 2023.07.17.19.51.04; author adam; state Exp; branches; next 1.7; commitid SKWNyayX2PCa1cxE; 1.7 date 2023.05.09.08.07.34; author adam; state Exp; branches; next 1.6; commitid q69gbZNxw2PflgoE; 1.6 date 2022.01.14.09.42.12; author wiz; state Exp; branches; next 1.5; commitid nDs1kwli9TDDiAoD; 1.5 date 2020.02.11.16.06.45; author minskim; state Exp; branches; next 1.4; commitid IJPCmeaI5E0C1hWB; 1.4 date 2019.06.17.15.01.45; author adam; state Exp; branches; next 1.3; commitid G9ZkGj2EuGDdlyrB; 1.3 date 2018.10.02.16.53.46; author minskim; state Exp; branches; next 1.2; commitid OUfL1blEyf4ufpUA; 1.2 date 2017.11.21.18.45.28; author minskim; state Exp; branches; next 1.1; commitid M8IikKdV8r4BZVfA; 1.1 date 2017.07.05.21.31.28; author minskim; state Exp; branches; next ; commitid feJsbAqrC57yn5Yz; desc @@ 1.9 log @py-scikit-learn: updated to 1.3.2 Version 1.3.2 ============= **October 2023** Changelog --------- :mod:`sklearn.datasets` ....................... - |Fix| All dataset fetchers now accept `data_home` as any object that implements the :class:`os.PathLike` interface, for instance, :class:`pathlib.Path`. :pr:`27468` by :user:`Yao Xiao `. :mod:`sklearn.decomposition` ............................ - |Fix| Fixes a bug in :class:`decomposition.KernelPCA` by forcing the output of the internal :class:`preprocessing.KernelCenterer` to be a default array. When the arpack solver is used, it expects an array with a `dtype` attribute. :pr:`27583` by :user:`Guillaume Lemaitre `. :mod:`sklearn.metrics` ...................... - |Fix| Fixes a bug for metrics using `zero_division=np.nan` (e.g. :func:`~metrics.precision_score`) within a paralell loop (e.g. :func:`~model_selection.cross_val_score`) where the singleton for `np.nan` will be different in the sub-processes. :pr:`27573` by :user:`Guillaume Lemaitre `. :mod:`sklearn.tree` ................... - |Fix| Do not leak data via non-initialized memory in decision tree pickle files and make the generation of those files deterministic. :pr:`27580` by :user:`Loïc Estève `. @ text @@@comment $NetBSD: PLIST,v 1.8 2023/07/17 19:51:04 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/COPYING ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_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/__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/openmp_helpers.py ${PYSITELIB}/sklearn/_build_utils/openmp_helpers.pyc ${PYSITELIB}/sklearn/_build_utils/openmp_helpers.pyo ${PYSITELIB}/sklearn/_build_utils/pre_build_helpers.py ${PYSITELIB}/sklearn/_build_utils/pre_build_helpers.pyc ${PYSITELIB}/sklearn/_build_utils/pre_build_helpers.pyo ${PYSITELIB}/sklearn/_config.py ${PYSITELIB}/sklearn/_config.pyc ${PYSITELIB}/sklearn/_config.pyo ${PYSITELIB}/sklearn/_distributor_init.py ${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/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_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 ${PYSITELIB}/sklearn/calibration.py ${PYSITELIB}/sklearn/calibration.pyc ${PYSITELIB}/sklearn/calibration.pyo ${PYSITELIB}/sklearn/cluster/__init__.py ${PYSITELIB}/sklearn/cluster/__init__.pyc ${PYSITELIB}/sklearn/cluster/__init__.pyo ${PYSITELIB}/sklearn/cluster/_affinity_propagation.py ${PYSITELIB}/sklearn/cluster/_affinity_propagation.pyc ${PYSITELIB}/sklearn/cluster/_affinity_propagation.pyo ${PYSITELIB}/sklearn/cluster/_agglomerative.py ${PYSITELIB}/sklearn/cluster/_agglomerative.pyc ${PYSITELIB}/sklearn/cluster/_agglomerative.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/_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 ${PYSITELIB}/sklearn/cluster/_dbscan_inner.so ${PYSITELIB}/sklearn/cluster/_feature_agglomeration.py ${PYSITELIB}/sklearn/cluster/_feature_agglomeration.pyc ${PYSITELIB}/sklearn/cluster/_feature_agglomeration.pyo ${PYSITELIB}/sklearn/cluster/_hdbscan/__init__.py ${PYSITELIB}/sklearn/cluster/_hdbscan/__init__.pyc ${PYSITELIB}/sklearn/cluster/_hdbscan/__init__.pyo ${PYSITELIB}/sklearn/cluster/_hdbscan/_linkage.so ${PYSITELIB}/sklearn/cluster/_hdbscan/_reachability.so ${PYSITELIB}/sklearn/cluster/_hdbscan/_tree.pxd ${PYSITELIB}/sklearn/cluster/_hdbscan/_tree.so ${PYSITELIB}/sklearn/cluster/_hdbscan/hdbscan.py ${PYSITELIB}/sklearn/cluster/_hdbscan/hdbscan.pyc ${PYSITELIB}/sklearn/cluster/_hdbscan/hdbscan.pyo ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/__init__.py ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/__init__.pyc ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/__init__.pyo ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/test_reachibility.py ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/test_reachibility.pyc ${PYSITELIB}/sklearn/cluster/_hdbscan/tests/test_reachibility.pyo ${PYSITELIB}/sklearn/cluster/_hierarchical_fast.pxd ${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_lloyd.so ${PYSITELIB}/sklearn/cluster/_k_means_minibatch.so ${PYSITELIB}/sklearn/cluster/_kmeans.py ${PYSITELIB}/sklearn/cluster/_kmeans.pyc ${PYSITELIB}/sklearn/cluster/_kmeans.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/_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 ${PYSITELIB}/sklearn/cluster/tests/common.py ${PYSITELIB}/sklearn/cluster/tests/common.pyc ${PYSITELIB}/sklearn/cluster/tests/common.pyo ${PYSITELIB}/sklearn/cluster/tests/test_affinity_propagation.py ${PYSITELIB}/sklearn/cluster/tests/test_affinity_propagation.pyc ${PYSITELIB}/sklearn/cluster/tests/test_affinity_propagation.pyo ${PYSITELIB}/sklearn/cluster/tests/test_bicluster.py ${PYSITELIB}/sklearn/cluster/tests/test_bicluster.pyc ${PYSITELIB}/sklearn/cluster/tests/test_bicluster.pyo ${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 ${PYSITELIB}/sklearn/cluster/tests/test_feature_agglomeration.py ${PYSITELIB}/sklearn/cluster/tests/test_feature_agglomeration.pyc ${PYSITELIB}/sklearn/cluster/tests/test_feature_agglomeration.pyo ${PYSITELIB}/sklearn/cluster/tests/test_hdbscan.py ${PYSITELIB}/sklearn/cluster/tests/test_hdbscan.pyc ${PYSITELIB}/sklearn/cluster/tests/test_hdbscan.pyo ${PYSITELIB}/sklearn/cluster/tests/test_hierarchical.py ${PYSITELIB}/sklearn/cluster/tests/test_hierarchical.pyc ${PYSITELIB}/sklearn/cluster/tests/test_hierarchical.pyo ${PYSITELIB}/sklearn/cluster/tests/test_k_means.py ${PYSITELIB}/sklearn/cluster/tests/test_k_means.pyc ${PYSITELIB}/sklearn/cluster/tests/test_k_means.pyo ${PYSITELIB}/sklearn/cluster/tests/test_mean_shift.py ${PYSITELIB}/sklearn/cluster/tests/test_mean_shift.pyc ${PYSITELIB}/sklearn/cluster/tests/test_mean_shift.pyo ${PYSITELIB}/sklearn/cluster/tests/test_optics.py ${PYSITELIB}/sklearn/cluster/tests/test_optics.pyc ${PYSITELIB}/sklearn/cluster/tests/test_optics.pyo ${PYSITELIB}/sklearn/cluster/tests/test_spectral.py ${PYSITELIB}/sklearn/cluster/tests/test_spectral.pyc ${PYSITELIB}/sklearn/cluster/tests/test_spectral.pyo ${PYSITELIB}/sklearn/compose/__init__.py ${PYSITELIB}/sklearn/compose/__init__.pyc ${PYSITELIB}/sklearn/compose/__init__.pyo ${PYSITELIB}/sklearn/compose/_column_transformer.py ${PYSITELIB}/sklearn/compose/_column_transformer.pyc ${PYSITELIB}/sklearn/compose/_column_transformer.pyo ${PYSITELIB}/sklearn/compose/_target.py ${PYSITELIB}/sklearn/compose/_target.pyc ${PYSITELIB}/sklearn/compose/_target.pyo ${PYSITELIB}/sklearn/compose/tests/__init__.py ${PYSITELIB}/sklearn/compose/tests/__init__.pyc ${PYSITELIB}/sklearn/compose/tests/__init__.pyo ${PYSITELIB}/sklearn/compose/tests/test_column_transformer.py ${PYSITELIB}/sklearn/compose/tests/test_column_transformer.pyc ${PYSITELIB}/sklearn/compose/tests/test_column_transformer.pyo ${PYSITELIB}/sklearn/compose/tests/test_target.py ${PYSITELIB}/sklearn/compose/tests/test_target.pyc ${PYSITELIB}/sklearn/compose/tests/test_target.pyo ${PYSITELIB}/sklearn/conftest.py ${PYSITELIB}/sklearn/conftest.pyc ${PYSITELIB}/sklearn/conftest.pyo ${PYSITELIB}/sklearn/covariance/__init__.py ${PYSITELIB}/sklearn/covariance/__init__.pyc ${PYSITELIB}/sklearn/covariance/__init__.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 ${PYSITELIB}/sklearn/covariance/tests/test_covariance.py ${PYSITELIB}/sklearn/covariance/tests/test_covariance.pyc ${PYSITELIB}/sklearn/covariance/tests/test_covariance.pyo ${PYSITELIB}/sklearn/covariance/tests/test_elliptic_envelope.py ${PYSITELIB}/sklearn/covariance/tests/test_elliptic_envelope.pyc ${PYSITELIB}/sklearn/covariance/tests/test_elliptic_envelope.pyo ${PYSITELIB}/sklearn/covariance/tests/test_graphical_lasso.py ${PYSITELIB}/sklearn/covariance/tests/test_graphical_lasso.pyc ${PYSITELIB}/sklearn/covariance/tests/test_graphical_lasso.pyo ${PYSITELIB}/sklearn/covariance/tests/test_robust_covariance.py ${PYSITELIB}/sklearn/covariance/tests/test_robust_covariance.pyc ${PYSITELIB}/sklearn/covariance/tests/test_robust_covariance.pyo ${PYSITELIB}/sklearn/cross_decomposition/__init__.py ${PYSITELIB}/sklearn/cross_decomposition/__init__.pyc ${PYSITELIB}/sklearn/cross_decomposition/__init__.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 ${PYSITELIB}/sklearn/cross_decomposition/tests/test_pls.py ${PYSITELIB}/sklearn/cross_decomposition/tests/test_pls.pyc ${PYSITELIB}/sklearn/cross_decomposition/tests/test_pls.pyo ${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 ${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/_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/_species_distributions.py ${PYSITELIB}/sklearn/datasets/_species_distributions.pyc ${PYSITELIB}/sklearn/datasets/_species_distributions.pyo ${PYSITELIB}/sklearn/datasets/_svmlight_format_fast.so ${PYSITELIB}/sklearn/datasets/_svmlight_format_io.py ${PYSITELIB}/sklearn/datasets/_svmlight_format_io.pyc ${PYSITELIB}/sklearn/datasets/_svmlight_format_io.pyo ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.py ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.pyc ${PYSITELIB}/sklearn/datasets/_twenty_newsgroups.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_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/__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 ${PYSITELIB}/sklearn/datasets/descr/diabetes.rst ${PYSITELIB}/sklearn/datasets/descr/digits.rst ${PYSITELIB}/sklearn/datasets/descr/iris.rst ${PYSITELIB}/sklearn/datasets/descr/kddcup99.rst ${PYSITELIB}/sklearn/datasets/descr/lfw.rst ${PYSITELIB}/sklearn/datasets/descr/linnerud.rst ${PYSITELIB}/sklearn/datasets/descr/olivetti_faces.rst ${PYSITELIB}/sklearn/datasets/descr/rcv1.rst ${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/tests/__init__.py ${PYSITELIB}/sklearn/datasets/tests/__init__.pyc ${PYSITELIB}/sklearn/datasets/tests/__init__.pyo ${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 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_multilabel.txt ${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 ${PYSITELIB}/sklearn/datasets/tests/test_california_housing.py ${PYSITELIB}/sklearn/datasets/tests/test_california_housing.pyc ${PYSITELIB}/sklearn/datasets/tests/test_california_housing.pyo ${PYSITELIB}/sklearn/datasets/tests/test_common.py ${PYSITELIB}/sklearn/datasets/tests/test_common.pyc ${PYSITELIB}/sklearn/datasets/tests/test_common.pyo ${PYSITELIB}/sklearn/datasets/tests/test_covtype.py ${PYSITELIB}/sklearn/datasets/tests/test_covtype.pyc ${PYSITELIB}/sklearn/datasets/tests/test_covtype.pyo ${PYSITELIB}/sklearn/datasets/tests/test_kddcup99.py ${PYSITELIB}/sklearn/datasets/tests/test_kddcup99.pyc ${PYSITELIB}/sklearn/datasets/tests/test_kddcup99.pyo ${PYSITELIB}/sklearn/datasets/tests/test_lfw.py ${PYSITELIB}/sklearn/datasets/tests/test_lfw.pyc ${PYSITELIB}/sklearn/datasets/tests/test_lfw.pyo ${PYSITELIB}/sklearn/datasets/tests/test_olivetti_faces.py ${PYSITELIB}/sklearn/datasets/tests/test_olivetti_faces.pyc ${PYSITELIB}/sklearn/datasets/tests/test_olivetti_faces.pyo ${PYSITELIB}/sklearn/datasets/tests/test_openml.py ${PYSITELIB}/sklearn/datasets/tests/test_openml.pyc ${PYSITELIB}/sklearn/datasets/tests/test_openml.pyo ${PYSITELIB}/sklearn/datasets/tests/test_rcv1.py ${PYSITELIB}/sklearn/datasets/tests/test_rcv1.pyc ${PYSITELIB}/sklearn/datasets/tests/test_rcv1.pyo ${PYSITELIB}/sklearn/datasets/tests/test_samples_generator.py ${PYSITELIB}/sklearn/datasets/tests/test_samples_generator.pyc ${PYSITELIB}/sklearn/datasets/tests/test_samples_generator.pyo ${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/decomposition/__init__.py ${PYSITELIB}/sklearn/decomposition/__init__.pyc ${PYSITELIB}/sklearn/decomposition/__init__.pyo ${PYSITELIB}/sklearn/decomposition/_base.py ${PYSITELIB}/sklearn/decomposition/_base.pyc ${PYSITELIB}/sklearn/decomposition/_base.pyo ${PYSITELIB}/sklearn/decomposition/_cdnmf_fast.so ${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/_lda.py ${PYSITELIB}/sklearn/decomposition/_lda.pyc ${PYSITELIB}/sklearn/decomposition/_lda.pyo ${PYSITELIB}/sklearn/decomposition/_nmf.py ${PYSITELIB}/sklearn/decomposition/_nmf.pyc ${PYSITELIB}/sklearn/decomposition/_nmf.pyo ${PYSITELIB}/sklearn/decomposition/_online_lda_fast.so ${PYSITELIB}/sklearn/decomposition/_pca.py ${PYSITELIB}/sklearn/decomposition/_pca.pyc ${PYSITELIB}/sklearn/decomposition/_pca.pyo ${PYSITELIB}/sklearn/decomposition/_sparse_pca.py ${PYSITELIB}/sklearn/decomposition/_sparse_pca.pyc ${PYSITELIB}/sklearn/decomposition/_sparse_pca.pyo ${PYSITELIB}/sklearn/decomposition/_truncated_svd.py ${PYSITELIB}/sklearn/decomposition/_truncated_svd.pyc ${PYSITELIB}/sklearn/decomposition/_truncated_svd.pyo ${PYSITELIB}/sklearn/decomposition/tests/__init__.py ${PYSITELIB}/sklearn/decomposition/tests/__init__.pyc ${PYSITELIB}/sklearn/decomposition/tests/__init__.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_dict_learning.py ${PYSITELIB}/sklearn/decomposition/tests/test_dict_learning.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_dict_learning.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_factor_analysis.py ${PYSITELIB}/sklearn/decomposition/tests/test_factor_analysis.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_factor_analysis.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_fastica.py ${PYSITELIB}/sklearn/decomposition/tests/test_fastica.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_fastica.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_incremental_pca.py ${PYSITELIB}/sklearn/decomposition/tests/test_incremental_pca.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_incremental_pca.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_kernel_pca.py ${PYSITELIB}/sklearn/decomposition/tests/test_kernel_pca.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_kernel_pca.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_nmf.py ${PYSITELIB}/sklearn/decomposition/tests/test_nmf.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_nmf.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_online_lda.py ${PYSITELIB}/sklearn/decomposition/tests/test_online_lda.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_online_lda.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_pca.py ${PYSITELIB}/sklearn/decomposition/tests/test_pca.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_pca.pyo ${PYSITELIB}/sklearn/decomposition/tests/test_sparse_pca.py ${PYSITELIB}/sklearn/decomposition/tests/test_sparse_pca.pyc ${PYSITELIB}/sklearn/decomposition/tests/test_sparse_pca.pyo ${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/discriminant_analysis.py ${PYSITELIB}/sklearn/discriminant_analysis.pyc ${PYSITELIB}/sklearn/discriminant_analysis.pyo ${PYSITELIB}/sklearn/dummy.py ${PYSITELIB}/sklearn/dummy.pyc ${PYSITELIB}/sklearn/dummy.pyo ${PYSITELIB}/sklearn/ensemble/__init__.py ${PYSITELIB}/sklearn/ensemble/__init__.pyc ${PYSITELIB}/sklearn/ensemble/__init__.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/_gb.py ${PYSITELIB}/sklearn/ensemble/_gb.pyc ${PYSITELIB}/sklearn/ensemble/_gb.pyo ${PYSITELIB}/sklearn/ensemble/_gb_losses.py ${PYSITELIB}/sklearn/ensemble/_gb_losses.pyc ${PYSITELIB}/sklearn/ensemble/_gb_losses.pyo ${PYSITELIB}/sklearn/ensemble/_gradient_boosting.so ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/__init__.py ${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/_predictor.so ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/binning.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/binning.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/binning.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/common.pxd ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/common.so ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/grower.py ${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/predictor.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/predictor.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/predictor.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/splitting.so ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/__init__.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/__init__.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/__init__.pyo ${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 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.pyo ${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_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 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_splitting.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_splitting.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_splitting.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_warm_start.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_warm_start.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/tests/test_warm_start.pyo ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/utils.so ${PYSITELIB}/sklearn/ensemble/_iforest.py ${PYSITELIB}/sklearn/ensemble/_iforest.pyc ${PYSITELIB}/sklearn/ensemble/_iforest.pyo ${PYSITELIB}/sklearn/ensemble/_stacking.py ${PYSITELIB}/sklearn/ensemble/_stacking.pyc ${PYSITELIB}/sklearn/ensemble/_stacking.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/ensemble/tests/__init__.py ${PYSITELIB}/sklearn/ensemble/tests/__init__.pyc ${PYSITELIB}/sklearn/ensemble/tests/__init__.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_bagging.py ${PYSITELIB}/sklearn/ensemble/tests/test_bagging.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_bagging.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_base.py ${PYSITELIB}/sklearn/ensemble/tests/test_base.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_base.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_common.py ${PYSITELIB}/sklearn/ensemble/tests/test_common.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_common.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_forest.py ${PYSITELIB}/sklearn/ensemble/tests/test_forest.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_forest.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.py ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.py ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.pyo ${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_stacking.py ${PYSITELIB}/sklearn/ensemble/tests/test_stacking.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_stacking.pyo ${PYSITELIB}/sklearn/ensemble/tests/test_voting.py ${PYSITELIB}/sklearn/ensemble/tests/test_voting.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_voting.pyo ${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/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 ${PYSITELIB}/sklearn/experimental/enable_iterative_imputer.py ${PYSITELIB}/sklearn/experimental/enable_iterative_imputer.pyc ${PYSITELIB}/sklearn/experimental/enable_iterative_imputer.pyo ${PYSITELIB}/sklearn/experimental/tests/__init__.py ${PYSITELIB}/sklearn/experimental/tests/__init__.pyc ${PYSITELIB}/sklearn/experimental/tests/__init__.pyo ${PYSITELIB}/sklearn/experimental/tests/test_enable_hist_gradient_boosting.py ${PYSITELIB}/sklearn/experimental/tests/test_enable_hist_gradient_boosting.pyc ${PYSITELIB}/sklearn/experimental/tests/test_enable_hist_gradient_boosting.pyo ${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 ${PYSITELIB}/sklearn/externals/_arff.py ${PYSITELIB}/sklearn/externals/_arff.pyc ${PYSITELIB}/sklearn/externals/_arff.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/feature_extraction/__init__.py ${PYSITELIB}/sklearn/feature_extraction/__init__.pyc ${PYSITELIB}/sklearn/feature_extraction/__init__.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/_hash.py ${PYSITELIB}/sklearn/feature_extraction/_hash.pyc ${PYSITELIB}/sklearn/feature_extraction/_hash.pyo ${PYSITELIB}/sklearn/feature_extraction/_hashing_fast.so ${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/image.py ${PYSITELIB}/sklearn/feature_extraction/image.pyc ${PYSITELIB}/sklearn/feature_extraction/image.pyo ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.py ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.pyc ${PYSITELIB}/sklearn/feature_extraction/tests/__init__.pyo ${PYSITELIB}/sklearn/feature_extraction/tests/test_dict_vectorizer.py ${PYSITELIB}/sklearn/feature_extraction/tests/test_dict_vectorizer.pyc ${PYSITELIB}/sklearn/feature_extraction/tests/test_dict_vectorizer.pyo ${PYSITELIB}/sklearn/feature_extraction/tests/test_feature_hasher.py ${PYSITELIB}/sklearn/feature_extraction/tests/test_feature_hasher.pyc ${PYSITELIB}/sklearn/feature_extraction/tests/test_feature_hasher.pyo ${PYSITELIB}/sklearn/feature_extraction/tests/test_image.py ${PYSITELIB}/sklearn/feature_extraction/tests/test_image.pyc ${PYSITELIB}/sklearn/feature_extraction/tests/test_image.pyo ${PYSITELIB}/sklearn/feature_extraction/tests/test_text.py ${PYSITELIB}/sklearn/feature_extraction/tests/test_text.pyc ${PYSITELIB}/sklearn/feature_extraction/tests/test_text.pyo ${PYSITELIB}/sklearn/feature_extraction/text.py ${PYSITELIB}/sklearn/feature_extraction/text.pyc ${PYSITELIB}/sklearn/feature_extraction/text.pyo ${PYSITELIB}/sklearn/feature_selection/__init__.py ${PYSITELIB}/sklearn/feature_selection/__init__.pyc ${PYSITELIB}/sklearn/feature_selection/__init__.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/_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/tests/__init__.py ${PYSITELIB}/sklearn/feature_selection/tests/__init__.pyc ${PYSITELIB}/sklearn/feature_selection/tests/__init__.pyo ${PYSITELIB}/sklearn/feature_selection/tests/test_base.py ${PYSITELIB}/sklearn/feature_selection/tests/test_base.pyc ${PYSITELIB}/sklearn/feature_selection/tests/test_base.pyo ${PYSITELIB}/sklearn/feature_selection/tests/test_chi2.py ${PYSITELIB}/sklearn/feature_selection/tests/test_chi2.pyc ${PYSITELIB}/sklearn/feature_selection/tests/test_chi2.pyo ${PYSITELIB}/sklearn/feature_selection/tests/test_feature_select.py ${PYSITELIB}/sklearn/feature_selection/tests/test_feature_select.pyc ${PYSITELIB}/sklearn/feature_selection/tests/test_feature_select.pyo ${PYSITELIB}/sklearn/feature_selection/tests/test_from_model.py ${PYSITELIB}/sklearn/feature_selection/tests/test_from_model.pyc ${PYSITELIB}/sklearn/feature_selection/tests/test_from_model.pyo ${PYSITELIB}/sklearn/feature_selection/tests/test_mutual_info.py ${PYSITELIB}/sklearn/feature_selection/tests/test_mutual_info.pyc ${PYSITELIB}/sklearn/feature_selection/tests/test_mutual_info.pyo ${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/gaussian_process/__init__.py ${PYSITELIB}/sklearn/gaussian_process/__init__.pyc ${PYSITELIB}/sklearn/gaussian_process/__init__.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 ${PYSITELIB}/sklearn/gaussian_process/tests/__init__.py ${PYSITELIB}/sklearn/gaussian_process/tests/__init__.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/__init__.pyo ${PYSITELIB}/sklearn/gaussian_process/tests/_mini_sequence_kernel.py ${PYSITELIB}/sklearn/gaussian_process/tests/_mini_sequence_kernel.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/_mini_sequence_kernel.pyo ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpc.py ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpc.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpc.pyo ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpr.py ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpr.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/test_gpr.pyo ${PYSITELIB}/sklearn/gaussian_process/tests/test_kernels.py ${PYSITELIB}/sklearn/gaussian_process/tests/test_kernels.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/test_kernels.pyo ${PYSITELIB}/sklearn/impute/__init__.py ${PYSITELIB}/sklearn/impute/__init__.pyc ${PYSITELIB}/sklearn/impute/__init__.pyo ${PYSITELIB}/sklearn/impute/_base.py ${PYSITELIB}/sklearn/impute/_base.pyc ${PYSITELIB}/sklearn/impute/_base.pyo ${PYSITELIB}/sklearn/impute/_iterative.py ${PYSITELIB}/sklearn/impute/_iterative.pyc ${PYSITELIB}/sklearn/impute/_iterative.pyo ${PYSITELIB}/sklearn/impute/_knn.py ${PYSITELIB}/sklearn/impute/_knn.pyc ${PYSITELIB}/sklearn/impute/_knn.pyo ${PYSITELIB}/sklearn/impute/tests/__init__.py ${PYSITELIB}/sklearn/impute/tests/__init__.pyc ${PYSITELIB}/sklearn/impute/tests/__init__.pyo ${PYSITELIB}/sklearn/impute/tests/test_base.py ${PYSITELIB}/sklearn/impute/tests/test_base.pyc ${PYSITELIB}/sklearn/impute/tests/test_base.pyo ${PYSITELIB}/sklearn/impute/tests/test_common.py ${PYSITELIB}/sklearn/impute/tests/test_common.pyc ${PYSITELIB}/sklearn/impute/tests/test_common.pyo ${PYSITELIB}/sklearn/impute/tests/test_impute.py ${PYSITELIB}/sklearn/impute/tests/test_impute.pyc ${PYSITELIB}/sklearn/impute/tests/test_impute.pyo ${PYSITELIB}/sklearn/impute/tests/test_knn.py ${PYSITELIB}/sklearn/impute/tests/test_knn.pyc ${PYSITELIB}/sklearn/impute/tests/test_knn.pyo ${PYSITELIB}/sklearn/inspection/__init__.py ${PYSITELIB}/sklearn/inspection/__init__.pyc ${PYSITELIB}/sklearn/inspection/__init__.pyo ${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/_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/isotonic.py ${PYSITELIB}/sklearn/isotonic.pyc ${PYSITELIB}/sklearn/isotonic.pyo ${PYSITELIB}/sklearn/kernel_approximation.py ${PYSITELIB}/sklearn/kernel_approximation.pyc ${PYSITELIB}/sklearn/kernel_approximation.pyo ${PYSITELIB}/sklearn/kernel_ridge.py ${PYSITELIB}/sklearn/kernel_ridge.pyc ${PYSITELIB}/sklearn/kernel_ridge.pyo ${PYSITELIB}/sklearn/linear_model/__init__.py ${PYSITELIB}/sklearn/linear_model/__init__.pyc ${PYSITELIB}/sklearn/linear_model/__init__.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.so ${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 ${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/_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 ${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.so ${PYSITELIB}/sklearn/linear_model/_sgd_fast.pxd ${PYSITELIB}/sklearn/linear_model/_sgd_fast.so ${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/_theil_sen.py ${PYSITELIB}/sklearn/linear_model/_theil_sen.pyc ${PYSITELIB}/sklearn/linear_model/_theil_sen.pyo ${PYSITELIB}/sklearn/linear_model/tests/__init__.py ${PYSITELIB}/sklearn/linear_model/tests/__init__.pyc ${PYSITELIB}/sklearn/linear_model/tests/__init__.pyo ${PYSITELIB}/sklearn/linear_model/tests/test_base.py ${PYSITELIB}/sklearn/linear_model/tests/test_base.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_base.pyo ${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 ${PYSITELIB}/sklearn/linear_model/tests/test_huber.py ${PYSITELIB}/sklearn/linear_model/tests/test_huber.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_huber.pyo ${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 ${PYSITELIB}/sklearn/linear_model/tests/test_omp.py ${PYSITELIB}/sklearn/linear_model/tests/test_omp.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_omp.pyo ${PYSITELIB}/sklearn/linear_model/tests/test_passive_aggressive.py ${PYSITELIB}/sklearn/linear_model/tests/test_passive_aggressive.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_passive_aggressive.pyo ${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 ${PYSITELIB}/sklearn/linear_model/tests/test_ridge.py ${PYSITELIB}/sklearn/linear_model/tests/test_ridge.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_ridge.pyo ${PYSITELIB}/sklearn/linear_model/tests/test_sag.py ${PYSITELIB}/sklearn/linear_model/tests/test_sag.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_sag.pyo ${PYSITELIB}/sklearn/linear_model/tests/test_sgd.py ${PYSITELIB}/sklearn/linear_model/tests/test_sgd.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_sgd.pyo ${PYSITELIB}/sklearn/linear_model/tests/test_sparse_coordinate_descent.py ${PYSITELIB}/sklearn/linear_model/tests/test_sparse_coordinate_descent.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_sparse_coordinate_descent.pyo ${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/manifold/__init__.py ${PYSITELIB}/sklearn/manifold/__init__.pyc ${PYSITELIB}/sklearn/manifold/__init__.pyo ${PYSITELIB}/sklearn/manifold/_barnes_hut_tsne.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/_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/_utils.so ${PYSITELIB}/sklearn/manifold/tests/__init__.py ${PYSITELIB}/sklearn/manifold/tests/__init__.pyc ${PYSITELIB}/sklearn/manifold/tests/__init__.pyo ${PYSITELIB}/sklearn/manifold/tests/test_isomap.py ${PYSITELIB}/sklearn/manifold/tests/test_isomap.pyc ${PYSITELIB}/sklearn/manifold/tests/test_isomap.pyo ${PYSITELIB}/sklearn/manifold/tests/test_locally_linear.py ${PYSITELIB}/sklearn/manifold/tests/test_locally_linear.pyc ${PYSITELIB}/sklearn/manifold/tests/test_locally_linear.pyo ${PYSITELIB}/sklearn/manifold/tests/test_mds.py ${PYSITELIB}/sklearn/manifold/tests/test_mds.pyc ${PYSITELIB}/sklearn/manifold/tests/test_mds.pyo ${PYSITELIB}/sklearn/manifold/tests/test_spectral_embedding.py ${PYSITELIB}/sklearn/manifold/tests/test_spectral_embedding.pyc ${PYSITELIB}/sklearn/manifold/tests/test_spectral_embedding.pyo ${PYSITELIB}/sklearn/manifold/tests/test_t_sne.py ${PYSITELIB}/sklearn/manifold/tests/test_t_sne.pyc ${PYSITELIB}/sklearn/manifold/tests/test_t_sne.pyo ${PYSITELIB}/sklearn/metrics/__init__.py ${PYSITELIB}/sklearn/metrics/__init__.pyc ${PYSITELIB}/sklearn/metrics/__init__.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/_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/_argkmin_classmode.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 ${PYSITELIB}/sklearn/metrics/_plot/__init__.pyo ${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_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 ${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/cluster/__init__.py ${PYSITELIB}/sklearn/metrics/cluster/__init__.pyc ${PYSITELIB}/sklearn/metrics/cluster/__init__.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.so ${PYSITELIB}/sklearn/metrics/cluster/_supervised.py ${PYSITELIB}/sklearn/metrics/cluster/_supervised.pyc ${PYSITELIB}/sklearn/metrics/cluster/_supervised.pyo ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.py ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.pyc ${PYSITELIB}/sklearn/metrics/cluster/_unsupervised.pyo ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.py ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.pyc ${PYSITELIB}/sklearn/metrics/cluster/tests/__init__.pyo ${PYSITELIB}/sklearn/metrics/cluster/tests/test_bicluster.py ${PYSITELIB}/sklearn/metrics/cluster/tests/test_bicluster.pyc ${PYSITELIB}/sklearn/metrics/cluster/tests/test_bicluster.pyo ${PYSITELIB}/sklearn/metrics/cluster/tests/test_common.py ${PYSITELIB}/sklearn/metrics/cluster/tests/test_common.pyc ${PYSITELIB}/sklearn/metrics/cluster/tests/test_common.pyo ${PYSITELIB}/sklearn/metrics/cluster/tests/test_supervised.py ${PYSITELIB}/sklearn/metrics/cluster/tests/test_supervised.pyc ${PYSITELIB}/sklearn/metrics/cluster/tests/test_supervised.pyo ${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/pairwise.py ${PYSITELIB}/sklearn/metrics/pairwise.pyc ${PYSITELIB}/sklearn/metrics/pairwise.pyo ${PYSITELIB}/sklearn/metrics/tests/__init__.py ${PYSITELIB}/sklearn/metrics/tests/__init__.pyc ${PYSITELIB}/sklearn/metrics/tests/__init__.pyo ${PYSITELIB}/sklearn/metrics/tests/test_classification.py ${PYSITELIB}/sklearn/metrics/tests/test_classification.pyc ${PYSITELIB}/sklearn/metrics/tests/test_classification.pyo ${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 ${PYSITELIB}/sklearn/metrics/tests/test_regression.py ${PYSITELIB}/sklearn/metrics/tests/test_regression.pyc ${PYSITELIB}/sklearn/metrics/tests/test_regression.pyo ${PYSITELIB}/sklearn/metrics/tests/test_score_objects.py ${PYSITELIB}/sklearn/metrics/tests/test_score_objects.pyc ${PYSITELIB}/sklearn/metrics/tests/test_score_objects.pyo ${PYSITELIB}/sklearn/mixture/__init__.py ${PYSITELIB}/sklearn/mixture/__init__.pyc ${PYSITELIB}/sklearn/mixture/__init__.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 ${PYSITELIB}/sklearn/mixture/tests/test_bayesian_mixture.py ${PYSITELIB}/sklearn/mixture/tests/test_bayesian_mixture.pyc ${PYSITELIB}/sklearn/mixture/tests/test_bayesian_mixture.pyo ${PYSITELIB}/sklearn/mixture/tests/test_gaussian_mixture.py ${PYSITELIB}/sklearn/mixture/tests/test_gaussian_mixture.pyc ${PYSITELIB}/sklearn/mixture/tests/test_gaussian_mixture.pyo ${PYSITELIB}/sklearn/mixture/tests/test_mixture.py ${PYSITELIB}/sklearn/mixture/tests/test_mixture.pyc ${PYSITELIB}/sklearn/mixture/tests/test_mixture.pyo ${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 ${PYSITELIB}/sklearn/model_selection/_validation.py ${PYSITELIB}/sklearn/model_selection/_validation.pyc ${PYSITELIB}/sklearn/model_selection/_validation.pyo ${PYSITELIB}/sklearn/model_selection/tests/__init__.py ${PYSITELIB}/sklearn/model_selection/tests/__init__.pyc ${PYSITELIB}/sklearn/model_selection/tests/__init__.pyo ${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 ${PYSITELIB}/sklearn/multiclass.py ${PYSITELIB}/sklearn/multiclass.pyc ${PYSITELIB}/sklearn/multiclass.pyo ${PYSITELIB}/sklearn/multioutput.py ${PYSITELIB}/sklearn/multioutput.pyc ${PYSITELIB}/sklearn/multioutput.pyo ${PYSITELIB}/sklearn/naive_bayes.py ${PYSITELIB}/sklearn/naive_bayes.pyc ${PYSITELIB}/sklearn/naive_bayes.pyo ${PYSITELIB}/sklearn/neighbors/__init__.py ${PYSITELIB}/sklearn/neighbors/__init__.pyc ${PYSITELIB}/sklearn/neighbors/__init__.pyo ${PYSITELIB}/sklearn/neighbors/_ball_tree.so ${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/_graph.py ${PYSITELIB}/sklearn/neighbors/_graph.pyc ${PYSITELIB}/sklearn/neighbors/_graph.pyo ${PYSITELIB}/sklearn/neighbors/_kd_tree.so ${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/_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/_unsupervised.py ${PYSITELIB}/sklearn/neighbors/_unsupervised.pyc ${PYSITELIB}/sklearn/neighbors/_unsupervised.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_graph.py ${PYSITELIB}/sklearn/neighbors/tests/test_graph.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_graph.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_kd_tree.py ${PYSITELIB}/sklearn/neighbors/tests/test_kd_tree.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_kd_tree.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_kde.py ${PYSITELIB}/sklearn/neighbors/tests/test_kde.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_kde.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_lof.py ${PYSITELIB}/sklearn/neighbors/tests/test_lof.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_lof.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_nca.py ${PYSITELIB}/sklearn/neighbors/tests/test_nca.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_nca.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_nearest_centroid.py ${PYSITELIB}/sklearn/neighbors/tests/test_nearest_centroid.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_nearest_centroid.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors.py ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_pipeline.py ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_pipeline.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_pipeline.pyo ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_tree.py ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_tree.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_neighbors_tree.pyo ${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/neural_network/__init__.py ${PYSITELIB}/sklearn/neural_network/__init__.pyc ${PYSITELIB}/sklearn/neural_network/__init__.pyo ${PYSITELIB}/sklearn/neural_network/_base.py ${PYSITELIB}/sklearn/neural_network/_base.pyc ${PYSITELIB}/sklearn/neural_network/_base.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/_stochastic_optimizers.py ${PYSITELIB}/sklearn/neural_network/_stochastic_optimizers.pyc ${PYSITELIB}/sklearn/neural_network/_stochastic_optimizers.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 ${PYSITELIB}/sklearn/neural_network/tests/test_rbm.py ${PYSITELIB}/sklearn/neural_network/tests/test_rbm.pyc ${PYSITELIB}/sklearn/neural_network/tests/test_rbm.pyo ${PYSITELIB}/sklearn/neural_network/tests/test_stochastic_optimizers.py ${PYSITELIB}/sklearn/neural_network/tests/test_stochastic_optimizers.pyc ${PYSITELIB}/sklearn/neural_network/tests/test_stochastic_optimizers.pyo ${PYSITELIB}/sklearn/pipeline.py ${PYSITELIB}/sklearn/pipeline.pyc ${PYSITELIB}/sklearn/pipeline.pyo ${PYSITELIB}/sklearn/preprocessing/__init__.py ${PYSITELIB}/sklearn/preprocessing/__init__.pyc ${PYSITELIB}/sklearn/preprocessing/__init__.pyo ${PYSITELIB}/sklearn/preprocessing/_csr_polynomial_expansion.so ${PYSITELIB}/sklearn/preprocessing/_data.py ${PYSITELIB}/sklearn/preprocessing/_data.pyc ${PYSITELIB}/sklearn/preprocessing/_data.pyo ${PYSITELIB}/sklearn/preprocessing/_discretization.py ${PYSITELIB}/sklearn/preprocessing/_discretization.pyc ${PYSITELIB}/sklearn/preprocessing/_discretization.pyo ${PYSITELIB}/sklearn/preprocessing/_encoders.py ${PYSITELIB}/sklearn/preprocessing/_encoders.pyc ${PYSITELIB}/sklearn/preprocessing/_encoders.pyo ${PYSITELIB}/sklearn/preprocessing/_function_transformer.py ${PYSITELIB}/sklearn/preprocessing/_function_transformer.pyc ${PYSITELIB}/sklearn/preprocessing/_function_transformer.pyo ${PYSITELIB}/sklearn/preprocessing/_label.py ${PYSITELIB}/sklearn/preprocessing/_label.pyc ${PYSITELIB}/sklearn/preprocessing/_label.pyo ${PYSITELIB}/sklearn/preprocessing/_polynomial.py ${PYSITELIB}/sklearn/preprocessing/_polynomial.pyc ${PYSITELIB}/sklearn/preprocessing/_polynomial.pyo ${PYSITELIB}/sklearn/preprocessing/_target_encoder.py ${PYSITELIB}/sklearn/preprocessing/_target_encoder.pyc ${PYSITELIB}/sklearn/preprocessing/_target_encoder.pyo ${PYSITELIB}/sklearn/preprocessing/_target_encoder_fast.so ${PYSITELIB}/sklearn/preprocessing/tests/__init__.py ${PYSITELIB}/sklearn/preprocessing/tests/__init__.pyc ${PYSITELIB}/sklearn/preprocessing/tests/__init__.pyo ${PYSITELIB}/sklearn/preprocessing/tests/test_common.py ${PYSITELIB}/sklearn/preprocessing/tests/test_common.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_common.pyo ${PYSITELIB}/sklearn/preprocessing/tests/test_data.py ${PYSITELIB}/sklearn/preprocessing/tests/test_data.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_data.pyo ${PYSITELIB}/sklearn/preprocessing/tests/test_discretization.py ${PYSITELIB}/sklearn/preprocessing/tests/test_discretization.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_discretization.pyo ${PYSITELIB}/sklearn/preprocessing/tests/test_encoders.py ${PYSITELIB}/sklearn/preprocessing/tests/test_encoders.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_encoders.pyo ${PYSITELIB}/sklearn/preprocessing/tests/test_function_transformer.py ${PYSITELIB}/sklearn/preprocessing/tests/test_function_transformer.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_function_transformer.pyo ${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/preprocessing/tests/test_target_encoder.py ${PYSITELIB}/sklearn/preprocessing/tests/test_target_encoder.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_target_encoder.pyo ${PYSITELIB}/sklearn/random_projection.py ${PYSITELIB}/sklearn/random_projection.pyc ${PYSITELIB}/sklearn/random_projection.pyo ${PYSITELIB}/sklearn/semi_supervised/__init__.py ${PYSITELIB}/sklearn/semi_supervised/__init__.pyc ${PYSITELIB}/sklearn/semi_supervised/__init__.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/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 ${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.so ${PYSITELIB}/sklearn/svm/_libsvm.so ${PYSITELIB}/sklearn/svm/_libsvm_sparse.so ${PYSITELIB}/sklearn/svm/_newrand.so ${PYSITELIB}/sklearn/svm/tests/__init__.py ${PYSITELIB}/sklearn/svm/tests/__init__.pyc ${PYSITELIB}/sklearn/svm/tests/__init__.pyo ${PYSITELIB}/sklearn/svm/tests/test_bounds.py ${PYSITELIB}/sklearn/svm/tests/test_bounds.pyc ${PYSITELIB}/sklearn/svm/tests/test_bounds.pyo ${PYSITELIB}/sklearn/svm/tests/test_sparse.py ${PYSITELIB}/sklearn/svm/tests/test_sparse.pyc ${PYSITELIB}/sklearn/svm/tests/test_sparse.pyo ${PYSITELIB}/sklearn/svm/tests/test_svm.py ${PYSITELIB}/sklearn/svm/tests/test_svm.pyc ${PYSITELIB}/sklearn/svm/tests/test_svm.pyo ${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 ${PYSITELIB}/sklearn/tests/test_build.py ${PYSITELIB}/sklearn/tests/test_build.pyc ${PYSITELIB}/sklearn/tests/test_build.pyo ${PYSITELIB}/sklearn/tests/test_calibration.py ${PYSITELIB}/sklearn/tests/test_calibration.pyc ${PYSITELIB}/sklearn/tests/test_calibration.pyo ${PYSITELIB}/sklearn/tests/test_check_build.py ${PYSITELIB}/sklearn/tests/test_check_build.pyc ${PYSITELIB}/sklearn/tests/test_check_build.pyo ${PYSITELIB}/sklearn/tests/test_common.py ${PYSITELIB}/sklearn/tests/test_common.pyc ${PYSITELIB}/sklearn/tests/test_common.pyo ${PYSITELIB}/sklearn/tests/test_config.py ${PYSITELIB}/sklearn/tests/test_config.pyc ${PYSITELIB}/sklearn/tests/test_config.pyo ${PYSITELIB}/sklearn/tests/test_discriminant_analysis.py ${PYSITELIB}/sklearn/tests/test_discriminant_analysis.pyc ${PYSITELIB}/sklearn/tests/test_discriminant_analysis.pyo ${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_init.py ${PYSITELIB}/sklearn/tests/test_init.pyc ${PYSITELIB}/sklearn/tests/test_init.pyo ${PYSITELIB}/sklearn/tests/test_isotonic.py ${PYSITELIB}/sklearn/tests/test_isotonic.pyc ${PYSITELIB}/sklearn/tests/test_isotonic.pyo ${PYSITELIB}/sklearn/tests/test_kernel_approximation.py ${PYSITELIB}/sklearn/tests/test_kernel_approximation.pyc ${PYSITELIB}/sklearn/tests/test_kernel_approximation.pyo ${PYSITELIB}/sklearn/tests/test_kernel_ridge.py ${PYSITELIB}/sklearn/tests/test_kernel_ridge.pyc ${PYSITELIB}/sklearn/tests/test_kernel_ridge.pyo ${PYSITELIB}/sklearn/tests/test_metadata_routing.py ${PYSITELIB}/sklearn/tests/test_metadata_routing.pyc ${PYSITELIB}/sklearn/tests/test_metadata_routing.pyo ${PYSITELIB}/sklearn/tests/test_metaestimators.py ${PYSITELIB}/sklearn/tests/test_metaestimators.pyc ${PYSITELIB}/sklearn/tests/test_metaestimators.pyo ${PYSITELIB}/sklearn/tests/test_metaestimators_metadata_routing.py ${PYSITELIB}/sklearn/tests/test_metaestimators_metadata_routing.pyc ${PYSITELIB}/sklearn/tests/test_metaestimators_metadata_routing.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 ${PYSITELIB}/sklearn/tests/test_multioutput.py ${PYSITELIB}/sklearn/tests/test_multioutput.pyc ${PYSITELIB}/sklearn/tests/test_multioutput.pyo ${PYSITELIB}/sklearn/tests/test_naive_bayes.py ${PYSITELIB}/sklearn/tests/test_naive_bayes.pyc ${PYSITELIB}/sklearn/tests/test_naive_bayes.pyo ${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/tree/__init__.py ${PYSITELIB}/sklearn/tree/__init__.pyc ${PYSITELIB}/sklearn/tree/__init__.pyo ${PYSITELIB}/sklearn/tree/_classes.py ${PYSITELIB}/sklearn/tree/_classes.pyc ${PYSITELIB}/sklearn/tree/_classes.pyo ${PYSITELIB}/sklearn/tree/_criterion.pxd ${PYSITELIB}/sklearn/tree/_criterion.so ${PYSITELIB}/sklearn/tree/_export.py ${PYSITELIB}/sklearn/tree/_export.pyc ${PYSITELIB}/sklearn/tree/_export.pyo ${PYSITELIB}/sklearn/tree/_reingold_tilford.py ${PYSITELIB}/sklearn/tree/_reingold_tilford.pyc ${PYSITELIB}/sklearn/tree/_reingold_tilford.pyo ${PYSITELIB}/sklearn/tree/_splitter.pxd ${PYSITELIB}/sklearn/tree/_splitter.so ${PYSITELIB}/sklearn/tree/_tree.pxd ${PYSITELIB}/sklearn/tree/_tree.so ${PYSITELIB}/sklearn/tree/_utils.pxd ${PYSITELIB}/sklearn/tree/_utils.so ${PYSITELIB}/sklearn/tree/tests/__init__.py ${PYSITELIB}/sklearn/tree/tests/__init__.pyc ${PYSITELIB}/sklearn/tree/tests/__init__.pyo ${PYSITELIB}/sklearn/tree/tests/test_export.py ${PYSITELIB}/sklearn/tree/tests/test_export.pyc ${PYSITELIB}/sklearn/tree/tests/test_export.pyo ${PYSITELIB}/sklearn/tree/tests/test_reingold_tilford.py ${PYSITELIB}/sklearn/tree/tests/test_reingold_tilford.pyc ${PYSITELIB}/sklearn/tree/tests/test_reingold_tilford.pyo ${PYSITELIB}/sklearn/tree/tests/test_tree.py ${PYSITELIB}/sklearn/tree/tests/test_tree.pyc ${PYSITELIB}/sklearn/tree/tests/test_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 ${PYSITELIB}/sklearn/utils/_logistic_sigmoid.so ${PYSITELIB}/sklearn/utils/_mask.py ${PYSITELIB}/sklearn/utils/_mask.pyc ${PYSITELIB}/sklearn/utils/_mask.pyo ${PYSITELIB}/sklearn/utils/_metadata_requests.py ${PYSITELIB}/sklearn/utils/_metadata_requests.pyc ${PYSITELIB}/sklearn/utils/_metadata_requests.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/_plotting.py ${PYSITELIB}/sklearn/utils/_plotting.pyc ${PYSITELIB}/sklearn/utils/_plotting.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/_response.py ${PYSITELIB}/sklearn/utils/_response.pyc ${PYSITELIB}/sklearn/utils/_response.pyo ${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 ${PYSITELIB}/sklearn/utils/class_weight.py ${PYSITELIB}/sklearn/utils/class_weight.pyc ${PYSITELIB}/sklearn/utils/class_weight.pyo ${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/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/metadata_routing.py ${PYSITELIB}/sklearn/utils/metadata_routing.pyc ${PYSITELIB}/sklearn/utils/metadata_routing.pyo ${PYSITELIB}/sklearn/utils/metaestimators.py ${PYSITELIB}/sklearn/utils/metaestimators.pyc ${PYSITELIB}/sklearn/utils/metaestimators.pyo ${PYSITELIB}/sklearn/utils/multiclass.py ${PYSITELIB}/sklearn/utils/multiclass.pyc ${PYSITELIB}/sklearn/utils/multiclass.pyo ${PYSITELIB}/sklearn/utils/murmurhash.pxd ${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/sparsefuncs.py ${PYSITELIB}/sklearn/utils/sparsefuncs.pyc ${PYSITELIB}/sklearn/utils/sparsefuncs.pyo ${PYSITELIB}/sklearn/utils/sparsefuncs_fast.so ${PYSITELIB}/sklearn/utils/stats.py ${PYSITELIB}/sklearn/utils/stats.pyc ${PYSITELIB}/sklearn/utils/stats.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_bunch.py ${PYSITELIB}/sklearn/utils/tests/test_bunch.pyc ${PYSITELIB}/sklearn/utils/tests/test_bunch.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_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 ${PYSITELIB}/sklearn/utils/tests/test_fast_dict.py ${PYSITELIB}/sklearn/utils/tests/test_fast_dict.pyc ${PYSITELIB}/sklearn/utils/tests/test_fast_dict.pyo ${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_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 ${PYSITELIB}/sklearn/utils/tests/test_murmurhash.py ${PYSITELIB}/sklearn/utils/tests/test_murmurhash.pyc ${PYSITELIB}/sklearn/utils/tests/test_murmurhash.pyo ${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_plotting.py ${PYSITELIB}/sklearn/utils/tests/test_plotting.pyc ${PYSITELIB}/sklearn/utils/tests/test_plotting.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_response.py ${PYSITELIB}/sklearn/utils/tests/test_response.pyc ${PYSITELIB}/sklearn/utils/tests/test_response.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 ${PYSITELIB}/sklearn/utils/tests/test_show_versions.py ${PYSITELIB}/sklearn/utils/tests/test_show_versions.pyc ${PYSITELIB}/sklearn/utils/tests/test_show_versions.pyo ${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 ${PYSITELIB}/sklearn/utils/tests/test_typedefs.py ${PYSITELIB}/sklearn/utils/tests/test_typedefs.pyc ${PYSITELIB}/sklearn/utils/tests/test_typedefs.pyo ${PYSITELIB}/sklearn/utils/tests/test_utils.py ${PYSITELIB}/sklearn/utils/tests/test_utils.pyc ${PYSITELIB}/sklearn/utils/tests/test_utils.pyo ${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 @ 1.8 log @py-scikit-learn: updated to 1.3.0 1.3.0 Metadata Routing HDBSCAN: hierarchical density-based clustering TargetEncoder: a new category encoding strategy Missing values support in decision trees New display model_selection.ValidationCurveDisplay Gamma loss for gradient boosting Grouping infrequent categories in preprocessing.OrdinalEncoder @ text @d1 6 a6 7 @@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 @ 1.7 log @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. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.6 2022/01/14 09:42:12 wiz Exp $ a35 3 ${PYSITELIB}/sklearn/_loss/glm_distribution.py ${PYSITELIB}/sklearn/_loss/glm_distribution.pyc ${PYSITELIB}/sklearn/_loss/glm_distribution.pyo a44 3 ${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.py ${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.pyc ${PYSITELIB}/sklearn/_loss/tests/test_glm_distribution.pyo d85 17 d144 3 a715 3 ${PYSITELIB}/sklearn/externals/_lobpcg.py ${PYSITELIB}/sklearn/externals/_lobpcg.pyc ${PYSITELIB}/sklearn/externals/_lobpcg.pyo d1099 1 a1114 3 ${PYSITELIB}/sklearn/metrics/_plot/base.py ${PYSITELIB}/sklearn/metrics/_plot/base.pyc ${PYSITELIB}/sklearn/metrics/_plot/base.pyo a1132 3 ${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.py ${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.pyc ${PYSITELIB}/sklearn/metrics/_plot/tests/test_base.pyo a1299 3 ${PYSITELIB}/sklearn/neighbors/_distance_metric.py ${PYSITELIB}/sklearn/neighbors/_distance_metric.pyc ${PYSITELIB}/sklearn/neighbors/_distance_metric.pyo d1417 4 d1445 3 d1545 3 d1551 3 d1642 3 d1653 3 d1661 3 a1663 1 ${PYSITELIB}/sklearn/utils/_readonly_array_wrapper.so d1708 3 d1750 3 d1807 3 d1816 3 a1818 3 ${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.py ${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.pyc ${PYSITELIB}/sklearn/utils/tests/test_readonly_wrapper.pyo d1843 3 @ 1.6 log @py-scikit-learn: fix PLIST @ text @d1 1 a1 1 @@comment $NetBSD$ d5 1 a11 3 ${PYSITELIB}/sklearn/__check_build/setup.py ${PYSITELIB}/sklearn/__check_build/setup.pyc ${PYSITELIB}/sklearn/__check_build/setup.pyo a17 3 ${PYSITELIB}/sklearn/_build_utils/deprecated_modules.py ${PYSITELIB}/sklearn/_build_utils/deprecated_modules.pyc ${PYSITELIB}/sklearn/_build_utils/deprecated_modules.pyo d31 29 d81 3 d92 2 d95 2 a96 1 ${PYSITELIB}/sklearn/cluster/_k_means_fast.so a108 30 ${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 d124 3 a186 15 ${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 a204 3 ${PYSITELIB}/sklearn/cross_decomposition/_cca.py ${PYSITELIB}/sklearn/cross_decomposition/_cca.pyc ${PYSITELIB}/sklearn/cross_decomposition/_cca.pyo a207 6 ${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 d217 3 d257 3 a259 9 ${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 d262 1 a262 1 ${PYSITELIB}/sklearn/datasets/data/diabetes_data.csv.gz d269 3 a271 1 ${PYSITELIB}/sklearn/datasets/descr/boston_house_prices.rst d286 3 a290 27 ${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 d294 133 a426 67 ${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 d434 3 a469 3 ${PYSITELIB}/sklearn/datasets/twenty_newsgroups.py ${PYSITELIB}/sklearn/datasets/twenty_newsgroups.pyc ${PYSITELIB}/sklearn/datasets/twenty_newsgroups.pyo a507 39 ${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 a540 3 ${PYSITELIB}/sklearn/decomposition/truncated_svd.py ${PYSITELIB}/sklearn/decomposition/truncated_svd.pyc ${PYSITELIB}/sklearn/decomposition/truncated_svd.pyo d570 2 a572 1 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/_loss.so a585 3 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.py ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.pyc ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/loss.pyo d596 3 d611 3 a613 3 ${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 a635 21 ${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 a659 3 ${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.py ${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_partial_dependence.pyo a668 6 ${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 d675 3 d693 3 d705 9 a713 9 ${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 a716 12 ${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 a729 6 ${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 a732 6 ${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 d766 3 a774 12 ${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 d796 3 a801 6 ${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 a810 6 ${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 d862 3 d868 18 a885 3 ${PYSITELIB}/sklearn/inspection/partial_dependence.py ${PYSITELIB}/sklearn/inspection/partial_dependence.pyc ${PYSITELIB}/sklearn/inspection/partial_dependence.pyo d892 3 a897 3 ${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 d920 15 d941 3 d956 3 a976 51 ${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 d986 3 d998 3 d1013 3 a1033 3 ${PYSITELIB}/sklearn/linear_model/theil_sen.py ${PYSITELIB}/sklearn/linear_model/theil_sen.pyc ${PYSITELIB}/sklearn/linear_model/theil_sen.pyo a1053 18 ${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 d1081 18 d1109 3 d1115 3 d1124 21 a1144 9 ${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 a1153 6 ${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 a1166 12 ${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 a1181 3 ${PYSITELIB}/sklearn/metrics/cluster/unsupervised.py ${PYSITELIB}/sklearn/metrics/cluster/unsupervised.pyc ${PYSITELIB}/sklearn/metrics/cluster/unsupervised.pyo a1184 15 ${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 d1194 3 d1200 3 a1223 9 ${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 d1239 3 d1245 3 d1260 3 d1269 3 d1294 3 a1296 2 ${PYSITELIB}/sklearn/neighbors/_dist_metrics.pxd ${PYSITELIB}/sklearn/neighbors/_dist_metrics.so d1313 2 a1319 2 ${PYSITELIB}/sklearn/neighbors/_typedefs.pxd ${PYSITELIB}/sklearn/neighbors/_typedefs.so a1322 39 ${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 a1328 3 ${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.py ${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_dist_metrics.pyo a1358 6 ${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 a1373 6 ${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 d1377 3 d1411 3 a1413 9 ${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 d1435 3 d1447 3 a1449 3 ${PYSITELIB}/sklearn/semi_supervised/label_propagation.py ${PYSITELIB}/sklearn/semi_supervised/label_propagation.pyc ${PYSITELIB}/sklearn/semi_supervised/label_propagation.pyo d1456 3 a1458 3 ${PYSITELIB}/sklearn/setup.py ${PYSITELIB}/sklearn/setup.pyc ${PYSITELIB}/sklearn/setup.pyo d1474 1 a1474 21 ${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 d1490 3 d1517 3 a1522 3 ${PYSITELIB}/sklearn/tests/test_import_deprecations.py ${PYSITELIB}/sklearn/tests/test_import_deprecations.pyc ${PYSITELIB}/sklearn/tests/test_import_deprecations.pyo d1538 3 d1553 3 a1558 3 ${PYSITELIB}/sklearn/tests/test_site_joblib.py ${PYSITELIB}/sklearn/tests/test_site_joblib.pyc ${PYSITELIB}/sklearn/tests/test_site_joblib.pyo a1578 6 ${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 a1590 3 ${PYSITELIB}/sklearn/tree/tree.py ${PYSITELIB}/sklearn/tree/tree.pyc ${PYSITELIB}/sklearn/tree/tree.pyo d1594 12 d1608 6 d1616 3 d1629 1 d1631 3 d1639 1 d1642 3 d1648 5 d1656 4 d1669 3 a1677 3 ${PYSITELIB}/sklearn/utils/fast_dict.py ${PYSITELIB}/sklearn/utils/fast_dict.pyc ${PYSITELIB}/sklearn/utils/fast_dict.pyo a1683 4 ${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 a1686 3 ${PYSITELIB}/sklearn/utils/mocking.py ${PYSITELIB}/sklearn/utils/mocking.pyc ${PYSITELIB}/sklearn/utils/mocking.pyo d1695 3 a1700 6 ${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 a1707 3 ${PYSITELIB}/sklearn/utils/testing.py ${PYSITELIB}/sklearn/utils/testing.pyc ${PYSITELIB}/sklearn/utils/testing.pyo d1711 12 d1729 3 a1731 3 ${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.py ${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.pyc ${PYSITELIB}/sklearn/utils/tests/test_deprecated_utils.pyo d1735 3 d1741 3 d1753 3 a1755 3 ${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.py ${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.pyc ${PYSITELIB}/sklearn/utils/tests/test_linear_assignment.pyo d1759 3 d1771 6 d1783 3 d1789 3 d1801 6 d1816 3 a1821 3 ${PYSITELIB}/sklearn/utils/weight_vector.py ${PYSITELIB}/sklearn/utils/weight_vector.pyc ${PYSITELIB}/sklearn/utils/weight_vector.pyo @ 1.5 log @math/py-scikit-learn: Update to 0.22.1 Highlights: - New plotting API - Stacking Classifier and Regressor - Permutation-based feature importance - Native support for missing values for gradient boosting - Precomputed sparse nearest neighbors graph - KNN Based Imputation - Tree pruning - Retrieve dataframes from OpenML - Checking scikit-learn compatibility of an estimator - ROC AUC now supports multiclass classification @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.4 2019/06/17 15:01:45 adam Exp $ a4 1 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe @ 1.4 log @py-scikit-learn: updated to 0.21.2 Version 0.21.2 Changelog sklearn.decomposition Fix Fixed a bug in cross_decomposition.CCA improving numerical stability when Y is close to zero. sklearn.metrics Fix Fixed a bug in metrics.pairwise.euclidean_distances where a part of the distance matrix was left un-instanciated for suffiently large float32 datasets (regression introduced in 0.21). sklearn.preprocessing Fix Fixed a bug in preprocessing.OneHotEncoder where the new drop parameter was not reflected in get_feature_names. sklearn.utils.sparsefuncs Fix Fixed a bug where min_max_axis would fail on 32-bit systems for certain large inputs. This affects preprocessing.MaxAbsScaler, preprocessing.normalize and preprocessing.LabelBinarizer. Version 0.21.1 This is a bug-fix release to primarily resolve some packaging issues in version 0.21.0. It also includes minor documentation improvements and some bug fixes. Changelog sklearn.metrics Fix Fixed a bug in metrics.pairwise_distances where it would raise AttributeError for boolean metrics when X had a boolean dtype and Y == None. Fix Fixed two bugs in metrics.pairwise_distances when n_jobs > 1. First it used to return a distance matrix with same dtype as input, even for integer dtype. Then the diagonal was not zeros for euclidean metric when Y is X. sklearn.neighbors Fix Fixed a bug in neighbors.KernelDensity which could not be restored from a pickle if sample_weight had been used. Version 0.21.0 Changed models The following estimators and functions, when fit with the same data and parameters, may produce different models from the previous version. This often occurs due to changes in the modelling logic (bug fixes or enhancements), or in random sampling procedures. discriminant_analysis.LinearDiscriminantAnalysis for multiclass classification. Fix discriminant_analysis.LinearDiscriminantAnalysis with ‘eigen’ solver. Fix linear_model.BayesianRidge Fix Decision trees and derived ensembles when both max_depth and max_leaf_nodes are set. Fix linear_model.LogisticRegression and linear_model.LogisticRegressionCV with ‘saga’ solver. Fix ensemble.GradientBoostingClassifier Fix sklearn.feature_extraction.text.HashingVectorizer, sklearn.feature_extraction.text.TfidfVectorizer, and sklearn.feature_extraction.text.CountVectorizer Fix neural_network.MLPClassifier Fix svm.SVC.decision_function and multiclass.OneVsOneClassifier.decision_function. Fix linear_model.SGDClassifier and any derived classifiers. Fix Any model using the linear_model.sag.sag_solver function with a 0 seed, including linear_model.LogisticRegression, linear_model.LogisticRegressionCV, linear_model.Ridge, and linear_model.RidgeCV with ‘sag’ solver. Fix linear_model.RidgeCV when using generalized cross-validation with sparse inputs @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.3 2018/10/02 16:53:46 minskim Exp $ d21 3 d27 3 d33 3 d46 15 d65 1 a65 2 ${PYSITELIB}/sklearn/cluster/_hierarchical.so ${PYSITELIB}/sklearn/cluster/_k_means.so d67 13 d170 15 a208 3 ${PYSITELIB}/sklearn/covariance/tests/test_graph_lasso.py ${PYSITELIB}/sklearn/covariance/tests/test_graph_lasso.pyc ${PYSITELIB}/sklearn/covariance/tests/test_graph_lasso.pyo d218 6 d239 37 a275 1 ${PYSITELIB}/sklearn/datasets/_svmlight_format.so a316 3 ${PYSITELIB}/sklearn/datasets/mldata.py ${PYSITELIB}/sklearn/datasets/mldata.pyc ${PYSITELIB}/sklearn/datasets/mldata.pyo d384 2 d404 4 d433 3 a435 3 ${PYSITELIB}/sklearn/datasets/tests/test_mldata.py ${PYSITELIB}/sklearn/datasets/tests/test_mldata.pyc ${PYSITELIB}/sklearn/datasets/tests/test_mldata.pyo d454 35 a488 1 ${PYSITELIB}/sklearn/decomposition/_online_lda.so d492 3 a494 1 ${PYSITELIB}/sklearn/decomposition/cdnmf_fast.so d516 3 d573 12 d599 2 d642 3 a644 1 ${PYSITELIB}/sklearn/ensemble/_hist_gradient_boosting/types.so d646 12 d688 3 d706 3 d748 6 d757 3 d778 10 a787 1 ${PYSITELIB}/sklearn/feature_extraction/_hashing.so d824 18 d848 3 a850 3 ${PYSITELIB}/sklearn/feature_selection/mutual_info_.py ${PYSITELIB}/sklearn/feature_selection/mutual_info_.pyc ${PYSITELIB}/sklearn/feature_selection/mutual_info_.pyo d887 6 a892 3 ${PYSITELIB}/sklearn/gaussian_process/correlation_models.py ${PYSITELIB}/sklearn/gaussian_process/correlation_models.pyc ${PYSITELIB}/sklearn/gaussian_process/correlation_models.pyo a901 3 ${PYSITELIB}/sklearn/gaussian_process/regression_models.py ${PYSITELIB}/sklearn/gaussian_process/regression_models.pyc ${PYSITELIB}/sklearn/gaussian_process/regression_models.pyo d905 3 d926 3 d932 6 d941 3 d947 6 d962 6 d980 46 d1032 3 a1034 1 ${PYSITELIB}/sklearn/linear_model/cd_fast.so d1065 3 a1067 1 ${PYSITELIB}/sklearn/linear_model/sag_fast.so d1071 3 a1073 1 ${PYSITELIB}/sklearn/linear_model/sgd_fast.so d1132 15 d1187 43 d1239 10 d1252 3 a1254 1 ${PYSITELIB}/sklearn/metrics/cluster/expected_mutual_info_fast.so d1282 3 a1284 1 ${PYSITELIB}/sklearn/metrics/pairwise_fast.so d1321 9 d1390 38 a1427 1 ${PYSITELIB}/sklearn/neighbors/ball_tree.so d1434 3 a1436 1 ${PYSITELIB}/sklearn/neighbors/dist_metrics.so d1440 3 a1442 1 ${PYSITELIB}/sklearn/neighbors/kd_tree.so d1455 3 a1457 1 ${PYSITELIB}/sklearn/neighbors/quad_tree.so d1473 3 d1494 6 d1503 3 a1505 1 ${PYSITELIB}/sklearn/neighbors/typedefs.so d1515 6 d1549 3 d1561 3 a1563 3 ${PYSITELIB}/sklearn/preprocessing/base.py ${PYSITELIB}/sklearn/preprocessing/base.pyc ${PYSITELIB}/sklearn/preprocessing/base.pyo a1566 3 ${PYSITELIB}/sklearn/preprocessing/imputation.py ${PYSITELIB}/sklearn/preprocessing/imputation.pyc ${PYSITELIB}/sklearn/preprocessing/imputation.pyo a1575 3 ${PYSITELIB}/sklearn/preprocessing/tests/test_base.py ${PYSITELIB}/sklearn/preprocessing/tests/test_base.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_base.pyo a1590 3 ${PYSITELIB}/sklearn/preprocessing/tests/test_imputation.py ${PYSITELIB}/sklearn/preprocessing/tests/test_imputation.pyc ${PYSITELIB}/sklearn/preprocessing/tests/test_imputation.pyo d1600 3 d1618 12 d1639 9 a1647 3 ${PYSITELIB}/sklearn/svm/liblinear.so ${PYSITELIB}/sklearn/svm/libsvm.so ${PYSITELIB}/sklearn/svm/libsvm_sparse.so d1669 3 d1693 3 d1732 3 d1737 3 d1773 1 d1775 2 d1781 7 d1791 1 d1793 2 d1798 5 a1802 3 ${PYSITELIB}/sklearn/utils/_unittest_backport.py ${PYSITELIB}/sklearn/utils/_unittest_backport.pyc ${PYSITELIB}/sklearn/utils/_unittest_backport.pyo d1816 3 a1818 1 ${PYSITELIB}/sklearn/utils/fast_dict.so a1825 1 ${PYSITELIB}/sklearn/utils/lgamma.so d1838 1 d1846 3 a1848 1 ${PYSITELIB}/sklearn/utils/seq_dataset.so d1871 3 d1934 3 a1936 1 ${PYSITELIB}/sklearn/utils/weight_vector.so @ 1.3 log @math/py-scikit-learn: Update to 0.20.0 Highlights: Missing values in features, represented by NaNs, are now accepted in column-wise preprocessing such as scalers. Each feature is fitted disregarding NaNs, and data containing NaNs can be transformed. The new impute module provides estimators for learning despite missing data. ColumnTransformer handles the case where different features or columns of a pandas.DataFrame need different preprocessing. String or pandas Categorical columns can now be encoded with OneHotEncoder or OrdinalEncoder. TransformedTargetRegressor helps when the regression target needs to be transformed to be modeled. PowerTransformer and KBinsDiscretizer join QuantileTransformer as non-linear transformations. Added sample_weight support to several estimators (including KMeans, BayesianRidge and KernelDensity) and improved stopping criteria in others (including MLPRegressor, GradientBoostingRegressor and SGDRegressor). This release is also the first to be accompanied by a Glossary of Common Terms and API Elements. @ text @d1 1 a1 1 @@comment $NetBSD$ d21 3 d65 3 d104 3 d128 3 a226 3 ${PYSITELIB}/sklearn/datasets/mlcomp.py ${PYSITELIB}/sklearn/datasets/mlcomp.pyc ${PYSITELIB}/sklearn/datasets/mlcomp.pyo d254 10 d268 1 d278 4 d286 1 d293 1 d301 1 d307 1 d313 1 d441 3 d445 53 d543 3 a545 3 ${PYSITELIB}/sklearn/ensemble/tests/test_voting_classifier.py ${PYSITELIB}/sklearn/ensemble/tests/test_voting_classifier.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_voting_classifier.pyo d549 3 a551 3 ${PYSITELIB}/sklearn/ensemble/voting_classifier.py ${PYSITELIB}/sklearn/ensemble/voting_classifier.pyc ${PYSITELIB}/sklearn/ensemble/voting_classifier.pyo d558 18 a587 3 ${PYSITELIB}/sklearn/externals/funcsigs.py ${PYSITELIB}/sklearn/externals/funcsigs.pyc ${PYSITELIB}/sklearn/externals/funcsigs.pyo a590 138 ${PYSITELIB}/sklearn/externals/joblib/_compat.py ${PYSITELIB}/sklearn/externals/joblib/_compat.pyc ${PYSITELIB}/sklearn/externals/joblib/_compat.pyo ${PYSITELIB}/sklearn/externals/joblib/_dask.py ${PYSITELIB}/sklearn/externals/joblib/_dask.pyc ${PYSITELIB}/sklearn/externals/joblib/_dask.pyo ${PYSITELIB}/sklearn/externals/joblib/_memmapping_reducer.py ${PYSITELIB}/sklearn/externals/joblib/_memmapping_reducer.pyc ${PYSITELIB}/sklearn/externals/joblib/_memmapping_reducer.pyo ${PYSITELIB}/sklearn/externals/joblib/_memory_helpers.py ${PYSITELIB}/sklearn/externals/joblib/_memory_helpers.pyc ${PYSITELIB}/sklearn/externals/joblib/_memory_helpers.pyo ${PYSITELIB}/sklearn/externals/joblib/_multiprocessing_helpers.py ${PYSITELIB}/sklearn/externals/joblib/_multiprocessing_helpers.pyc ${PYSITELIB}/sklearn/externals/joblib/_multiprocessing_helpers.pyo ${PYSITELIB}/sklearn/externals/joblib/_parallel_backends.py ${PYSITELIB}/sklearn/externals/joblib/_parallel_backends.pyc ${PYSITELIB}/sklearn/externals/joblib/_parallel_backends.pyo ${PYSITELIB}/sklearn/externals/joblib/_store_backends.py ${PYSITELIB}/sklearn/externals/joblib/_store_backends.pyc ${PYSITELIB}/sklearn/externals/joblib/_store_backends.pyo ${PYSITELIB}/sklearn/externals/joblib/backports.py ${PYSITELIB}/sklearn/externals/joblib/backports.pyc ${PYSITELIB}/sklearn/externals/joblib/backports.pyo ${PYSITELIB}/sklearn/externals/joblib/compressor.py ${PYSITELIB}/sklearn/externals/joblib/compressor.pyc ${PYSITELIB}/sklearn/externals/joblib/compressor.pyo ${PYSITELIB}/sklearn/externals/joblib/disk.py ${PYSITELIB}/sklearn/externals/joblib/disk.pyc ${PYSITELIB}/sklearn/externals/joblib/disk.pyo ${PYSITELIB}/sklearn/externals/joblib/executor.py ${PYSITELIB}/sklearn/externals/joblib/executor.pyc ${PYSITELIB}/sklearn/externals/joblib/executor.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/__init__.py ${PYSITELIB}/sklearn/externals/joblib/externals/__init__.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/__init__.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/__init__.py ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/__init__.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/__init__.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/__init__.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/__init__.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/__init__.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/_base.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/_base.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/_base.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/__init__.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/__init__.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/__init__.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_reduction.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_wait.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_wait.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_posix_wait.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_reduction.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_reduction.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_reduction.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_wait.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_wait.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/_win_wait.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_posix.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_posix.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_posix.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_win32.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_win32.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/compat_win32.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/context.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/context.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/context.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/fork_exec.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/fork_exec.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/fork_exec.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/managers.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/managers.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/managers.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_posix.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/popen_loky_win32.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/process.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/process.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/process.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/queues.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/queues.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/queues.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/reduction.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/reduction.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/reduction.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semaphore_tracker.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semlock.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semlock.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/semlock.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/spawn.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/spawn.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/spawn.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/synchronize.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/synchronize.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/synchronize.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/utils.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/utils.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/backend/utils.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/cloudpickle_wrapper.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/process_executor.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/process_executor.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/process_executor.pyo ${PYSITELIB}/sklearn/externals/joblib/externals/loky/reusable_executor.py ${PYSITELIB}/sklearn/externals/joblib/externals/loky/reusable_executor.pyc ${PYSITELIB}/sklearn/externals/joblib/externals/loky/reusable_executor.pyo ${PYSITELIB}/sklearn/externals/joblib/format_stack.py ${PYSITELIB}/sklearn/externals/joblib/format_stack.pyc ${PYSITELIB}/sklearn/externals/joblib/format_stack.pyo ${PYSITELIB}/sklearn/externals/joblib/func_inspect.py ${PYSITELIB}/sklearn/externals/joblib/func_inspect.pyc ${PYSITELIB}/sklearn/externals/joblib/func_inspect.pyo ${PYSITELIB}/sklearn/externals/joblib/hashing.py ${PYSITELIB}/sklearn/externals/joblib/hashing.pyc ${PYSITELIB}/sklearn/externals/joblib/hashing.pyo ${PYSITELIB}/sklearn/externals/joblib/logger.py ${PYSITELIB}/sklearn/externals/joblib/logger.pyc ${PYSITELIB}/sklearn/externals/joblib/logger.pyo ${PYSITELIB}/sklearn/externals/joblib/memory.py ${PYSITELIB}/sklearn/externals/joblib/memory.pyc ${PYSITELIB}/sklearn/externals/joblib/memory.pyo ${PYSITELIB}/sklearn/externals/joblib/my_exceptions.py ${PYSITELIB}/sklearn/externals/joblib/my_exceptions.pyc ${PYSITELIB}/sklearn/externals/joblib/my_exceptions.pyo a593 15 ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_compat.py ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_compat.pyc ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_compat.pyo ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_utils.py ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_utils.pyc ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle_utils.pyo ${PYSITELIB}/sklearn/externals/joblib/parallel.py ${PYSITELIB}/sklearn/externals/joblib/parallel.pyc ${PYSITELIB}/sklearn/externals/joblib/parallel.pyo ${PYSITELIB}/sklearn/externals/joblib/pool.py ${PYSITELIB}/sklearn/externals/joblib/pool.pyc ${PYSITELIB}/sklearn/externals/joblib/pool.pyo ${PYSITELIB}/sklearn/externals/joblib/testing.py ${PYSITELIB}/sklearn/externals/joblib/testing.pyc ${PYSITELIB}/sklearn/externals/joblib/testing.pyo d712 27 a738 3 ${PYSITELIB}/sklearn/impute.py ${PYSITELIB}/sklearn/impute.pyc ${PYSITELIB}/sklearn/impute.pyo a778 3 ${PYSITELIB}/sklearn/linear_model/randomized_l1.py ${PYSITELIB}/sklearn/linear_model/randomized_l1.pyc ${PYSITELIB}/sklearn/linear_model/randomized_l1.pyo a825 3 ${PYSITELIB}/sklearn/linear_model/tests/test_randomized_l1.py ${PYSITELIB}/sklearn/linear_model/tests/test_randomized_l1.pyc ${PYSITELIB}/sklearn/linear_model/tests/test_randomized_l1.pyo a1027 3 ${PYSITELIB}/sklearn/neighbors/approximate.py ${PYSITELIB}/sklearn/neighbors/approximate.pyc ${PYSITELIB}/sklearn/neighbors/approximate.pyo d1046 3 a1061 3 ${PYSITELIB}/sklearn/neighbors/tests/test_approximate.py ${PYSITELIB}/sklearn/neighbors/tests/test_approximate.pyc ${PYSITELIB}/sklearn/neighbors/tests/test_approximate.pyo d1077 3 d1126 1 d1148 3 a1252 3 ${PYSITELIB}/sklearn/tests/test_impute.py ${PYSITELIB}/sklearn/tests/test_impute.pyc ${PYSITELIB}/sklearn/tests/test_impute.pyo d1289 1 d1291 4 d1296 1 d1298 1 d1312 3 d1324 1 d1329 3 a1332 3 ${PYSITELIB}/sklearn/utils/_scipy_sparse_lsqr_backport.py ${PYSITELIB}/sklearn/utils/_scipy_sparse_lsqr_backport.pyc ${PYSITELIB}/sklearn/utils/_scipy_sparse_lsqr_backport.pyo a1338 3 ${PYSITELIB}/sklearn/utils/arpack.py ${PYSITELIB}/sklearn/utils/arpack.pyc ${PYSITELIB}/sklearn/utils/arpack.pyo a1339 3 ${PYSITELIB}/sklearn/utils/bench.py ${PYSITELIB}/sklearn/utils/bench.pyc ${PYSITELIB}/sklearn/utils/bench.pyo a1387 9 ${PYSITELIB}/sklearn/utils/sparsetools/__init__.py ${PYSITELIB}/sklearn/utils/sparsetools/__init__.pyc ${PYSITELIB}/sklearn/utils/sparsetools/__init__.pyo ${PYSITELIB}/sklearn/utils/sparsetools/setup.py ${PYSITELIB}/sklearn/utils/sparsetools/setup.pyc ${PYSITELIB}/sklearn/utils/sparsetools/setup.pyo ${PYSITELIB}/sklearn/utils/sparsetools/tests/__init__.py ${PYSITELIB}/sklearn/utils/sparsetools/tests/__init__.pyc ${PYSITELIB}/sklearn/utils/sparsetools/tests/__init__.pyo a1396 3 ${PYSITELIB}/sklearn/utils/tests/test_bench.py ${PYSITELIB}/sklearn/utils/tests/test_bench.pyc ${PYSITELIB}/sklearn/utils/tests/test_bench.pyo d1400 3 a1417 3 ${PYSITELIB}/sklearn/utils/tests/test_graph.py ${PYSITELIB}/sklearn/utils/tests/test_graph.pyc ${PYSITELIB}/sklearn/utils/tests/test_graph.pyo d1433 3 a1450 3 ${PYSITELIB}/sklearn/utils/tests/test_stats.py ${PYSITELIB}/sklearn/utils/tests/test_stats.pyc ${PYSITELIB}/sklearn/utils/tests/test_stats.pyo @ 1.2 log @math/py-scikit-learn: Update to 0.19.1 Notable new features since 0.18.2: - `neighbors.LocalOutlierFactor` for anomaly detection - `preprocessing.QuantileTransformer` for robust feature transformation - `multioutput.ClassifierChain` meta-estimator to simply account for dependencies between classes in multilabel problem - multiplicative update in `decomposition.NMF` - multinomial `linear_model.LogisticRegression` with L1 loss @ text @d21 3 d39 1 a40 1 ${PYSITELIB}/sklearn/cluster/_k_means.so d86 3 d101 18 d122 3 a130 3 ${PYSITELIB}/sklearn/covariance/outlier_detection.py ${PYSITELIB}/sklearn/covariance/outlier_detection.pyc ${PYSITELIB}/sklearn/covariance/outlier_detection.pyo d143 3 d149 3 a169 3 ${PYSITELIB}/sklearn/cross_validation.py ${PYSITELIB}/sklearn/cross_validation.pyc ${PYSITELIB}/sklearn/cross_validation.pyo d194 2 d199 2 d202 3 d206 1 a208 1 ${PYSITELIB}/sklearn/datasets/images/README.txt d224 3 d245 41 d287 1 a288 1 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_invalid.txt d296 6 d314 3 d446 3 a451 3 ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.py ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting.pyo d476 9 d494 6 d509 3 d515 3 d521 90 d629 3 a637 3 ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.py ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyc ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyo d644 3 a652 3 ${PYSITELIB}/sklearn/externals/test_externals_setup.py ${PYSITELIB}/sklearn/externals/test_externals_setup.pyc ${PYSITELIB}/sklearn/externals/test_externals_setup.pyo a740 3 ${PYSITELIB}/sklearn/gaussian_process/gaussian_process.py ${PYSITELIB}/sklearn/gaussian_process/gaussian_process.pyc ${PYSITELIB}/sklearn/gaussian_process/gaussian_process.pyo a755 3 ${PYSITELIB}/sklearn/gaussian_process/tests/test_gaussian_process.py ${PYSITELIB}/sklearn/gaussian_process/tests/test_gaussian_process.pyc ${PYSITELIB}/sklearn/gaussian_process/tests/test_gaussian_process.pyo d765 3 a767 3 ${PYSITELIB}/sklearn/grid_search.py ${PYSITELIB}/sklearn/grid_search.pyc ${PYSITELIB}/sklearn/grid_search.pyo a776 3 ${PYSITELIB}/sklearn/learning_curve.py ${PYSITELIB}/sklearn/learning_curve.pyc ${PYSITELIB}/sklearn/learning_curve.pyo a816 1 ${PYSITELIB}/sklearn/linear_model/sag_fast.so d820 1 d951 3 a962 1 ${PYSITELIB}/sklearn/metrics/pairwise_fast.so d966 1 a1008 3 ${PYSITELIB}/sklearn/mixture/dpgmm.py ${PYSITELIB}/sklearn/mixture/dpgmm.pyc ${PYSITELIB}/sklearn/mixture/dpgmm.pyo a1011 3 ${PYSITELIB}/sklearn/mixture/gmm.py ${PYSITELIB}/sklearn/mixture/gmm.pyc ${PYSITELIB}/sklearn/mixture/gmm.pyo a1017 3 ${PYSITELIB}/sklearn/mixture/tests/test_dpgmm.py ${PYSITELIB}/sklearn/mixture/tests/test_dpgmm.pyc ${PYSITELIB}/sklearn/mixture/tests/test_dpgmm.pyo d1021 3 a1023 3 ${PYSITELIB}/sklearn/mixture/tests/test_gmm.py ${PYSITELIB}/sklearn/mixture/tests/test_gmm.pyc ${PYSITELIB}/sklearn/mixture/tests/test_gmm.pyo d1161 6 d1170 3 d1185 6 d1194 6 d1240 1 a1241 1 ${PYSITELIB}/sklearn/svm/libsvm.so a1274 3 ${PYSITELIB}/sklearn/tests/test_cross_validation.py ${PYSITELIB}/sklearn/tests/test_cross_validation.pyc ${PYSITELIB}/sklearn/tests/test_cross_validation.pyo d1284 3 a1286 3 ${PYSITELIB}/sklearn/tests/test_grid_search.py ${PYSITELIB}/sklearn/tests/test_grid_search.pyc ${PYSITELIB}/sklearn/tests/test_grid_search.pyo a1298 3 ${PYSITELIB}/sklearn/tests/test_learning_curve.py ${PYSITELIB}/sklearn/tests/test_learning_curve.pyc ${PYSITELIB}/sklearn/tests/test_learning_curve.pyo d1317 3 d1348 3 d1356 6 a1384 1 ${PYSITELIB}/sklearn/utils/graph_shortest_path.so d1388 1 a1412 1 ${PYSITELIB}/sklearn/utils/sparsefuncs_fast.so d1416 1 d1483 3 @ 1.1 log @Import py-scikit-learn-0.18.1 from pkgsrc as math/py-scikit-learn Packaged by Filip Hajny and updated by Kamel Derouiche and me. scikit-learn is a Python module integrating classic machine learning algorithms in the tightly-knit scientific Python world (numpy, scipy, matplotlib). It aims to provide simple and efficient solutions to learning problems, accessible to everybody and reusable in various contexts: machine-learning as a versatile tool for science and engineering. @ text @d36 1 a37 1 ${PYSITELIB}/sklearn/cluster/_k_means_elkan.so d164 1 d171 1 a171 1 ${PYSITELIB}/sklearn/datasets/images/README.txt d174 1 d209 1 a210 1 ${PYSITELIB}/sklearn/datasets/tests/data/svmlight_invalid_order.txt d359 3 a364 3 ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.py ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.pyc ${PYSITELIB}/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.pyo d407 3 a430 3 ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.py ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyc ${PYSITELIB}/sklearn/externals/joblib/numpy_pickle.pyo d437 3 a445 6 ${PYSITELIB}/sklearn/externals/joblib/testing.py ${PYSITELIB}/sklearn/externals/joblib/testing.pyc ${PYSITELIB}/sklearn/externals/joblib/testing.pyo ${PYSITELIB}/sklearn/externals/odict.py ${PYSITELIB}/sklearn/externals/odict.pyc ${PYSITELIB}/sklearn/externals/odict.pyo a584 3 ${PYSITELIB}/sklearn/lda.py ${PYSITELIB}/sklearn/lda.pyc ${PYSITELIB}/sklearn/lda.pyo d628 1 a631 1 ${PYSITELIB}/sklearn/linear_model/sag_fast.so d771 1 a774 1 ${PYSITELIB}/sklearn/metrics/pairwise_fast.so d898 3 d904 1 d929 3 d938 3 a1004 3 ${PYSITELIB}/sklearn/qda.py ${PYSITELIB}/sklearn/qda.pyc ${PYSITELIB}/sklearn/qda.pyo d1036 1 a1037 1 ${PYSITELIB}/sklearn/svm/libsvm_sparse.so d1068 3 d1077 3 d1175 1 a1178 1 ${PYSITELIB}/sklearn/utils/graph_shortest_path.so d1203 1 a1206 1 ${PYSITELIB}/sklearn/utils/sparsefuncs_fast.so a1209 5 ${PYSITELIB}/sklearn/utils/sparsetools/_graph_tools.so ${PYSITELIB}/sklearn/utils/sparsetools/_graph_validation.py ${PYSITELIB}/sklearn/utils/sparsetools/_graph_validation.pyc ${PYSITELIB}/sklearn/utils/sparsetools/_graph_validation.pyo ${PYSITELIB}/sklearn/utils/sparsetools/_traversal.so a1215 3 ${PYSITELIB}/sklearn/utils/sparsetools/tests/test_traversal.py ${PYSITELIB}/sklearn/utils/sparsetools/tests/test_traversal.pyc ${PYSITELIB}/sklearn/utils/sparsetools/tests/test_traversal.pyo d1231 3 @