mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-18 05:18:09 +00:00
refactor(Training): use date indexes instead of integers, need this to prepare for Events (#185)
This commit is contained in:
@@ -16,7 +16,7 @@ def train_meta_labeling_model(
|
||||
models: list[tuple[str, Model]],
|
||||
config: Config,
|
||||
model_suffix: str,
|
||||
from_index: Optional[int],
|
||||
from_index: Optional[pd.Timestamp],
|
||||
preloaded_models: Optional[list[tuple[str, pd.Series, list[pd.Series]]]] = None
|
||||
) -> tuple[pd.Series, pd.Series, pd.DataFrame, list[Reporting.Single_Model]]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user