Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Save/Load trained model #1

wants to merge 6 commits into from

Conversation

ptzenos
Copy link

@ptzenos ptzenos commented Aug 27, 2017

Modified slightly the function "kStepsForward" in order to save/load a trained model.

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-io
Copy link

codecov-io commented Aug 27, 2017

Codecov Report

Merging #1 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master    #1   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           9     9           
  Lines         145   147    +2     
====================================
- Misses        145   147    +2
Impacted Files Coverage Δ
R/kStepsForward.R 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc9dfa3...f7822de. Read the comment docs.

Copy link
Member

@skarampatakis skarampatakis left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants