-
Notifications
You must be signed in to change notification settings - Fork 60
ValueError: all the input array dimensions except for the concatenation axis must match exactly #29
Comments
Monkey patching StabilitySelection with
the debug output for the notebook is
which indicates _fit_bootstrap_sample doesn't work with the feature selection of the notebook pipeline. |
Hi @goerch - thanks for raising this issue. It is hard for me to debug this without a minimal reproducible example (as I don't have access to your data). Looking at your code, I wonder if the |
Hi @thuijskens, your assessment is correct. Commit goerch@9400866 contains a failing reproduction. |
Hi @thuijskens, commit goerch@37ac9be fixes the failing test case. But I'm not certain if it is even possible to support all different sklearn pipeline configurations. |
The following cell from my notebook
gives the output
and then the traceback
X_train is a scipy crs_matrix. Is this expected behaviour?
The text was updated successfully, but these errors were encountered: