modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Early Stopping Options default to present #111

Open isabella opened 2 years ago

isabella commented 2 years ago

Currently, if you omit early stopping options, they are assumed to be None. Preferably, we automatically perform early_stopping but this requires disambiguating between None and key missing in the config. Related to this issue here: https://github.com/serde-rs/serde/issues/984

This has to be supported across training from the config file and the language libraries.