Skip to content

Commit 11f7194

Browse files
authored
Update README.md
1 parent 44f3248 commit 11f7194

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ https://www.youtube.com/embed/o0ix881crP8
55
## Demo ##
66
http://www.simplifai.mx:8012/
77
### How to Use ###
8-
Open the demo link and click on the start button.
9-
Download the human resources example CSV and take a look at it. You should see the format which consists of the first row being the headers (name of the columns) and the rest of the rows are just the data. One final detail to notice is that the column we want the model to predict is prefixed by "output_" (TODO add a more friendly way of doing this).
10-
So going back to the browser, upload the HR file and click continue. You'll see all the columns parsed and ready to be trained on.
11-
Click on continue and the training will start. After a few minutes training will be done and you'll be redirected to the infer site (Enable pop-ups on your browser). There you can now use the trained model.
8+
* Open the demo link and click on the start button.
9+
* Download the human resources example CSV and take a look at it. You should see the format which consists of the first row being the headers (name of the columns) and the rest of the rows are just the data. One final detail to notice is that the column we want the model to predict is prefixed by "output_" (TODO add a more friendly way of doing this).
10+
* Back on the browser, upload the HR file and click continue. You'll see all the columns parsed and ready to be trained on.
11+
* Click on continue and the training will start. After a few minutes training will be done and you'll be redirected to the infer site (Enable pop-ups on your browser).
12+
* Once the model is trained, you can use it on the site for individual examples, or on Google Spreadsheets.
1213

1314

1415
## Overview ##

0 commit comments

Comments
 (0)