tpot icon indicating copy to clipboard operation
tpot copied to clipboard

Add Callbacks for logging and/or performing custom operations after every generation

Open weixuanfu opened this issue 7 years ago • 4 comments

Similar to Keras's “callbacks”— we need add a class that can access the training state after every training iteration for better logging and/or performing custom operations after every generation during TPOT optimization. This class is related to a few features in current version (0.9.2) of TPOT (e.g. early stopping and verbosity in general).

Related issue #667

weixuanfu avatar Mar 26 '18 13:03 weixuanfu

Looking forward to this in TPOT. I think it will clean up the interface quite a bit.

rhiever avatar Mar 28 '18 18:03 rhiever

This would be a great feature, e.g., for MLflow to track metrics across generations. What would be required to implement this?

MarkusShepherd avatar Aug 13 '19 13:08 MarkusShepherd

Still looking forward for this feature to be implemented.

agi1512 avatar Mar 27 '21 09:03 agi1512

This will be great to have. Would like to integrate with mlflow if possible so that we have more visibility into what has been done, etc.

kenimou avatar Apr 14 '21 12:04 kenimou