You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ The StockerMake script combines the Stocker and helper modules into one to creat
34
34
#### Usage Example:
35
35
StockerMake APIKEY FORD MSFT --early_stop --plots
36
36
37
+
The above command will create, train, and evaluate a model for the FORD ticker. It saves a model FORD.h5 in directory ./models/ and input, loss, and prediction graphs in the directory ./plots/ for analysis.
38
+
37
39
### The Stocker Module
38
40
39
41
If you would like to use your own data pipelines as inputs, the Stocker and data helper modules can be used separately from the main script.
0 commit comments