glmdisc.Glmdisc.plot

Glmdisc.plot(predictors_cont_number='all', predictors_qual_number='all', plot_type='disc')

Plots the stepwise function associating the continuous features to their discretization, the groupings made and the interactions.

Todo

explain this function better

Parameters
  • predictors_cont_number (str or int) – Which continuous variable(s) should be plotted (between 1 and the number of columns in predictors_cont).

  • predictors_qual_number (str or int) – Which categorical variable(s) should be plotted (between 1 and the number of columns in predictors_qual).

  • plot_type (str) – disc or logodd