Skip to content

re notebook 02_seaborn corrplot is deprecated use heatmap #45

@pleabargain

Description

@pleabargain

seaborn.corrplot(df);

should now be

seaborn.heatmap(df);

as per
https://stanford.edu/~mwaskom/software/seaborn/whatsnew.html?highlight=corrplot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions