Skip to content

Commit

Permalink
Caches javascript and css dependencies
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
bbengfort committed Dec 10, 2019
1 parent 22a5f90 commit 5b17742
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Binary file added static/css/lib/flatly-bootstrap-4.3.1.min.css.gz
Binary file not shown.
Binary file added static/css/lib/font-awesome-4.7.0.min.css.gz
Binary file not shown.
Binary file added static/js/lib/bootstrap-4.1.0.min.js.gz
Binary file not shown.
Binary file added static/js/lib/d3-contour.v1.min.js.gz
Binary file not shown.
Binary file added static/js/lib/d3-fetch-1.1.2.min.js.gz
Binary file not shown.
Binary file added static/js/lib/d3.v5.min.js.gz
Binary file not shown.
Binary file added static/js/lib/jquery-3.3.1.min.js.gz
Binary file not shown.
Binary file added static/js/lib/underscore-1.9.1.min.js.gz
Binary file not shown.

0 comments on commit 5b17742

Please sign in to comment.