* accelerate plot_gradient_boosting_regularization.py example #21598
* speed up by less samples and less trees
* use train_test_split instead of slicing
* After 125, more estimators does not help the model and it improves runtime by almost 50%
* accelerate plot_ensemble_oob.py changed max_estimator to 150 with step=5
* sped up the example by reducing the number of columns and the number of iterators, along with code changes
* removed warning filter as it breaks the CI
* change in a comment
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
* fixed typo
* made code more robust as per PR comment
* applied black
* applied black
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
* Changed layer number and learning rate init to make execution of example faster
* Update plot_mnist_filters.py
* Update plot_mnist_filters.py
* Update plot_mnist_filters.py
* Update plot_mnist_filters.py
* ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by dividing by 2 parameters n_samples, n_features, rank
* Update docstring according to @ogrisel 's comment
* ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by dividing by 2 parameters n_samples, n_features, rank
* Update docstring according to @ogrisel 's comment
* Adapted the number of splits
* Update plot_learning_curve.py
* Update plot_learning_curve.py
Added ``random_state=0`` to call of ``learning_curve``
* Update plot_learning_curve.py
Added ``shuffle=True`` for ``random_state`` to make an impact
* Update examples/model_selection/plot_learning_curve.py
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
* added hole to swiss roll and expanded example
* Fixed docstring for numpydoc validation
* Changed error from original docstring.
* Added test for swiss hole
Codecov check was failing because there was no test for the addition of the swisshole. I simply expanded the original test to include it.
* Formatting
* Revert "Formatting"
This reverts commit 727505b21b.
* Revert "Added test for swiss hole"
This reverts commit ae788641f1.
* Added test for Swiss Hole
* fixed test
* added changelog
* Set random state when creating the swiss roll in exampple.
* Set random state when creating the swiss hole in exampple.
* Changed test with reccommendation
* Apply suggestions from code review of plots.
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
* Apply grammar and naming suggestions from code review
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
* Defined LLE and t-SNE acronyms at beginning
* Linting
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>