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

[Feature Request]: Fit without validation #1404

Open
tsoernes opened this issue Feb 7, 2025 · 1 comment
Open

[Feature Request]: Fit without validation #1404

tsoernes opened this issue Feb 7, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@tsoernes
Copy link

tsoernes commented Feb 7, 2025

Is your feature request related to a problem? Please describe.

After having found optimal hyperparameters through many iterations, I want to fit the model using ALL available data. This is necessary to do with time series forecasting with Prophet in order to actually use the model in production for predicting the future afterwards.

How to do so?

Creating a Prophet library through the native library is not a valid solution since FLAML creates time features automatically behind the scenes etc.

Describe the solution you'd like

An argument to automl.fit or another method where you just have 1 iteration without validation / testing in order to produce a production model using ALL data.

Additional context

No response

@tsoernes tsoernes added the enhancement New feature or request label Feb 7, 2025
@thinkall
Copy link
Collaborator

Hi @tsoernes , please check out this doc, you can set retrain_full to True to retrain model on the full training data. And retrieve the best model like this

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

No branches or pull requests

2 participants