Skip to content

Commit a32f12e

Browse files
committed
feat: path importation
1 parent c7630cd commit a32f12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/model/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
from sklearn.model_selection import train_test_split
88

9-
from ..features import add_time_features
9+
from ..cleaning.trains import add_time_features
1010
from .config import ALL_FEATURES, RANDOM_STATE, TARGET
1111
from .dl_models import HAS_TF, HAS_TORCH, train_keras, train_torch
1212
from .evaluation import baseline_metrics, compare_models

0 commit comments

Comments
 (0)