-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save/Load trained model #1
base: master
Are you sure you want to change the base?
Conversation
Check if a saved model for this link_id, direction, prediction and step exists. If it does, the saved model is loaded and it is being used to produce a prediction. If it doesn't, a new model is trained and saved for the next calls.
This folder contains the trained models
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
====================================
Coverage 0% 0%
====================================
Files 9 9
Lines 145 147 +2
====================================
- Misses 145 147 +2
Continue to review full report at Codecov.
|
Do not retrain on step change Formatted results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file 92851d0#diff-2f62178faa773e2d9d9c473f9108767f used somewhere in the code? I cannot find it.
Modified slightly the function "kStepsForward" in order to save/load a trained model.