EDAhelper.numeric_plots

Module Contents

Functions

numeric_plots(df)

Creating a matrix of correlation plots with the numeric features.

EDAhelper.numeric_plots.numeric_plots(df)[source]

Creating a matrix of correlation plots with the numeric features.

Parameters

df (pandas.dataframe) – A pandas dataframe

Returns

  • splom (Altair chart object)

  • The Altair object for the plots

Example

>>> from EDAhelper.numeric_plots import numeric_plots
>>> splom = numeric_plot(df)