alteryx/evalml

Partial Dependence Plots : Subplot Axis Labels

Aperta

#1720 aperta il 21 gen 2021

 (0 commenti) (0 reazioni) (1 assegnatario)Python (93 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (852 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

For both one and two way partial dependence plots, the subplots have inconsistent axis labeling. e.g. the x-axis labels are present for all three subplots but the y-axis labels are only present on the top-left subplot.

Unknown-3

This should be fixed to either be:

  1. All subplots have both labels.
  2. The y-axis labels are present for the left subplots and the x-axis labels are present for the bottom subplots.

I suggest option 2 with a bit of experimentation to tighten up the white space in between the subplots.

Guida contributor