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

@@ -18,7 +18,7 @@ from miplearn.types import (
logger = logging.getLogger(__name__)
if TYPE_CHECKING:
from miplearn.features import Sample
from miplearn.features.sample import Sample
@dataclass