PAIR-code/what-if-tool
View on GitHubIncomplete categorical feature list in "Partial Dependence Plots"
Open
#57 opened on Feb 27, 2020
good first issue
Description
WhatIf currently only reads first 50 Datapoints to generate candidates for categorical features to be used in "Partial Dependence Plots". This could be too restrictive. It shall read more data to get a more complete list of categories and choose the most frequent ones for plots.