This repository was archived by the owner on Feb 14, 2023. It is now read-only.
1 file changed
+1
-1
lines changedSubmodule scikit-learn updated 29 files
- doc/conf.py+18
- doc/modules/ensemble.rst+2
- doc/modules/svm.rst+1-1
- doc/related_projects.rst+31-74
- doc/templates/index.html+3-10
- doc/themes/scikit-learn-modern/nav.html+1
- doc/themes/scikit-learn-modern/static/css/theme.css+1-1
- doc/whats_new/v0.23.rst+82-20
- examples/decomposition/plot_pca_3d.py+3-4
- examples/linear_model/plot_bayesian_ridge_curvefit.py
- examples/miscellaneous/plot_partial_dependence_visualization_api.py-1
- examples/release_highlights/plot_release_highlights_0_23_0.py+165
- sklearn/__init__.py+1-3
- sklearn/base.py+18-1
- sklearn/cluster/_affinity_propagation.py+48-22
- sklearn/cluster/tests/test_affinity_propagation.py+49-13
- sklearn/datasets/_samples_generator.py+2-2
- sklearn/decomposition/_factor_analysis.py+9-9
- sklearn/decomposition/_incremental_pca.py+3-3
- sklearn/decomposition/_pca.py+14-14
- sklearn/discriminant_analysis.py+4-4
- sklearn/linear_model/_cd_fast.pyx+62-54
- sklearn/linear_model/_coordinate_descent.py+15-16
- sklearn/linear_model/_ridge.py+2-2
- sklearn/linear_model/tests/test_coordinate_descent.py+2-2
- sklearn/tests/test_base.py+12
- sklearn/tests/test_docstring_parameters.py+4
- sklearn/utils/extmath.py+7-5
- sklearn/utils/tests/test_extmath.py+23-23
0 commit comments