Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Pan committed Apr 8, 2021
1 parent b311f19 commit 2d37fe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elephas/ml_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
from tensorflow.keras.models import model_from_yaml
from tensorflow.keras.optimizers import get as get_optimizer

from .ml.adapter import df_to_simple_rdd
from .ml.params import *
from .mllib import from_vector
from .spark_model import SparkModel
from .utils.model_utils import LossModelTypeMapper, ModelType, ModelTypeEncoder, as_enum
Expand Down

0 comments on commit 2d37fe3

Please sign in to comment.