-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ENH duck-typing scikit-learn estimator instead of inheritance #858
ENH duck-typing scikit-learn estimator instead of inheritance #858
Commits on Sep 2, 2021
-
add duck-type check for KNeighbors-likeness
sft-managed authored and sft-managed committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for d17b6b5 - Browse repository at this point
Copy the full SHA d17b6b5View commit details -
removal ofKNeighborsMixin type check
sft-managed authored and sft-managed committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 379ea7e - Browse repository at this point
Copy the full SHA 379ea7eView commit details
Commits on Sep 9, 2021
-
Added _is_neighbors_object() private validation function
sft-managed authored and sft-managed committedSep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 8790628 - Browse repository at this point
Copy the full SHA 8790628View commit details -
sft-managed authored and sft-managed committed
Sep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for e997e23 - Browse repository at this point
Copy the full SHA e997e23View commit details
Commits on Sep 10, 2021
-
change isinstance check for SVM estimator to simply clone the estimat…
…or - similar to _validate_estimator() in KMeansSMOTE
sft-managed authored and sft-managed committedSep 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 94b0725 - Browse repository at this point
Copy the full SHA 94b0725View commit details
Commits on Sep 13, 2021
-
remove explicit class-check for KMeans estimator
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 9fbf360 - Browse repository at this point
Copy the full SHA 9fbf360View commit details -
remove explicit class check for KNeighborsClassifier
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f736879 - Browse repository at this point
Copy the full SHA f736879View commit details -
remove explicit class check for KNeighborsClassifier in CondensedNear…
…estNeighbour
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for fcb118e - Browse repository at this point
Copy the full SHA fcb118eView commit details -
remove explicit class check for ClassifierMixin in InstanceHardnessTh…
…reshold
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for a4e959c - Browse repository at this point
Copy the full SHA a4e959cView commit details -
sft-managed authored and sft-managed committed
Sep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 65ae4fd - Browse repository at this point
Copy the full SHA 65ae4fdView commit details -
PEP 8 issue fix - line break before operator
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b76d49 - Browse repository at this point
Copy the full SHA 5b76d49View commit details -
PEP 8 issue fix - no more line break before operator
sft-managed authored and sft-managed committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 8284b70 - Browse repository at this point
Copy the full SHA 8284b70View commit details
Commits on Sep 15, 2021
-
Undo changes to _instance_hardness_threshold
sft-managed authored and sft-managed committedSep 15, 2021 Configuration menu - View commit details
-
Copy full SHA for e97ae36 - Browse repository at this point
Copy the full SHA e97ae36View commit details
Commits on Sep 16, 2021
-
revert OneSidedSelection changes
sft-managed authored and sft-managed committedSep 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 495ec27 - Browse repository at this point
Copy the full SHA 495ec27View commit details
Commits on Sep 24, 2021
-
Undo changes to CondensedNearestNeighbour
sft-managed authored and sft-managed committedSep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 10456f5 - Browse repository at this point
Copy the full SHA 10456f5View commit details
Commits on Sep 29, 2021
-
sft-managed authored and sft-managed committed
Sep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 93200e1 - Browse repository at this point
Copy the full SHA 93200e1View commit details -
Use sklearn.base.clone to validate NN object and throw error
sft-managed authored and sft-managed committedSep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for f104057 - Browse repository at this point
Copy the full SHA f104057View commit details -
undo last commit, and raise nn_object TypeError
sft-managed authored and sft-managed committedSep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for b82e4d9 - Browse repository at this point
Copy the full SHA b82e4d9View commit details -
sft-managed authored and sft-managed committed
Sep 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 70b6778 - Browse repository at this point
Copy the full SHA 70b6778View commit details
Commits on Oct 4, 2021
-
sft-managed authored and sft-managed committed
Oct 4, 2021 Configuration menu - View commit details
-
Copy full SHA for c67c775 - Browse repository at this point
Copy the full SHA c67c775View commit details -
Updated check_neighbors_object docstring and error type
sft-managed authored and sft-managed committedOct 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 010f4d5 - Browse repository at this point
Copy the full SHA 010f4d5View commit details
Commits on Oct 5, 2021
-
sft-managed authored and sft-managed committed
Oct 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 178d0f0 - Browse repository at this point
Copy the full SHA 178d0f0View commit details
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9868d0f - Browse repository at this point
Copy the full SHA 9868d0fView commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e1ee17 - Browse repository at this point
Copy the full SHA 2e1ee17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8889cfd - Browse repository at this point
Copy the full SHA 8889cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e875a0 - Browse repository at this point
Copy the full SHA 5e875a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9545172 - Browse repository at this point
Copy the full SHA 9545172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a414b - Browse repository at this point
Copy the full SHA 29a414bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12991ba - Browse repository at this point
Copy the full SHA 12991baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e24ee06 - Browse repository at this point
Copy the full SHA e24ee06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525002f - Browse repository at this point
Copy the full SHA 525002fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189f0e9 - Browse repository at this point
Copy the full SHA 189f0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbe273 - Browse repository at this point
Copy the full SHA 2cbe273View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7fae9 - Browse repository at this point
Copy the full SHA cc7fae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e4619 - Browse repository at this point
Copy the full SHA 29e4619View commit details -
Configuration menu - View commit details
-
Copy full SHA for a098e84 - Browse repository at this point
Copy the full SHA a098e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa328e - Browse repository at this point
Copy the full SHA 0aa328eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cce474 - Browse repository at this point
Copy the full SHA 8cce474View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d4ff31 - Browse repository at this point
Copy the full SHA 8d4ff31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ceacfb - Browse repository at this point
Copy the full SHA 0ceacfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6b7b0 - Browse repository at this point
Copy the full SHA ee6b7b0View commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d089b7b - Browse repository at this point
Copy the full SHA d089b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7e00a - Browse repository at this point
Copy the full SHA ac7e00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d815e2d - Browse repository at this point
Copy the full SHA d815e2dView commit details
Commits on Jan 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 964d082 - Browse repository at this point
Copy the full SHA 964d082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d5206 - Browse repository at this point
Copy the full SHA 99d5206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d1fd5 - Browse repository at this point
Copy the full SHA 48d1fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b6057 - Browse repository at this point
Copy the full SHA 18b6057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fbd59 - Browse repository at this point
Copy the full SHA 76fbd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa97ed - Browse repository at this point
Copy the full SHA 8fa97edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 615a2bf - Browse repository at this point
Copy the full SHA 615a2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75b77d - Browse repository at this point
Copy the full SHA b75b77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b627cf1 - Browse repository at this point
Copy the full SHA b627cf1View commit details