File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Dash abstracts away all of the technologies and protocols required to build an i
66
77Try out the [ demo app here] ( https://dash-svm.plot.ly/ ) .
88
9- ![ animated1 ] ( images/animated1.gif )
9+ ![ alt text ] ( images/screenshot.png " Screenshot " )
1010
1111
1212## Getting Started
@@ -32,8 +32,8 @@ source venv/bin/activate
3232
3333Clone the git repo, then install the requirements with pip
3434```
35- git clone https://github.com/plotly/dash-svm.git
36- cd dash-svm
35+ git clone https://github.com/plotly/dash-sample-apps/apps/dash- svm.git
36+ cd dash-sample-apps/apps/dash- svm
3737pip install -r requirements.txt
3838```
3939
@@ -62,8 +62,8 @@ An SVM is a popular Machine Learning model used in many different fields. You ca
6262
6363* ** Xing Han Lu** - * Initial Work* - [ @xhlulu ] ( https://github.com/xhlulu )
6464* ** Matthew Chan** - * Code Review* - [ @matthewchan15 ] ( https://github.com/matthewchan15 )
65-
66- See also the list of [ contributors ] ( https://github.com/plotly/dash-svm/contributors ) who participated in this project.
65+ * ** Yunke Xiao ** - * Redesign * - [ @ YunkXiao ] ( https://github.com/YunkeXiao )
66+ * ** celinehuang ** - * Code Review * - [ @ celinehuang ] ( https://github.com/celinehuang )
6767
6868
6969## Acknowledgments
Original file line number Diff line number Diff line change 441441
442442/* Remove Undo
443443–––––––––––––––––––––––––––––––––––––––––––––––––– */
444- ._dash-undo-redo {
445- display : none;
446- }
447-
448444# graph-line-roc-curve .modebar , # graph-pie-confusion-matrix .modebar {
449445 display : none;
450446}
You can’t perform that action at this time.
0 commit comments