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 SGDClassifier #38

Closed
sanketsarang opened this issue Oct 2, 2021 · 2 comments
Closed

Add SGDClassifier #38

sanketsarang opened this issue Oct 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest For participants in Hacktoberfest

Comments

@sanketsarang
Copy link
Contributor

Add SGDClassifier model into the library.

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

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

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

@sanketsarang sanketsarang added enhancement New feature or request Hacktoberfest For participants in Hacktoberfest good first issue Good for newcomers labels Oct 2, 2021
@Devolta05
Copy link
Contributor

Hello, Could I contribute to this issue? if possible could it be assigned to me 🤔

@sanketsarang
Copy link
Contributor Author

Done. Assigned to you @Devolta05

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

3 participants