-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add DARTSClassifier #164
Conversation
This reverts commit 92b1eeb.
|
||
return y | ||
|
||
def predict_proba(self, X: np.ndarray) -> np.ndarray: |
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.
curious about the use of the function name predict_proba
instead of just predict_prob
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.
That's a scikit-learn naming convention. No idea why they chose it.
Co-authored-by: benwandrew <[email protected]>
Co-authored-by: benwandrew <[email protected]>
Description
Add a new wrapper
DARTSClassifier
to do classification using DARTS.resolves AutoResearch/autora-theorist-darts#8
Type of change: