mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
feature(Config): added transformation parameters to Config, removed expanding_window (it's ON now)
This commit is contained in:
@@ -20,5 +20,5 @@ def has_enough_samples_to_train(X: XDataFrame, config: Config) -> bool:
|
||||
samples_to_train = len(X) - first_valid_index
|
||||
return (
|
||||
samples_to_train
|
||||
> config.sliding_window_size_base + config.sliding_window_size_meta + 100
|
||||
> (config.sliding_window_size *2) + 100
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user