mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 09:58:51 -06:00
Move feature classes to features.py
This commit is contained in:
@@ -13,7 +13,7 @@ from miplearn.classifiers.threshold import Threshold
|
||||
from miplearn.components import classifier_evaluation_dict
|
||||
from miplearn.components.primal import PrimalSolutionComponent
|
||||
from miplearn.problems.tsp import TravelingSalesmanGenerator
|
||||
from miplearn.types import TrainingSample, Features, VariableFeatures
|
||||
from miplearn.features import TrainingSample, VariableFeatures, Features
|
||||
|
||||
|
||||
def test_xy() -> None:
|
||||
|
||||
Reference in New Issue
Block a user