You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.10/dist-packages/sklearn/datasets/_openml.py:1022: FutureWarning: The default value of parser will change from 'liac-arff' to 'auto' in 1.4. You can set parser='auto' to silence this warning. Therefore, an ImportError will 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:
Passing palette without assigning hue is deprecated and will be removed in v0.14.0. Assign the x variable to hue and set legend=False for the same effect.
Solution: Assign the x variable to hue and set legend=False for the same effect
The text was updated successfully, but these errors were encountered:
parser
will change from'liac-arff'
to'auto'
in 1.4. You can setparser='auto'
to silence this warning. Therefore, anImportError
will 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(
parser='auto'
to silence this warningPassing
palette
without assigninghue
is deprecated and will be removed in v0.14.0. Assign thex
variable tohue
and setlegend=False
for the same effect.x
variable tohue
and setlegend=False
for the same effectThe text was updated successfully, but these errors were encountered: