Skip to content

Commit

Permalink
[mlutils] remove imports from module root (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Dec 29, 2020
1 parent d4434cd commit 5f4ebf5
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 486 deletions.
23 changes: 0 additions & 23 deletions mlrun/mlutils/__init__.py
@@ -1,26 +1,3 @@
# flake8: noqa - this is until we take care of the F401 violations with respect to __all__ & sphinx

from .models import (
get_class_fit,
gen_sklearn_model,
eval_class_model,
eval_model_v2,
)

# for backwards compatibility
from ..utils.helpers import create_class, create_function

from .plots import (
gcf_clear,
feature_importances,
learning_curves,
confusion_matrix,
precision_recall_multi,
roc_multi,
roc_bin,
precision_recall_bin,
plot_roc,
plot_importance,
)

from .data import get_sample, get_splits

0 comments on commit 5f4ebf5

Please sign in to comment.