Skip to content

Save/Load trained model#1

Open
ptzenos wants to merge 6 commits into
okgreece:masterfrom
ptzenos:master
Open

Save/Load trained model#1
ptzenos wants to merge 6 commits into
okgreece:masterfrom
ptzenos:master

Conversation

@ptzenos
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
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