| .. |
|
__check_build
|
MNT Use a common language_level cython directive (#13630)
|
2019-04-13 07:30:18 +02:00 |
|
_build_utils
|
MNT Use raise from in 19 modules (#17835)
|
2020-08-25 08:57:29 +02:00 |
|
_loss
|
DOC Fix versionadded for 0.23 (#18522)
|
2020-10-05 10:23:32 +11:00 |
|
cluster
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
compose
|
TST Fixes column transformer tests (#18452)
|
2020-09-30 12:39:05 +02:00 |
|
covariance
|
FIX Passes global configuration when spawning joblib jobs (#17634)
|
2020-09-21 16:59:42 +02:00 |
|
cross_decomposition
|
DOC Fix A to uppercase in See Also docstring section (#18332)
|
2020-09-04 10:35:01 -04:00 |
|
datasets
|
DOC Fix versionadded for 0.23 (#18522)
|
2020-10-05 10:23:32 +11:00 |
|
decomposition
|
MNT n_features_in_ consistency in decomposition (#18557)
|
2020-10-08 09:47:24 -04:00 |
|
ensemble
|
TST enable to run common test on stacking and voting estimators (#18045)
|
2020-10-08 12:05:06 +02:00 |
|
experimental
|
FEA Successive halving for faster parameter search (#13900)
|
2020-09-09 17:12:35 +02:00 |
|
externals
|
MNT Use raise from in 19 modules (#17835)
|
2020-08-25 08:57:29 +02:00 |
|
feature_extraction
|
DOC Fix documentation of default values in sklearn.feature_extraction.text.py (#18360)
|
2020-09-24 11:21:56 -04:00 |
|
feature_selection
|
FIX Passes global configuration when spawning joblib jobs (#17634)
|
2020-09-21 16:59:42 +02:00 |
|
gaussian_process
|
DOC Clarify GaussianProcessRegressor default kernel behavior (#18518)
|
2020-10-05 18:58:14 +11:00 |
|
impute
|
DOC Fix versionadded for 0.23 (#18522)
|
2020-10-05 10:23:32 +11:00 |
|
inspection
|
FIX Passes global configuration when spawning joblib jobs (#17634)
|
2020-09-21 16:59:42 +02:00 |
|
linear_model
|
MNT Remove unnecessary assignments from LogisticRegression.fit (#18539)
|
2020-10-05 22:43:38 +02:00 |
|
manifold
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
metrics
|
DOC minor update to _ranking.py (#18556)
|
2020-10-07 12:48:20 -04:00 |
|
mixture
|
Fix typo in docstring for GaussianMixture. (#17998)
|
2020-07-26 15:27:09 +02:00 |
|
model_selection
|
DOC remove irrelevant parts in _validation.py (#18548)
|
2020-10-07 08:15:40 -04:00 |
|
neighbors
|
TST Add sample order invariance to estimator_checks (#18570)
|
2020-10-08 15:02:09 +02:00 |
|
neural_network
|
TST Add sample order invariance to estimator_checks (#18570)
|
2020-10-08 15:02:09 +02:00 |
|
preprocessing
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
semi_supervised
|
DOC Fix A to uppercase in See Also docstring section (#18332)
|
2020-09-04 10:35:01 -04:00 |
|
svm
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
tests
|
MNT n_features_in_ consistency in decomposition (#18557)
|
2020-10-08 09:47:24 -04:00 |
|
tree
|
DOC Fix default values and add None to random_state in tree._classes.py (#18291)
|
2020-08-31 13:58:23 +02:00 |
|
utils
|
TST Add sample order invariance to estimator_checks (#18570)
|
2020-10-08 15:02:09 +02:00 |
|
__init__.py
|
MNT Fixed import statements (#17901)
|
2020-07-11 23:30:32 +02:00 |
|
_config.py
|
DOC Fix A to uppercase in See Also docstring section (#18332)
|
2020-09-04 10:35:01 -04:00 |
|
_distributor_init.py
|
MAINT Add _distributor_init.py (#15570)
|
2019-11-19 23:56:34 +01:00 |
|
_isotonic.pyx
|
MNT consistently call import_array() after cimport of numpy (#17054)
|
2020-04-28 12:19:52 +02:00 |
|
base.py
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
calibration.py
|
FIX Passes global configuration when spawning joblib jobs (#17634)
|
2020-09-21 16:59:42 +02:00 |
|
conftest.py
|
MNT Removed arguments from matplotlib.use() (#17774)
|
2020-07-06 22:15:10 +10:00 |
|
discriminant_analysis.py
|
FEA Allow passing custom covariance estimators to LDA (#14446)
|
2020-09-17 08:40:41 -04:00 |
|
dummy.py
|
TST Add sample order invariance to estimator_checks (#18570)
|
2020-10-08 15:02:09 +02:00 |
|
exceptions.py
|
MNT deprecate ChangedBehaviorWarning and NonBLASDotWarning (#17804)
|
2020-07-05 22:32:08 +02:00 |
|
isotonic.py
|
DOC Fix versionadded/versionchanged for 0.24 (#18312)
|
2020-09-01 10:51:01 +02:00 |
|
kernel_approximation.py
|
TST Common test preserve dtype (#18054)
|
2020-09-08 10:13:53 +02:00 |
|
kernel_ridge.py
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
multiclass.py
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
multioutput.py
|
DOC Fix version in whatsnew and docstring (#18504)
|
2020-10-01 13:02:54 +02:00 |
|
naive_bayes.py
|
DOC Fix docstring following numpydoc validation (#18322)
|
2020-09-03 16:13:11 +02:00 |
|
pipeline.py
|
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
|
2020-10-07 21:53:36 +11:00 |
|
random_projection.py
|
DOC Add None as valid option to random_state in random_projection.py (#18238)
|
2020-08-25 10:31:41 +02:00 |
|
setup.py
|
MNT removed deprecated files generation (#17132)
|
2020-05-25 17:34:17 +02:00 |