All Apps and Add-ons

How to make StateSpaceForecast to plot the forecasting?

rosho
Communicator

Hi

I am forecasting the number of logins. This is my SPL:

| inputlookup fortigate_QC_May2019_logins.csv
| fit StandardScaler "logins" with_mean=false with_std=true
| fit DBSCAN "SS_logins"
| where NOT isOutlier==-1
| fit StateSpaceForecast "SS_logins" from * holdback=288, forecast_k=36

But I do not know how to see the forecasting plot.

0 Karma

grana_splunk
Splunk Employee
Splunk Employee

Use the new Smart Forecasting Assistant. Check the MLTK 4.3 blog :https://www.splunk.com/blog/2019/06/03/what-s-new-in-the-splunk-machine-learning-toolkit-4-3.html

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...