ciornav

Results 1 issues of ciornav

Hello, would be good to replace the grid value calculation in pdp_calc_utils.py line 237: `value_grids = np.percentile(feature_values, percentile_grids)` with `value_grids = np.nanpercentile(feature_values, percentile_grids)` This will avoid returning an array with...