slicefinder icon indicating copy to clipboard operation
slicefinder copied to clipboard

automatic data slicing

Results 2 slicefinder issues
Sort by recently updated
recently updated
newest added

Thanks for your great repo! I think it is a useful tool for model assurance. In risk_control.py, I disagree with the sample_b_var formula. (Suppose sample_a is exactly the same with...

[`pandas.DataFrame.as_matrix`](https://pandas.pydata.org/pandas-docs/version/0.25.1/reference/api/pandas.DataFrame.as_matrix.html) is deprecated since `pandas` version 0.23.0. It is [recommended to use `DataFrame.to_numpy()` instead](https://pandas.pydata.org/pandas-docs/version/0.25.1/reference/api/pandas.DataFrame.values.html#pandas.DataFrame.values).