microsoft / microsoft/FLAML

Issue a warning if early stopping happened when retraining

Open
#804 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
565
Avg merge
5d 8m
Merged PRs (30d)
17

Description

Early stopping could happen when retraining:
https://github.com/microsoft/FLAML/blob/d2bc168f3692ac41c8f13e1464a078879aa38a45/flaml/automl.py#L3393
i.e., `self._trained_estimator.params[self._trained_estimaotr.ITER_HP]` may be not equal to `self.best_config[self._trained_estimaotr.ITER_HP]`. When this happens, we should issue a warning.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.