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

how to get model from history config? #1391

Closed
yuhorun opened this issue Dec 30, 2024 · 2 comments
Closed

how to get model from history config? #1391

yuhorun opened this issue Dec 30, 2024 · 2 comments

Comments

@yuhorun
Copy link

yuhorun commented Dec 30, 2024

When using FLAML to optimize LightGBM (LGBM) parameters, a training log called houses_experiment.log is generated, which records the optimal configuration for each iteration. How can I use the configuration from a specific past iteration to generate a model?

@thinkall
Copy link
Collaborator

thinkall commented Jan 6, 2025

Hi @yuhorun , you can use the retrain_from_log API.

@yuhorun
Copy link
Author

yuhorun commented Jan 6, 2025

Hi @yuhorun , you can use the retrain_from_log API.

thank you, this is what i want.

@yuhorun yuhorun closed this as completed Jan 6, 2025
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

No branches or pull requests

2 participants