You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @JohnnyC08, thanks for the bug report and the reproducible code. I can confirm this causes the same error but I can't immediately tell why.
I will address it as soon as I can as sparsity is a frequency culprit of issues, but in the meantime I'm afraid you will have to go with the non-experimental version.
Describe the bug
When fitting a CSR matrix on the AutoSklearn2Classifier, the method fails and returns
Trying to set illegal value 'gradient_boosting'
python version: 3.9
auto-sklearn version: 0.13.0
To Reproduce
Steps to reproduce the behavior:
Note, the above works fine when using
autosklearn.classification.AutoSklearnClassifier
.The use case for a CSR matrix is fitting text classification models after the text has been transformed into a TF-IDF format.
The text was updated successfully, but these errors were encountered: