News

ValueError: could not convert string to float when computing shap_values for numpy.array input features type #2208 ...
Problem description Instead of outputting a NaN for a non-numeric column of strings when trying to take the mean, it instead throws TypeError: could not convert string 'abc' to float. Expected Output ...