There was an error while loading. Please reload this page.
1 parent c7630cd commit a32f12eCopy full SHA for a32f12e
1 file changed
scripts/model/train.py
@@ -6,7 +6,7 @@
6
import pandas as pd
7
from sklearn.model_selection import train_test_split
8
9
-from ..features import add_time_features
+from ..cleaning.trains import add_time_features
10
from .config import ALL_FEATURES, RANDOM_STATE, TARGET
11
from .dl_models import HAS_TF, HAS_TORCH, train_keras, train_torch
12
from .evaluation import baseline_metrics, compare_models
0 commit comments