Use use_diff_of_y
and predict_ahead == [0]
at the same time
#33
Labels
Priority: Low
Issues that have no or little impact on current version. No fix or workaround required
Type: Feature
New feature requests
When using
use_diff_of_y
you apparently can't setpredict_ahead = [0]
in TimeseriesMLP, there are multiple checks for this in the code, and removing the first error will lead to predicting a straight line. Usinguse_diff_of_y
with any otherpredict_ahead
works as expected.The text was updated successfully, but these errors were encountered: