Splunk Enterprise

Splunk Machine Learning Toolkit - forecasting backward

arpitadu
Explorer

Hi,

The kalman filter algorithm for time series forecasting is predicting for old time frame - backward direction. Could you please let me know why so ? Please find the attached screenshotsalt text

Tags (1)
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Raw events come out of Splunk in reverse time order. Apply a timechart to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Raw events come out of Splunk in reverse time order. Apply a timechart to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.

Get Updates on the Splunk Community!

Buttercup Games: Further Dashboarding Techniques

Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates ...

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...