dabl.plot¶Automatic plots for classification and regression.
Determines whether the target is categorical or continuous and plots the target distribution. Then calls the relevant plotting functions accordingly.
See the functions in the “see also” section for more parameters that can be passed as kwargs.
Input features. If target_col is specified, X also includes the target.
Target. You need to specify either y or target_col.
Column name of target if included in X.
If dict, provide type information for columns. Keys are column names, values are types as provided by detect_types.
Alpha values for scatter plots. ‘auto’ is dirty hacks.
Marker size for scatter plots. ‘auto’ is dirty hacks.
Whether to include pairwise scatterplots for classification. These can be somewhat expensive to compute.
Controls the verbosity (output).
Whether to drop outliers in the target column for regression.
See also
plot_regression_continuousplot_regression_categoricalplot_classification_continuousplot_classification_categorical