Fix renames
This commit is contained in:
parent
d971ea054f
commit
9e183bbfc0
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ from .exceptions import (
|
||||||
WrongDecoratorOrderError,
|
WrongDecoratorOrderError,
|
||||||
)
|
)
|
||||||
from .models import save_model, use_model
|
from .models import save_model, use_model
|
||||||
from .output_models import (
|
from .output_views import (
|
||||||
ClassificationOutput,
|
ClassificationOutput,
|
||||||
MultiLabelClassificationOutput,
|
MultiLabelClassificationOutput,
|
||||||
RegressionOutput,
|
RegressionOutput,
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
from .save_model import save_model
|
from .save_model import save_model
|
||||||
from .use_model import use_model
|
from .use_model import model_versions, use_model
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue