Skip to content

Support for seaborn 0.11.1 #374

@RafaD5

Description

@RafaD5

Hello!

I'm using the Explain mode to do some exploration of the data and to train a simple model. Then I use the trained model to do some error analysis and plot the results but I would like to use the most recent seaborn API.

What I did was go to supervised/eda.py and change all distplot for displot (without the t) and also add the keyword x in line 100

chart = sns.countplot(
    x=X[col], order=X[col].value_counts().iloc[:10].index, color=BLUE
)

Now when I use MLJAR with seaborn 0.11.1 I don't get any warnings.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions