octoenergy / timeserio

Better `keras` models for time series and beyond
MIT License
60 stars 16 forks source link

Add PandasIndexValueSelector #28

Closed ig248 closed 3 years ago

ig248 commented 4 years ago

Like PandasValueSelector, but allows selecting values from the index by integer level or level name. Because sometimes it's more efficient to keep the index in the dataframe and batches without having to call reset_index() on each.