Closed crauh8 closed 6 months ago
Thanks for reaching out. I have updated the code a while ago, and have uploaded it now to PyPI and conda. Could you please run your example with the newest version (v0.0.29) installed and let me know if it worked?
Solved! Thanks so much
In general the package works great, but for one sample it always gives the following error message: clf_fitted = qlf.fit(X, Y) File "sklearn_quantile/ensemble/quantile.pyx", line 329, in sklearn_quantile.ensemble.quantile.SampleForestQuantileRegressor.fit IndexError: index 4605838757126685970 is out of bounds for axis 0 with size 12533225
when running
The same code works for other samples, and subsamples of the given sample.