5. Python example using scikit-learn and the Iris dataset import numpy as np import matplotlib.pyplot as plt from sklearn import datasets from sklearn.decomposition import PCA import pandas as pd from sklearn.preprocessing import StandardScaler plt.style.use('ggplot')# ...
To generate a local copy +of the documentation from a clone of this repository, just run `python setup.py build_sphinx`, which will build the documentation and place it +under the `build/sphinx/html` path. + +The reStructuredText files that make up the documentation are stored in the [...