-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refit not allowed #382
Comments
I think we got rid of this error. Can you check if you get the error still with the latest version or the development version? |
In the new version it's indeed fixed, thanks. It hasn't been in the pip version, though. Additional question: what settings do I need to reproduce scikit-learn Lasso results? I'm struggling to get the same result on the same dataset. Right now I have a gaussian noise, alpha=1.0 and similar tolerance, but that doesn't work. Other methods (Celer, for example) do give the same result. |
did you look at the convergence plot? I think our solvers are not as efficient / optimized as celer or scikit-learn. You might be running out iterations. |
@GJBoth is this still relevant for you? You might want to use the latest version to see if it fixes the problem |
Hi,
Thanks for your package, it's very useful. I tried to fit two different datasets using the same model and I got an error that refitting is not allowed. What is the reason for this? (SK-learn doesn't prompt this.) For me its useful as I prefer not to keep lists of models with exactly the same parameters laying around...
Thanks!
The text was updated successfully, but these errors were encountered: