Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in holisticai library #190

Open
Kleyt0n opened this issue Aug 2, 2024 · 0 comments
Open

Warnings in holisticai library #190

Kleyt0n opened this issue Aug 2, 2024 · 0 comments

Comments

@Kleyt0n
Copy link
Contributor

Kleyt0n commented Aug 2, 2024

  • Code: load_dataset()
  • /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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant