Closed jmoralez closed 4 months ago
Adds support for providing functions that return multiple features to the time_features function. For pandas the function should return a pandas dataframe and for polars a list of expressions.
time_features
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Adds support for providing functions that return multiple features to the
time_features
function. For pandas the function should return a pandas dataframe and for polars a list of expressions.