Skip to content

implement sklearn estimator interface #35

@kjgm

Description

@kjgm

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()))

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions