Move features to its own package

This commit is contained in:
2021-07-14 08:23:52 -05:00
parent ed77d548aa
commit 851b8001bb
19 changed files with 47 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ from miplearn.classifiers import Classifier
from miplearn.classifiers.threshold import MinProbabilityThreshold
from miplearn.components import classifier_evaluation_dict
from miplearn.components.dynamic_lazy import DynamicLazyConstraintsComponent
from miplearn.features import Sample
from miplearn.features.sample import Sample
from miplearn.instance.base import Instance
from miplearn.solvers.tests import assert_equals