David Breuer
|
c393bdc6dd
|
EXA/MAINT Simplify code in manifold learning example (#15949)
|
2019-12-26 13:02:31 +01:00 |
Alexandre Gramfort
|
f65cdf2d5e
|
DOC change logreg solver in plot_logistic_path (#15927)
|
2019-12-23 11:29:47 +01:00 |
Ritchie Ng
|
613a3338f3
|
DOC/EXA Correct spelling of "Classification" (#15938)
|
2019-12-20 09:34:58 +01:00 |
Brian Wignall
|
0e10b3a3cb
|
DOC Fix typos, via a Levenshtein-style corrector (#15923)
|
2019-12-19 16:26:02 -08:00 |
Loïc Estève
|
a4db10152b
|
EXA Minor fixes in plot_sparse_logistic_regression_20newsgroups.py (#15925)
|
2019-12-20 07:52:06 +11:00 |
Olivier Grisel
|
a83b8e0d48
|
DOC Fix yticklabels order in permutation importances example (#15799)
* Fix yticklabels order in permutation importances example
* Trigger ci
|
2019-12-05 23:39:18 +01:00 |
Brian Wignall
|
c4733f4895
|
MNT Fix some easy-to-make typos (#15720)
|
2019-11-26 06:31:40 -06:00 |
Hanmin Qin
|
fc46a13d57
|
DOC Wrong statement in release highlight (#15704)
|
2019-11-25 03:38:33 -06:00 |
Chiara Marmo
|
0c2da0cb48
|
DOC Fix various sphinx warnings. (#15692)
|
2019-11-21 18:34:16 -05:00 |
Yu-Hang "Maxin" Tang
|
8360786895
|
ENH Allowing Gaussian process kernels on structured data (#15557)
|
2019-11-15 16:07:36 -08:00 |
Nicolas Hug
|
d5bd4e6a58
|
DOC mention other plotting utilities in highlights (#15569)
|
2019-11-15 04:46:19 -06:00 |
Thomas J Fan
|
e650a207ef
|
ENH Adds plot_confusion matrix (#15083)
|
2019-11-14 14:43:54 +01:00 |
Eunseop Jeong
|
2fdfd9e96d
|
DOC fix elapsed time in StackingRegressor example (#15607)
|
2019-11-12 07:59:57 +01:00 |
Thomas J Fan
|
968252dfb4
|
FEA Adds plot_precision_recall_curve (#14936)
|
2019-11-10 20:54:35 -06:00 |
Nicolas Hug
|
faaeba4e0f
|
DOC Release highlights order (#15552)
|
2019-11-08 09:31:50 +11:00 |
Guillaume Lemaitre
|
2e881f5d35
|
ENH get column names by default in PDP when passing data… (#15429)
|
2019-11-07 16:38:55 -05:00 |
Adrin Jalali
|
d62d59f780
|
DOC highlights: ROC AUC supports multiclass (#15430)
|
2019-11-05 09:05:04 +01:00 |
Victor Luzgin
|
538fa63cc3
|
MNT use train_test_spkit in example (#15411)
|
2019-11-04 09:48:36 -05:00 |
Tirth Patel
|
0a80ee9ecd
|
[DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (#15423)
|
2019-11-01 06:55:18 +11:00 |
Adrin Jalali
|
1b20d0ac85
|
DOC highlights: parametrize_with_checks (#15424)
|
2019-11-01 06:31:01 +11:00 |
Adrin Jalali
|
be027e0b31
|
DOC highlights: stacking estimators (#15414)
* stacking estimators
* cleanup a line
* user guide
* apply thomas's suggestions
* apply suggestions
* use --upgrade instead
|
2019-10-31 19:48:24 +01:00 |
Adrin Jalali
|
6c52a247d1
|
DOC highlights: KNNImputer and nan_euclidean_distances (#15416)
* knnimputer and nan_euclidean_disntace
* user guide
* single quote issue
* apply suggestions
|
2019-10-31 19:48:09 +01:00 |
Guillaume Lemaitre
|
7ea7861482
|
ENH Add support for dataframe in PDP (#14028)
|
2019-10-31 12:24:39 -04:00 |
Olivier Grisel
|
be6bf6902c
|
EXA Show how to clean-up joblib cache in examples (#15395)
|
2019-10-29 20:28:07 +01:00 |
Timsaur
|
546c42d3a0
|
DOC improving plot_digits_pipe.py by adjusting parameters and making the graph more clear (#14346)
* changed hyperparameter n_iter from 20 to 10
* hyperparameter tuning
* REV Revert
* improved graph
* Review comments
|
2019-10-29 11:10:33 +01:00 |
Thomas J Fan
|
4d749ea490
|
CLN Uses public API instead of deprecated modules in examples (#15390)
|
2019-10-29 10:59:02 +08:00 |
Nicolas Hug
|
b92455a6b2
|
MAINT Deprecate all of utils.testing except all_estimators (#15367)
|
2019-10-28 17:28:56 +01:00 |
Thomas J Fan
|
5756a9934b
|
MNT Make modules private in decomposition (#15344)
|
2019-10-28 22:46:16 +08:00 |
Thomas J Fan
|
4a95e33e63
|
MNT Make modules private in sklearn.datasets (#15307)
|
2019-10-27 17:17:23 -04:00 |
Thomas J Fan
|
74621868d8
|
[MRG] ENH Only places ylabel on the left most plot in plot_partial_dependence (#15339)
|
2019-10-25 08:08:20 +11:00 |
Thomas J Fan
|
ca08cd5016
|
DOC Fix broken link in plot_map_data_to_normal (#15347)
|
2019-10-23 22:12:33 -04:00 |
Thomas J Fan
|
0a7adef005
|
MNT Make modules private in linear_model (#15324)
|
2019-10-23 15:34:26 +02:00 |
Thomas J Fan
|
9b0d02d429
|
MNT Uses public modules instead of deprecated modules in examples (#15296)
|
2019-10-21 09:56:55 +08:00 |
smujjiga
|
ab4089edc9
|
EXA Fix order of arguments in classification_report (#15279)
|
2019-10-21 00:06:30 +02:00 |
Thomas J Fan
|
19a473e77d
|
[MRG] DOC Lines up features in permutation importance example (#15292)
|
2019-10-19 23:30:23 +11:00 |
Nicolas Hug
|
5c5635feb7
|
MNT make files private in sklearn.svm (#15165)
|
2019-10-18 16:18:33 -04:00 |
Thomas J Fan
|
5b8c367b7a
|
DOC Adds currentmodule into release highlights (#15267)
|
2019-10-16 14:00:42 +02:00 |
Tom Dupré la Tour
|
94366b8319
|
DOC add precomputed sparse nearest neighbors graph in release… (#15168)
|
2019-10-15 22:14:31 -04:00 |
Nicolas Hug
|
14295f9ceb
|
MNT make files private for cluster module (#14948)
|
2019-10-14 12:29:08 -04:00 |
Nicolas Hug
|
cd3d502de0
|
DOC Release Highlights for 0.22 (#14846)
|
2019-10-08 14:23:19 +11:00 |
Chiara Marmo
|
871b251623
|
DOC Sphinx Unexpected unindent warnings (#15130)
|
2019-10-04 10:56:32 -04:00 |
Scott Sievert
|
7cb5dafebb
|
FEA Implements log-uniform random variable (#11232)
|
2019-10-02 13:56:24 +02:00 |
Rok Mihevc
|
5e4b2757d6
|
TST Adding multi-output checks to common tests (#13392)
|
2019-10-01 14:20:11 +02:00 |
Adrin Jalali
|
7a48b6754d
|
DOC fix the odd rendering of the section title in `plot_compar… (#15101)
|
2019-09-28 23:04:28 +02:00 |
Chiara Marmo
|
6bd8df099f
|
DOC Fix warnings about references and links (#14976)
|
2019-09-23 11:49:08 -04:00 |
Adrin Jalali
|
f7a987ab53
|
DOC adds a random seed to plot_permutation_importance example (#15058)
|
2019-09-23 11:11:12 -04:00 |
Thomas J Fan
|
97185ecd3e
|
FEA Adds Plotting API to Partial Dependence (#14646)
|
2019-09-20 11:03:00 +02:00 |
Tom Dupré la Tour
|
f8a3f4b901
|
DOC fix link to examples in nearest neighbors doc
|
2019-09-19 10:36:45 -07:00 |
Guillaume Lemaitre
|
bab5926024
|
FEA: Stacking estimator for classification and regression (#11047)
|
2019-09-19 06:06:33 +10:00 |
m-clare
|
6680bffb15
|
DOC Reorganize plot_nca_illustration example into subsections (#14795)
|
2019-09-18 14:36:30 -04:00 |