diff --git a/README.md b/README.md index 1d2d9bb..4ede3d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Data Space -**Machine learning in data space web demo. Go to [dataspace.bengfort.com](http://dataspace.bengfort.com) for the live version.** +**Machine learning in data space web demo. Go to [skdata.space](https://skdata.space/) for the live version.** In the tradition of Tkinter SVM GUI, the purpose of this app is to demonstrate how machine learning model forms are affected by the shape of the underlying dataset. By selecting a dataset or by creating one of your own, you can fit a model to the data and see how the model would make decisions based on the data it has been trained on. Although this is a toy example, hopefully it helps give you the intuition that the machine learning process is a model selection search for the best combination of features, algorithm, and hyperparameter that generalize well in a bounded feature space. diff --git a/static/css/lib/flatly-bootstrap-4.3.1.min.css.gz b/static/css/lib/flatly-bootstrap-4.3.1.min.css.gz new file mode 100644 index 0000000..235b1c2 Binary files /dev/null and b/static/css/lib/flatly-bootstrap-4.3.1.min.css.gz differ diff --git a/static/css/lib/font-awesome-4.7.0.min.css.gz b/static/css/lib/font-awesome-4.7.0.min.css.gz new file mode 100644 index 0000000..6b2c761 Binary files /dev/null and b/static/css/lib/font-awesome-4.7.0.min.css.gz differ diff --git a/static/js/lib/bootstrap-4.1.0.min.js.gz b/static/js/lib/bootstrap-4.1.0.min.js.gz new file mode 100644 index 0000000..700f851 Binary files /dev/null and b/static/js/lib/bootstrap-4.1.0.min.js.gz differ diff --git a/static/js/lib/d3-contour.v1.min.js.gz b/static/js/lib/d3-contour.v1.min.js.gz new file mode 100644 index 0000000..d501723 Binary files /dev/null and b/static/js/lib/d3-contour.v1.min.js.gz differ diff --git a/static/js/lib/d3-fetch-1.1.2.min.js.gz b/static/js/lib/d3-fetch-1.1.2.min.js.gz new file mode 100644 index 0000000..485b22d Binary files /dev/null and b/static/js/lib/d3-fetch-1.1.2.min.js.gz differ diff --git a/static/js/lib/d3.v5.min.js.gz b/static/js/lib/d3.v5.min.js.gz new file mode 100644 index 0000000..9d6291f Binary files /dev/null and b/static/js/lib/d3.v5.min.js.gz differ diff --git a/static/js/lib/jquery-3.3.1.min.js.gz b/static/js/lib/jquery-3.3.1.min.js.gz new file mode 100644 index 0000000..da7d9b8 Binary files /dev/null and b/static/js/lib/jquery-3.3.1.min.js.gz differ diff --git a/static/js/lib/underscore-1.9.1.min.js.gz b/static/js/lib/underscore-1.9.1.min.js.gz new file mode 100644 index 0000000..5578c5b Binary files /dev/null and b/static/js/lib/underscore-1.9.1.min.js.gz differ