Skip to content

TypeError when running sample code data_handler.plot_data_uncertainty(feature_idx=0, include_menu=False) #39

@jiangwy85

Description

@jiangwy85

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions