mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-15 11:58:07 +00:00
feat(Config): added start_date property (#245)
* refactor(Training): remove non-expanding window option * feat(Config): added `start_date` property * fix(Inference): added start_date here as well * fix(Linter): ran
This commit is contained in:
@@ -39,6 +39,7 @@ def __inference(config: Config, pipeline_outcome: PipelineOutcome):
|
||||
own_features=config.own_features,
|
||||
other_features=config.other_features,
|
||||
exogenous_features=config.exogenous_features,
|
||||
start_date=config.start_date,
|
||||
)
|
||||
assert check_data(X, config) == True, "Data is not valid. Cancelling Inference."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user