| .. |
|
__check_build
|
MAINT Use cython language_level=3 directive (#12873)
|
2019-02-28 18:45:15 +01:00 |
|
_build_utils
|
MNT remove __future__ imports (#12791)
|
2019-02-02 22:05:06 +08:00 |
|
cluster
|
MNT Redundant code in optics (#13462)
|
2019-03-18 18:54:56 +08:00 |
|
compose
|
MNT Warns when reference can not be found. (#13365)
|
2019-03-03 16:26:18 +01:00 |
|
covariance
|
ENH Enable the "sufficient stats" mode of LARS (#11699)
|
2019-03-06 08:06:47 +01:00 |
|
cross_decomposition
|
API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157)
|
2019-03-15 17:47:50 +08:00 |
|
datasets
|
MNT Alternative sub-module displayed in warning msg of fetch_mldata/mldata_filename (#13426)
|
2019-03-10 08:54:53 +08:00 |
|
decomposition
|
Don't use global np.random.seed in tests (#13356)
|
2019-03-02 08:46:23 +01:00 |
|
ensemble
|
ENH iforest's score_samples uses chunks for fixed-memory computation (#13283)
|
2019-03-18 21:06:09 +11:00 |
|
externals
|
MAINT Updating _arff.py to v2.4.0 (#13109)
|
2019-02-08 08:52:18 +01:00 |
|
feature_extraction
|
MNT be more friendly in the deprecation warning of cv=3 (#13395)
|
2019-03-05 19:28:34 +01:00 |
|
feature_selection
|
MNT be more friendly in the deprecation warning of cv=3 (#13395)
|
2019-03-05 19:28:34 +01:00 |
|
gaussian_process
|
API: Estimator tags (#8022)
|
2019-02-23 22:54:41 +01:00 |
|
linear_model
|
API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157)
|
2019-03-15 17:47:50 +08:00 |
|
manifold
|
[MRG+1] Use astype(.., copy=False) when possible (#11973)
|
2019-03-01 11:07:10 +01:00 |
|
metrics
|
DOC Make scoring metric info uniform across scikit-learn (#13449)
|
2019-03-17 20:31:28 +11:00 |
|
mixture
|
[MRG] Fix GaussianMixture fit_predict != fit.predict when n_init > 1 (#13142)
|
2019-02-25 07:57:35 +01:00 |
|
model_selection
|
DOC Make scoring metric info uniform across scikit-learn (#13449)
|
2019-03-17 20:31:28 +11:00 |
|
neighbors
|
MNT be more friendly in the deprecation warning of cv=3 (#13395)
|
2019-03-05 19:28:34 +01:00 |
|
neural_network
|
API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157)
|
2019-03-15 17:47:50 +08:00 |
|
preprocessing
|
DOC Fix docstring of quantile_transform function (#13471)
|
2019-03-19 10:29:01 +08:00 |
|
semi_supervised
|
DOC Label Spreading clumping factor must be in (0, 1) (#13015)
|
2019-01-19 21:43:59 +11:00 |
|
svm
|
DOC more detailed note on SVC and SVR scalability (#13209)
|
2019-03-11 21:50:32 +08:00 |
|
tests
|
ENH adding length function to pipeline.py (#13439)
|
2019-03-16 16:34:14 +01:00 |
|
tree
|
[MRG+1] Use astype(.., copy=False) when possible (#11973)
|
2019-03-01 11:07:10 +01:00 |
|
utils
|
DOC: add to docstring that check_array does not check for np.inf for object dtype (#13348)
|
2019-03-04 08:18:05 +01:00 |
|
__init__.py
|
MAINT: Fix OpenMP runtime error on mac (#13294)
|
2019-02-27 17:25:46 +01:00 |
|
_config.py
|
[MRG] Add pprint for estimators - continued (#11705)
|
2018-12-19 23:48:21 -05:00 |
|
_isotonic.pyx
|
MAINT Use cython language_level=3 directive (#12873)
|
2019-02-28 18:45:15 +01:00 |
|
base.py
|
DOC Typo metric.make_scorer -> metrics.make_scorer
|
2019-03-15 20:42:59 +08:00 |
|
calibration.py
|
DOC Formatting issue in calibration_curve
|
2019-02-08 20:47:50 +08:00 |
|
discriminant_analysis.py
|
[MRG+2] Fix LDA predict_proba() (#11796)
|
2019-03-07 17:44:17 +01:00 |
|
dummy.py
|
BUG: force output dtype of DummyClassifier's predict_proba when strategy is stratified (#13266)
|
2019-02-26 17:52:28 +01:00 |
|
exceptions.py
|
Compatibility with python 3.7.0b5 #11224 (#11256)
|
2018-06-14 09:27:33 +02:00 |
|
impute.py
|
Check arguments of `MissingIndicator` imputer when handling sparse arrays (#13240)
|
2019-02-26 15:15:29 +01:00 |
|
isotonic.py
|
FIX: make sure int32 is casted to float64 in isotonic regression (#13300)
|
2019-02-28 14:47:13 +01:00 |
|
kernel_approximation.py
|
API: Estimator tags (#8022)
|
2019-02-23 22:54:41 +01:00 |
|
kernel_ridge.py
|
API: Estimator tags (#8022)
|
2019-02-23 22:54:41 +01:00 |
|
multiclass.py
|
API: Estimator tags (#8022)
|
2019-02-23 22:54:41 +01:00 |
|
multioutput.py
|
API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157)
|
2019-03-15 17:47:50 +08:00 |
|
naive_bayes.py
|
[MRG+1] Use astype(.., copy=False) when possible (#11973)
|
2019-03-01 11:07:10 +01:00 |
|
pipeline.py
|
ENH adding length function to pipeline.py (#13439)
|
2019-03-16 16:34:14 +01:00 |
|
random_projection.py
|
Don't use global np.random.seed in tests (#13356)
|
2019-03-02 08:46:23 +01:00 |
|
setup.py
|
[MRG] MNT Cblas to scipy cython blas in liblinear and remove bundled cblas (#13203)
|
2019-02-21 19:44:05 +01:00 |