sliced icon indicating copy to clipboard operation
sliced copied to clipboard

sliced: scikit-learn compatible sufficient dimension reduction

Results 4 sliced issues
Sort by recently updated
recently updated
newest added

The issue was related to an `AttributeError` raised in the code when initializing the `slice_indicator` variable. The error occurred due to the usage of `np.int` as the dtype argument in...

I was trying to run this `sir.fit(X, Y)` and ran into the above issue with numpy 1.24 It looks like an easy fix to swap line 119 of base.py to...

Added the following estimators * Principal Hessian Directions * Iterative Hessian Transformation * Outer Product of Gradients * Kernel Inverse Regression