The purpose of this document is to show how scikit-learn can be run in browser to fit PCA data and interactively transform arbitrary new samples from a user.
- copy text of index.html below
- paste it into any local directly (e.g.,
/tmp/index.html
) - open it in a browser
-
$ open /tmp/index.html
-