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 RadiusNeighborsClassifier #48

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

Add RadiusNeighborsClassifier #48

sanketsarang opened this issue Oct 2, 2021 · 4 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 RadiusNeighborsClassifier model into the library.

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

Reference RadiusNeighborsClassifier Implementation:
https://github.com/blobcity/ai-seed/blob/main/Classification/Radius%20Neighbors/RadiusNeighborsClassifier.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 a RadiusNeighborsClassifier as a potential best fit model.

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

Can I work on this issue?

@sanketsarang
Copy link
Contributor Author

Done, it's assigned to you @aadityasinha-dotcom

@aadityasinha-dotcom
Copy link
Contributor

We have to directly add the model and its Tuning parameters just like KNeighborsClassifiers right?

@sanketsarang
Copy link
Contributor Author

Yes, that is correct. Just make sure you do a test run using a Classification dataset before the PR.

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