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 SGDClassifier to classifier_config.py #91

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

Devolta05
Copy link
Contributor

Hello,
This PR aims to implement #38
Added SGDClassifier hyperparams to the classifier config dictionary to the classifier_config.py
Thanks :)

@Thilakraj1998
Copy link
Contributor

Thilakraj1998 commented Oct 5, 2021

@Devolta05 it has syntax error in configuration
do add missing comma's in the dictionary configuration

            "tol":{"float":[1e-3,0.1]},
            "learning_rate":{'str':['optimal','constant','invscaling','adaptive']}
            "eta0":{'float':[0.0, 0.1]}
            "power_t":{'float':[0.01, 0.5]]}
            "epsilon":{'float':[1e-8, 0.1]}

@Devolta05
Copy link
Contributor Author

Sure @Thilakraj1998 I will do it asap

@Thilakraj1998 Thilakraj1998 added the hacktoberfest-accepted For accepting PR of participants in Hacktoberfest label Oct 5, 2021
@Thilakraj1998 Thilakraj1998 merged commit d11f04a into blobcity:main Oct 5, 2021
@Devolta05
Copy link
Contributor Author

Thank you very much @Thilakraj1998

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.

3 participants