Dlux804 / McQuade-Chem-ML

Development of easy to use and reproducible ML scripts for chemistry.
5 stars 1 forks source link

sklearn Callbacks #32

Closed qle2 closed 4 years ago

qle2 commented 4 years ago

Is your feature request related to a problem? Please describe. Right now, we don't have callbacks implemented into our machine learning workflow. Callbacks are essential as it gives us more information and control over the training process.

Describe the solution you'd like Create callbacks and add it into the Bayesian Optimization.

Describe alternatives you've considered Figure out a way to use skopt's callback functions

Additional context https://www.kdnuggets.com/2019/08/keras-callbacks-explained-three-minutes.html https://scikit-optimize.github.io/stable/modules/classes.html#module-skopt.callbacks

Dlux804 commented 4 years ago

Changed name to disambiguate from callbacks used in Tensorflow, which will have its own ticket.

qle2 commented 4 years ago

Done in Pull Request #47