To get familiar with this tool, I am trying to repeat your sample workflow (https://github.com/quanted/esat/blob/main/notebooks/epa_esat_workflow_01.ipynb) and on Step 10, I got an error message (pasted below).
I am wondering how this happened and how I should address this. In addition, I am also wondering what is the purpose of step 9, because it appears to be doing nothing.
Thank you!
Weiying
data_handler.plot_data_uncertainty(feature_idx=0, include_menu=False)
TypeError Traceback (most recent call last)
Cell In[8], line 3
1 data_handler.metrics
----> 3 data_handler.plot_data_uncertainty(feature_idx=0, include_menu=False)
TypeError: DataHandler.plot_data_uncertainty() got an unexpected keyword argument 'feature_idx'
To get familiar with this tool, I am trying to repeat your sample workflow (https://github.com/quanted/esat/blob/main/notebooks/epa_esat_workflow_01.ipynb) and on Step 10, I got an error message (pasted below).
I am wondering how this happened and how I should address this. In addition, I am also wondering what is the purpose of step 9, because it appears to be doing nothing.
Thank you!
Weiying
data_handler.plot_data_uncertainty(feature_idx=0, include_menu=False)
TypeError Traceback (most recent call last)
Cell In[8], line 3
1 data_handler.metrics
----> 3 data_handler.plot_data_uncertainty(feature_idx=0, include_menu=False)
TypeError: DataHandler.plot_data_uncertainty() got an unexpected keyword argument 'feature_idx'