Commit Graph

3043 Commits

Author SHA1 Message Date
barrycg 58e8a43b60 Use r_squared instead of explained_variance in plot_ols.py (#14562) 2019-08-05 13:19:55 -04:00
Harsh Mahajan 228109cd5c MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
Harsh Mahajan 38fd24ac1e EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
mbillingr bbcd153b77 DOC fix cluster ordering in example comparing KMeans and MiniBatchKMeans (#14509) 2019-07-30 16:50:54 +02:00
Hanmin Qin df7942af77 EXA Add an example about how to obtain the support vectors in… (#14355) 2019-07-25 23:51:10 +02:00
Sourav Singh f8e4cc495a ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
Ruth Waithera b4f2bf4bf8 Avoid convergence warning in plot_grid_search_refit_callable (#14143) 2019-07-18 13:30:20 -04:00
Hanmin Qin d1f58339b5 EXA Show the advantage of PCA in plot_digits_pipe.py (#14348) 2019-07-18 14:15:47 +02:00
Thomas J Fan dc9955b5d4 [MRG] Adds multiclass ROC AUC (#12789) 2019-07-17 16:45:27 -04:00
Thomas J Fan d1c52f402c [MRG] Adds Permutation Importance (#13146)
* ENH Adds files

* ENH Adds permutation importance

* RFC Better names

* STY Flake8

* ENH: Adds inspect module

* DOC Adds pre_dispatch

* DOC Adds permutation importance example

* Trigger CI

* BLD Adds inspect to configuration

* RFC Update to only inspect fitted model

* RFC Removes parameters

* ENH: Adds pandas support

* STY Flake8

* DOC Adds new permutation importance example

* ENH Renames module to model_inspection

* DOC Fix links

* DOC Fixes image link

* DOC Fixes image link

* DOC Spelling

* DOC

* TST Fix keyword

* Rework RF Imp vs Perm Imp example (#4)

* WIP

* WIP

* WIP

* DOC Adds multcollinear features example

* WIP

* DOC: Clean up docs

* TST Adds tests for strings

* STY Indent correction

* WIP

* ENH Uses check_X_y

* TST Adds test with strings

* STY Fix

* TST Adds column transformer to test

* CLN Address comments

* CLN Removes import

* TST Adds test with nan

* CLN Removes import

* ENH Parallel

* DOC comments

* ENH Better handling of pandas

* ENH Clear checking of pandas dataframe

* STY Formatting

* ENH Copies in parallel helper

* DOC Adds comments

* BUG Fix copying

* BUG Fix for pandas

* BUG Fix for pandas

* REV

* BLD Trigger CI

* BUG Fix

* BUG Fix

* TST Does this work

* BUG Fixes test

* BUG Fixes test

* BUG Fix

* BUG Fix

* BUG Fix

* STY Fix

* TST Fix

* TST Fix segfault

* CLN Address comments

* CLN Address comments

* ENH Returns a bunch

* STY Flake8

* CLN Renames bunch key

* DOC Updates api

* DOC Updates api

* TST Adds permutation test with linear_regression

* DOC update

* DOC Fix label cutoff

* CLN Address comments

* TST Adds test for random_state effect

* DOC Adds permutation importance

* DOC Adds ogrisel suggestion

* DOC Address guillaumes comments

* DOC Address andreas comments

* DOC Update
2019-07-17 13:16:00 -04:00
Tilen Kusterle a8efe00876 EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
Archana Alva 40b2a6c7e3 EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
Timsaur 3c3a3b6e88 changed hyperparameter n_iter from 20 to 10 (#14342) 2019-07-13 17:14:25 -05:00
Jon Cusick 9f84658efb DOC Include `use_line_collection` argument (#14326) 2019-07-13 11:35:05 -05:00
Hanmin Qin 272d454938 EXA Use dataset name instead of dataset id in plot_column_transformer_mixed_types (#14319) 2019-07-13 12:18:46 +02:00
Guillaume Lemaitre ecea98f9c9 [MRG] DOC fix typo in ColumnTransformer example (#14313)
* DOC fix typo in ColumnTransformer example
2019-07-12 21:32:26 +02:00
Thomas J Fan cf3e303be6 EHN Add pandas dataframe support to fetch_openml (#13902) 2019-07-12 18:05:59 +02:00
Nicolas Hug 0eaaeafd1b EHN Fast PDPs for histogram-based GBDT (#13769) 2019-07-11 14:52:55 +02:00
Adrin Jalali 7b8cbc875b ENH add a `transform_max_iter` to `SparseCoder`, `DictionaryLearning`, and `MiniBatchDictionaryLearning` (#12682) 2019-07-08 16:10:29 -05:00
blackd0t 06f662600e DOC remove ConvergenceWarning in plot_missing_values (#14148) 2019-07-02 14:32:12 +02:00
blackd0t cee79b05b8 DOC remove matplotlib warnings in plot_nca_illustration.py (#14151) 2019-07-02 14:25:29 +02:00
Kirill Dolmatov faa940608b EXA Better joblib caching in plot_compare_reduction.py (#14113) 2019-07-02 10:05:28 +02:00
Kennedy Kang'ethe 5310b87288 DOC Fix "Variables are collinear" warning in plots_lle_digits (#14162) 2019-07-01 11:23:53 +02:00
Gideon Sonoiya c97727e8c8 DOC remove liblinear ConvergenceWarning from plot_column_transformer (#14166) 2019-07-01 11:21:47 +02:00
Reza Gharibi 3ab22f973f [MRG] Fix overlapped plot in the ICA example (#14213) 2019-06-28 10:45:15 -07:00
MaggieChege 6c56316e73 DOC Fix divide by zero warning (#14147) 2019-06-26 21:10:07 +10:00
Kennedy Kang'ethe 1dc7b1d84a DOC Add use_line_collection=True to plt.stem to remove warning (#14146) 2019-06-25 16:12:08 +02:00
Martin Oywa 24d4b2c2f3 EXA Fixed Convergence Warnings On MLP Training Curves (#14144)
* fix convergence warnings

* fix convergence warnings

* PEP8

* PEP8

* Fix Convergence Warning by changing the Optimization Algorithm

* PEP8

* Fixed Future Warnings by explicitly defining n_estimators.

* PEP8

* deleted all

* Fixed Convergence Warnings

* removed changes on unrelated examples

* add comment and with statement

* PEP8

* context manager fix

* fixed indentation

* PEP8

* flake8
2019-06-24 23:55:41 +03:00
Abraham K. Lagat a717619b8b EXA more color blind friendly colors in plot_map_data_to_normal.py (#wimlds) (#14173) 2019-06-24 16:32:35 +02:00
Kennedy Kang'ethe f41cd1e856 EXA Use n_quantiles=500 in plot_map_data_to_normal.py (#14149)
in order to fix warnings
2019-06-24 13:21:44 +02:00
Cathy 55a7752f2e EXA remove warnings by setting n_quantiles in plot_transformed_target (#14156) 2019-06-24 11:49:14 +02:00
Martin Oywa 9bdcf25fda EXA Fixed Convergence Warnings by changing solver to 'lbfgs' in plot_mlp_alpha.py (#14158) 2019-06-23 22:51:12 +08:00
Martin Oywa 59612a22b3 DOC Fixed Future Warnings by explicitly defining n_estimators = 100 in for the Regressor. (#14159) 2019-06-22 18:03:37 -04:00
Abraham K. Lagat a31676b948 EXA Readability of plot_isotonic_regression.py for color blind persons (#14154) 2019-06-22 13:03:29 -07:00
Johann Faouzi d710f73096 DOC Fix suptitle in LDA_QDA example (#14130) 2019-06-22 09:07:43 -07:00
H4dr1en b28aadf6ef Added fit and score times for learning_curve (#13938) 2019-06-14 14:34:26 -04:00
Roman Yurchak 3ec339a58f Added colorblind compatibility (#14091) 2019-06-14 17:38:18 +02:00
loopyme 8342548ae1 EXA Remove useless sections in omp example (#14019) 2019-06-11 12:21:23 +02:00
Guillaume Lemaitre 9adba491a2 [MRG] DEP change the default of cv and n_splits (#13839) 2019-05-29 23:39:20 +10:00
Guillaume Lemaitre 9328581ec5
FIX use CD solver in face decomposition to use postive parameter (#13975) 2019-05-29 15:05:02 +02:00
Guillaume Lemaitre 9ee164baa3 [MRG] DEP remove legacy mode from OneHotEncoder (#13855) 2019-05-29 21:03:29 +10:00
Guillaume Lemaitre a98db9a4d6
DEP change default and deprecate normalize_components in SparsePCA (#13838) 2019-05-29 12:06:50 +02:00
Guillaume Lemaitre c28ef9ef2a DEP change the default of multi_class to 'auto' in logistic regression (#13807) 2019-05-22 09:57:15 -04:00
Guillaume Lemaitre 778b11904e [MRG] DEP remove threshold_, change contamination, deprecate behaviour in iforest (#13811) 2019-05-22 12:41:47 +10:00
c56pony 57c04f4e8d ENH Allows setting of initial hyperparameters for BayesianRidge (#13618) 2019-05-22 11:36:30 +10:00
Guillaume Lemaitre af4247b152 DEP remove utilities related to mldata (#13798) 2019-05-21 18:37:09 +10:00
Hanmin Qin a300e7c0cd EXA Avoid overlapping subplots in plot_kernel_pca.py (#13870) 2019-05-13 11:22:31 -07:00
Guillaume Lemaitre 8a8e21b2a3 MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08:00
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
Stéphane Couvreur 7166ae8ece MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10:00