evalml.model_understanding._partial_dependence_utils#

Partial dependence implementation and utility functions.

Implementation borrows from sklearn “brute” calculation but with our own modification to better handle mixed data types in the grid as well as EvalML pipelines.