alteryx/evalml

Partial Dependence Plots : Subplot Axis Labels

开放

#1,720 创建于 2021年1月21日

 (0 条评论) (0 个反应) (1 位负责人)Python (93 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (852 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南