-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
- Code: load_dataset()
- /usr/local/lib/python3.10/dist-packages/sklearn/datasets/_openml.py:1022: FutureWarning: The default value of
parserwill change from'liac-arff'to'auto'in 1.4. You can setparser='auto'to silence this warning. Therefore, anImportErrorwill be raised from 1.4 if the dataset is dense and pandas is not installed. Note that the pandas parser may return different data types. See the Notes Section in fetch_openml's API doc for details.
warn( - Solution: set
parser='auto'to silence this warning
- Code: frequency_plot()
- /usr/local/lib/python3.10/dist-packages/holisticai/bias/plots/_multiclass.py:81: FutureWarning:
Passingpalettewithout assigninghueis deprecated and will be removed in v0.14.0. Assign thexvariable tohueand setlegend=Falsefor the same effect. - Solution: Assign the
xvariable tohueand setlegend=Falsefor the same effect
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels