Skip to content
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 GammaRegressor #68

Closed
Thilakraj1998 opened this issue Oct 4, 2021 · 1 comment
Closed

Add GammaRegressor #68

Thilakraj1998 opened this issue Oct 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest

Comments

@Thilakraj1998
Copy link
Contributor

Add GammaRegressor model into the library.

Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py

Reference GammaRegressor Implementation:
https://github.com/blobcity/ai-seed/blob/main/Regression/Linear%20Models/GammaRegressor.ipynb

Official API Reference for Parameter:
https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html

Dependencies if any, must be appropriately added. Test run of the train function on a regression problem must pass, and the function must attempt to train an GammaRegressor as a potential best fit model.

@Thilakraj1998 Thilakraj1998 added enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest labels Oct 4, 2021
@aadityasinha-dotcom
Copy link
Contributor

Can I work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants