Error with training classification models
xloffree opened this issue · 2 comments
xloffree commented
Hi,
When training classification models, I get the following error:
UnboundLocalError Traceback (most recent call last)
File piml/dashboard/model_panel.py:419, in piml.dashboard.model_panel.ModelTrainingPanel.train_register_panel.train_data_f()
UnboundLocalError: local variable 'df' referenced before assignment
Do you know how to fix this?
Thank you
ZebinYang commented
Can you provide a reproducible notebook or code snapshot?
xloffree commented
Seems to be working now. I will reach out if I run into it again. Thanks