* Modify plot_gpc_xor.py for matplotlib v2 comp Add edgecolors option in scatter plot Issue: #8364 * Modify plot_gpr_noisy.py for matplotlib v2 comp Add edgecolors option in scatter plot Issue: #8364 * Modify plot_gpr_prior_posterior for matplotlibv2 Add edgecolors attribute in scatter plot Issue: #8364 * Modify plot_gpc.py for matplotlib v2 comp Add edgecolors attribute in scatter plot. Issue: #8364 * Modify plot_gpr_noisy.py to remove flake8 error Modify file to pass travis build * Cosmetic change in plot_gpr_prior_posterior Reduce `alpha` for better plot. Issue: #8364 * Modify plot_gpr_noisy.py for better visualization Modify colorbar in contour plot. Issue: #8364 |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_compare_gpr_krr.py | ||
| plot_gpc.py | ||
| plot_gpc_iris.py | ||
| plot_gpc_isoprobability.py | ||
| plot_gpc_xor.py | ||
| plot_gpr_co2.py | ||
| plot_gpr_noisy.py | ||
| plot_gpr_noisy_targets.py | ||
| plot_gpr_prior_posterior.py | ||
README.txt
.. _gaussian_process_examples: Gaussian Process for Machine Learning ------------------------------------- Examples concerning the :mod:`sklearn.gaussian_process` module.