sliced
sliced copied to clipboard
sliced: scikit-learn compatible sufficient dimension reduction
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