feat(data): add flexible data loading with dataflow integration and test set

This commit is contained in:
game-loader
2025-08-06 18:36:43 +08:00
parent 6ee5c769c4
commit f977abeea7
3 changed files with 229 additions and 44 deletions

View File

@ -145,4 +145,4 @@ def time_features_from_frequency_str(freq_str: str) -> List[TimeFeature]:
def time_features(dates, freq='h'):
return np.vstack([feat(dates) for feat in time_features_from_frequency_str(freq)])
return np.vstack([feat(dates) for feat in time_features_from_frequency_str(freq)])