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

implement sklearn estimator interface #35

Open
kjgm opened this issue Sep 5, 2023 · 0 comments
Open

implement sklearn estimator interface #35

kjgm opened this issue Sep 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kjgm
Copy link

kjgm commented Sep 5, 2023

OptimalDecisionTreeClassifier should implement the sklearn estimator interface, to allow usage of other functions from the sklearn library

See the documentation

Compliance can be checked with:

from sklearn.utils.estimator_checks import check_estimator
import pymurtree

assert(check_estimator(pymurtree.OptimalDecisionTreeClassifier()))

@yiquintero yiquintero added the enhancement New feature or request label Sep 20, 2023
@yiquintero yiquintero self-assigned this Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants