* Add a warning for GP Regressor if optimized hyperparameter matches one of its bounds
* pep8 fix
* Add a test and use np.isclose
* More verbose warning message
* remove print
* Ad a more precise warning and update tests
* fix warning and update tests
* fix test dims
* fix multiple dimensions test
* fix pep8
* change variable name
* add warning for GP classifier
* tests for gpc
* pep8 fix
* put the warning in a function
* add comment to warning function
* update name in gpr and gpc
* update whats_new
* update whats_new
* update whats_new
* remove merge conflict text
* add WhiteKernel
* put the log in the last version
* Add example for PairwiseKernel
* Remove empty line
* Do not return standard deviation
It is not really needed in this minimal example.
* Implement classifier example
* 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
* Initial work for WIP pull request
* First commit of full solution and new tests
* Changes from PR review
* Updated changelog and normalize_y description
* Updating v0.23.rst with upstream master
* Small update to whatsnew
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
* dropping python-3.5
* fix install guide
* fix setup.py
* fix circleci
* advanced_installation
* index.html
* readme
* pyparsing.py
* remove clean_warning_registry
* 1.13.1 and 1.19.1
* don't use 16.04
* 18.04 libatlas-dev -> libatlas-base-dev
* min pillow version for 3.6 is 4.2.1
* echo commands
* fix conflict, and 32 bit
* fix conflict for circle
* fix scikit-image version dep
* mark tests as xfail on 32bit py3.6
* move to 1.13.3 min numpy version, and simplify old code
* remove the rest of _object_dtype_isnan usages
* Revert "remove the rest of _object_dtype_isnan usages"
This reverts commit c6e867ea1f.
* fix issues raised by jeremy
* minor fix
* minor fixes mentioned by Olivier