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

Added Gamma Regressor #129

Merged
merged 3 commits into from Oct 14, 2021

Conversation

aadityasinha-dotcom
Copy link
Contributor

Issue Id you have worked upon -

#68

CHANGES MADE -

Added GammaRegressor.

Made changes to -

https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py

NOTE -

Please consider this PR as a submission towards Hacktoberfest 2021 and add the hacktoberfest-accepted label to it.

@Thilakraj1998
Copy link
Contributor

@aadityasinha-dotcom
import statement is wrong will throw an error.

change it to from sklearn import tree,ensemble,svm,linear_model,neighbors

and configuration has:

    "GammaRegressor":[
            linear_model.GammaRegressor,

@aadityasinha-dotcom
Copy link
Contributor Author

@aadityasinha-dotcom
import statement is wrong will throw an error.

change it to from sklearn import tree,ensemble,svm,linear_model,neighbors

and configuration has:

    "GammaRegressor":[
            linear_model.GammaRegressor,

Ok

@aadityasinha-dotcom
Copy link
Contributor Author

@Thilakraj1998 Can you review my changes?

@Thilakraj1998 Thilakraj1998 added the hacktoberfest-accepted For accepting PR of participants in Hacktoberfest label Oct 14, 2021
@Thilakraj1998 Thilakraj1998 merged commit fbf68d7 into blobcity:main Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted For accepting PR of participants in Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants