-
Notifications
You must be signed in to change notification settings - Fork 34
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
Help with custom DataFit for Tweedie Regression #266
Comments
Hi @fsaforo1 👋 You should remove the |
I highly recommend you open a Pull Request. |
@fsaforo1 would you be able to send a Pull request to start implementing tweedie datafit ? |
I managed to get it to fit but the estimates are way off. It's either the math is wrong or something is amiss. I will post a reproducible example when possible. I will make the pull request once everything checks out |
It's better if you start the PR right now, even if not working, this way we
can all look at the same code and help you
|
Let us know if you need help @fsaforo1 ! |
@fsaforo1 can you show your code, either in your repo either in a pull request, so that we work on it together and integrate it in skglm? Thanks a lot! |
I am trying to create a custom datafit for Tweedie GLM. I followed the tutorial for Poisson but it errors out with a not so useful error statement. See below the implementation and error.
I get the error message below:
The text was updated successfully, but these errors were encountered: