-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add Generalized Additive Models (GAMs) to H2O #8826
Comments
Wendy commented: After digging around the literature, I have come up with the following plan and subtasks: Generate basic GAM Schema and Algorithm supporting regression (PUBDEV-7178);Generate GAM dataset and implement Java unit test (PUBDEV-7178);Generate ModelMetric and implement model metrics calculation (PUBDEV-7180);Generate Python API o support GAM and implement Python unit test (PUBDEV-7181);Generate R API to support GAM and implement R unit test (PUBDEV-7182);Generate Python API to support GAM model metrics and implement Python unit test (PUBDEV-7183);Generate R API to support GAM model metrics and implement R unit test (PUBDEV-7184);Generate GAM Mojo (PUBDEV-7185);Note that task 4 and 5 can start as soon as 1 is completed. Tasks 6, 7 can start as soon as task 3 is completed. Task 8 can start as soon as task 1 is completed. In addition, we will want to do the following as well: Add support for more smoothers;Add methods for choosing knots;Add support for other families and links: binomial, multinomial, gamma, ….. Check with R and see what families they support in mgcv toolbox.I will add the appropriate JIRAs as we go along. |
Wendy commented: The following subtasks will make it to the major release in end of march: PUBDEV-7178: Generate basic GAM Schema and AlgorithmPUBDEV-7180: added modelmetricsPUBDEV-7181: Python APIPUBDEV-7182: R API |
JIRA Issue Migration Info Jira Issue: PUBDEV-6807 Attachments From Jira Attachment Name: GAM_doc.pdf |
some resources
http://www.cs.cornell.edu/~yinlou/papers/lou-kdd13.pdf
http://www.cs.cornell.edu/~yinlou/projects/gam/
http://people.dbmi.columbia.edu/noemie/papers/15kdd.pdf
https://cran.r-project.org/web/packages/gam/gam.pdf
https://multithreaded.stitchfix.com/assets/files/gam.pdf
The text was updated successfully, but these errors were encountered: