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.

貢獻者指南