mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 19:08:51 -06:00
Move feature classes to features.py
This commit is contained in:
@@ -13,11 +13,13 @@ from miplearn.classifiers import Classifier
|
||||
from miplearn.classifiers.threshold import Threshold, MinProbabilityThreshold
|
||||
from miplearn.components.lazy_static import StaticLazyConstraintsComponent
|
||||
from miplearn.types import (
|
||||
TrainingSample,
|
||||
Features,
|
||||
LearningSolveStats,
|
||||
)
|
||||
from miplearn.features import (
|
||||
TrainingSample,
|
||||
InstanceFeatures,
|
||||
ConstraintFeatures,
|
||||
Features,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user