forked from unit8co/darts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: time index intersection for coefficient of variation (unit8co#2202)
* fix: properly take the intersected time indexes for the coefficient of variation * fix: computing rmse on ndarray directly * fix: forgot sqrt for rmse in coef of variation * fix: update type of return in docstring, taking into consideration the multi_ts and multivariate decorator, which convert arrays into list * update changelog * update changelog --------- Co-authored-by: dennisbader <[email protected]>
- Loading branch information
1 parent
8cb04f6
commit 1d7d854
Showing
2 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters