Skip to content

Conversation

@govarsha
Copy link
Contributor

@govarsha govarsha commented Jan 3, 2024

  • Added generation of model_paramters.json and model pickle
  • Added support to take given model pickle and reload the model to generate outputs on it.

To generate model_parameters.json, in yaml spec generate_model_parameters = True should be given
To generate pickles, in yaml spec generate_model_pickle = True should be given
To 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

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 3, 2024
@govarsha govarsha changed the title Feature/forecast v2 model parameters Model paramters and pickle generation, reloading of model pickle Jan 3, 2024
@govarsha govarsha changed the title Model paramters and pickle generation, reloading of model pickle Model parameters and pickle generation, reloading of model pickle Jan 3, 2024
@github-actions
Copy link

github-actions bot commented Jan 3, 2024

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.59%

@github-actions
Copy link

github-actions bot commented Jan 4, 2024

📌 Cov diff with main:

No success to gather report. 😿

📌 Overall coverage:

No success to gather report. 😿

@github-actions
Copy link

github-actions bot commented Jan 4, 2024

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.58%

@github-actions
Copy link

github-actions bot commented Jan 5, 2024

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.58%

@github-actions
Copy link

github-actions bot commented Jan 5, 2024

📌 Cov diff with main:

No success to gather report. 😿

📌 Overall coverage:

No success to gather report. 😿

@github-actions
Copy link

github-actions bot commented Jan 5, 2024

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.57%

@github-actions
Copy link

github-actions bot commented Jan 5, 2024

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.57%

Copy link
Member

@ahosler ahosler left a 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

@github-actions
Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-23.55%

Copy link
Member

@codeloop codeloop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ahosler ahosler merged commit 4afe3c7 into feature/forecast_v2 Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants