The comment in a few example plots refer to "the mesh [x_min, m_max] x [y_min, y_max]" when it should be "x_max". Also fixed the spacing in plot_random_forest_embedding.py `[x_min, x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply with the coding style of other files with similar code (like those in the current pull request). |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_mlp_alpha.py | ||
| plot_mlp_training_curves.py | ||
| plot_mnist_filters.py | ||
| plot_rbm_logistic_classification.py | ||
README.txt
.. _neural_network_examples: Neural Networks ----------------------- Examples concerning the :mod:`sklearn.neural_network` module.