-
Notifications
You must be signed in to change notification settings - Fork 60
Model parameters and pickle generation, reloading of model pickle #512
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
Model parameters and pickle generation, reloading of model pickle #512
Conversation
|
📌 Cov diff with main: No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
|
📌 Cov diff with main: No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
ahosler
left a comment
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.
This is awesome! Ran a few tests, and saw that the time to complete analysis goes down orders of magnitude using the previous output. Customers will love this
codeloop
left a comment
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.
LGTM
To generate model_parameters.json, in yaml spec
generate_model_parameters = Trueshould be givenTo generate pickles, in yaml spec
generate_model_pickle = Trueshould be givenTo reload pickle, in yaml spec path to previous output directory should be given where pickle should be present
previous_output_dir = /results/..For Neural prophet we are generating 2 pickles model.pkl, trainer.pkl
Sample model_parameters.json:
model_params_neuralprophet.json
model_params_autots.json
model_params_automlx.json
model_params_arima.json
model_params_prophet.json