Lars Jonasson
Lars Jonasson
Seems like it is not possible to create a comparer with dataframes with localized timezone. Exception has occurred: TypeError '.dt' accessor only available for DataArray with datetime64 timedelta64 dtype or...
Threshold in fit method should be aware of the direciton. E.g. if a DiffDetector have negative direction and fit is called, the user would most likely want a threshold based...
The fit method in gradientdetector validates that we have a datetimeindex before calling gradient calucaltion. This should also be done in detect
Do we need to validate the input data more carefully? Numeric data? datatimeindes etc.?
We should add some documentation to this function but i think it is currently not calculating the gradients correctly if periods > 1. Testing of "monotonically increasing" could also be...
Implements functionality for reducing time dimension in dataset using user specified aggregation functions, similar to python's reduce(). A statistics method is also implemented to simplify calculations of basic statistics (min,...