perform_routine¶
- pyeem.preprocessing.perform_routine(dataset, routine_df, progress_bar=False, **kwargs)¶
Perform the data preprocessing routine which was created by pyeem.preprocessing.create_routine()
- Parameters
dataset ([type]) – [description]
routine_df ([type]) – [description]
progress_bar (bool, optional) – [description]. Defaults to False.
- Returns
[description]
- Return type
[type]