Reorganize imports; start moving data to instance.training_data

This commit is contained in:
2021-01-20 12:02:25 -06:00
parent 947189f25f
commit 23dd311d75
49 changed files with 278 additions and 221 deletions

View File

@@ -4,7 +4,7 @@
import logging
from miplearn import Component
from miplearn.components.component import Component
logger = logging.getLogger(__name__)