Skip to content

Warnings in holisticai library #190

@Kleyt0n

Description

@Kleyt0n
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions