-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adding KNNClassificationDecider #463
base: KNNDecider
Are you sure you want to change the base?
Conversation
0918 Merge
This reverts commit 7b7c0b8.
update fork
updated with main repo 10/27/2020
Co-Authored-By: jmandav1 <39231283+jmandavilli@users.noreply.github.com> Co-Authored-By: parthgvora <parthgvora@gmail.com>
Co-Authored-By: ypeng22 <68977380+ypeng22@users.noreply.github.com>
…ecision_boundaries_functions.py Co-Authored-By: jmandav1 <39231283+jmandavilli@users.noreply.github.com> Co-Authored-By: parthgvora <parthgvora@gmail.com>
Co-Authored-By: jmandav1 <39231283+jmandavilli@users.noreply.github.com> Co-Authored-By: parthgvora <parthgvora@gmail.com>
Implement SPORF
Indexing into a list using an array of integers does not work and for some reason in my use case that's what self.classes is. This simply makes the array-ness of self.classes explicit.
Pulled updates from Staging
Add an overview section (as in the [Verde](https://www.fatiando.org/verde/latest/tutorials/overview.html) documentation)
Add an overview section to the ProgLearn documentation
Optimize reference page and DOI badge
@jdey4 Let me know if I need to make any other changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that the KNN branch is pretty outdated, so I would suggest not closing your issue by this PR. @jdey4 Perhaps we can merge this one and then merge KNNDecider
to staging
? Or should the branches stay separated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@latasianguy And I see that the black
check failed. Check the log and format your code~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@latasianguy It's too hard to locate where you exactly changed. Could you make a list of any "new" files you added in this PR?
Reference issue
Closes #461.
Type of change
Adding KNNClassificationDeciders.
What does this implement/fix?
Adding experiments for KNNClassificationDecider and the associated deciders for these experiments
Additional information
Experiments need more compute and reps.