PAIR-code/what-if-tool

Incomplete categorical feature list in "Partial Dependence Plots"

Open

#57 opened on Feb 27, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (843 stars) (158 forks)batch import
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.

Contributor guide