Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-perseus committed Dec 2, 2023
1 parent 3ee7382 commit dd36af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/preprocessing/single_prediction_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime, date, timedelta
from retry_requests import retry

from .prepare_time_features import prepare_time_features
from data.preprocessing.prepare_time_features import prepare_time_features

# TODO get these from metadata
feature_columns = ['ferien', 'feiertag', 'covid_19', 'olma_offa', 'temperature_2m_max',
Expand Down

0 comments on commit dd36af3

Please sign in to comment.