issues
search
VIDA-NYU
/
alpha-automl
Alpha-AutoML is a Python library for automatically generating end-to-end machine learning pipelines.
https://alpha-automl.readthedocs.io
Apache License 2.0
19
stars
3
forks
source link
implement three levels of logs
#69
Closed
EdenWuyifan
closed
1 year ago
EdenWuyifan
commented
1 year ago
fix #63
Three levels of logs:
verbose == logging.DEBUG: show all logs
verbose == logging.INFO: show find and scored pipelines
verbose == logging.WARNING: show no logs
roquelopez
commented
1 year ago
Ede, please, merge it, thanks!
fix #63
Three levels of logs: