-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding cross validation for point forecast #24
base: master
Are you sure you want to change the base?
Conversation
still missing formal tests |
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
==========================================
- Coverage 92.48% 87.85% -4.63%
==========================================
Files 6 6
Lines 266 280 +14
==========================================
Hits 246 246
- Misses 20 34 +14
Continue to review full report at Codecov.
|
function cross_validation(fit_input::FitInput{T}, | ||
fit_function::Function, | ||
predict_function::Function, | ||
metric_function::Function, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should use this function forecast_metrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and then make another function to aggregate the vector of metrics, maybe then add this metric function
No description provided.