All Apps and Add-ons

How can I benchmark my Machine Learning forecasting procedure?

rosho
Communicator

Hi
I am forecasting the number of logins. My dataset has the number of logins by the hour (1 month).

I use a) and b) to clean the data (removing or transforming outliers).
With c) I forecast

(My Machine Learning alert)
a) Standard scaler
b) Detect outliers using DBSCAN
c) Forecast with Kalman filter or MLP

How can I benchmark my results besides from using a test set? Maybe setting an alert (I will call it SPL alert) and later compare it with my Machine Learning alert and check which one failed more?

Do you have any suggestions?

Thank you

0 Karma

gbenitezfelix
Engager

The easiest way to create a benchmark of your model is to use a naive forecasting. This prediction will always use the last period as predicted. You can read about it here https://otexts.com/fpp2/simple-methods.html.

once you implement it you can calculate the error of each forecasting model. If the naive forecast has lower error than your initial model you should consider to tune that model

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Developer Spotlight with Denis Gladkikh

From Splunk Engineer to Kubernetes App Builder Denis GladkikhWhat happens when a lifelong developer turns a ...

Governing Enterprise AI, Bringing Cisco Telemetry Home, and More from Splunk Lantern

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Agentic SOC Triage: Investigating Splunk ES Notables with MCP Server and a Local LLM

The Problem: Too Many Alerts, Too Little Context Security operations teams running Splunk Enterprise Security ...