Closed mamarder closed 1 year ago
Base: 50.75% // Head: 38.93% // Decreases project coverage by -11.81%
:warning:
Coverage data is based on head (
9db9c52
) compared to base (aa857d6
). Patch coverage: 15.93% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Hi @mamarder, thanks for the PR. This looks great.
Hello @dirmeier,
as discussed here is the MR for the M4 time-series notebook.
4 GPs and 1 NP are trained using the past data from 4 time series from the M4 hourly dataset. Then predictions are made for "future" time values. Past data, training data and predictions are visualized.
For GPs
Periodic
andLinear
kernels have been introduced. Further addition and multiplication of kernels are possible as + and * operators have been overloaded.Regards Marco