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

@@ -10,7 +10,7 @@ from numpy.testing import assert_array_equal
from miplearn.classifiers import Regressor
from miplearn.components.objective import ObjectiveValueComponent
from miplearn.features import Sample
from miplearn.features.sample import Sample
from miplearn.solvers.learning import LearningSolver
from miplearn.solvers.pyomo.gurobi import GurobiPyomoSolver