You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the GradientBoostedDecisionTreesLearner on a classification dataset with some binary variables, and the plots for binary variables are all between 0.25 and 0.75 instead of 0 and 1 as shown below. Instead of zoomed in like this, the PDP should always display the change from minimum value to maximum value. For the method call, I just used the following: model.analyze(df, sampling=1)