Milestone Project 3: Function That Retrains Model After Making Prediction #327
Unanswered
wanderduck
asked this question in
Q&A
Replies: 1 comment
-
Hey @wanderduck, In pseudo-code this might like something like:
You could have a function doing each of these steps. E.g. one for the original trained model, one for updating the dataset and one for retraining a model with another dataset. Then step through each of the functions for as many steps as you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could someone walk me through or give me some hints at what exactly would need to be done to make a function that not only makes a future prediction, but also retrains the model with the prediction data? For whatever reason I'm having trouble wrapping my brain around the problem and how to go about solving it.
For reference this is a suggested side project in the model 9 section of the milestone project 3 where you are predicting bitcoin's price.
Beta Was this translation helpful? Give feedback.
All reactions