AutoML Fails when reaching LinearSVR Model #1219
-
AutoML errors out when we reach the LinearSVR Model Type. TypeError: LinearSVR.init() got an unexpected keyword argument 'fit_intercept'. Other model types work fine. How to reproduce: I called AutoML.fit() on the Spotify example dataset, predicting popularity (continuous variable) using all numerical predictors. I did not test on other datasets. |
Beta Was this translation helpful? Give feedback.
Answered by
oualib
Jun 21, 2024
Replies: 1 comment
-
Corrected in #1239 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oualib
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Corrected in #1239