Commit Graph

6 Commits

Author SHA1 Message Date
Thomas J. Fan 25d9951d90
[MRG] ENH Does not overwrite ylabel in partial dependence if present (#15776) 2020-07-29 15:48:45 +02:00
Madhura Jayaratne 45a6ef7b72
FEA Add support for Individual Conditional Expectation (ICE) plots (#16619) 2020-06-15 13:44:44 +02:00
Nicolas Hug ac8cbb3799
[MRG] More deprecation for 0.24 (#17142)
* normalize_components in sparsePCA

* changed default strategy of Dummy to prior and removed outputs_2d ttribute

* removed usage of None to drop estimator in ensemble and behaviour param of IsolationForest

* remove support for drop=None in Voting

* removed some warning decorators

* remove feature_extraction.extract_patches

* removed VectorizerMixin and copy parameter from TFIDFVectorizer

* kernel.set_params now raises attributeerror

* removed fig from plot_partial_dependence

* removed iid parameter of search estimators

* removed brier_scorer

* raise error in split when shuffle is False and random_state is not None

* removed MultiOutputEstimator

* removed base classes of NaiveBayes

* removed drop from pipeline

* removed utils in random_projection

* removed presort and classes_ in trees

* flake8

* fixed some tests

* flake

* fixed docstring

* fixed other one

* some left

* mmmm
2020-05-20 16:04:14 -04:00
Lucy Liu 049d71b070
TST Replace boston dataset in test_plot_partial_dependence (#17144)
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
2020-05-20 14:51:01 +02:00
Nicolas Hug b4757f7fe5
ENH add vlines_ attribute to PDP Display to hide deciles (#15785) 2020-04-19 23:28:07 +02:00
Guillaume Lemaitre d4a3ac4252
MAINT split partial dependence and visualization (#16453) 2020-02-18 21:05:14 +11:00