ashwin153 / autofeat

automated exploratory data analysis
0 stars 0 forks source link

Collect performance statistics and progress when training models #233

Open ashwin153 opened 1 week ago

ashwin153 commented 1 week ago
ashwin153 commented 1 week ago
with streamlit.status(...):
    handler_id = loguru.add(...)
    try:
        train_model()
    finally:
        loguru.remove(handler_id)