All Apps and Add-ons

Can we use multiple fit at a time to create one model in splunk machine learning tool kit

nasrinmulani
New Member

Hi All,

I am working on predicting the end time and i want to add the average load factor as independent variable for prediction.

I am thinking to predict average load separately based on minute basis, at this minute of the day load was this, hence i can predict the average load of tomorrow based on historical data.

So can i use multiple fit here, for prediction, like predicting the load and then start time?

0 Karma
1 Solution

aoliner_splunk
Splunk Employee
Splunk Employee

If you're asking whether the output of one model (load_model that produces 'predicted(load)') could be used as a predictor of another model (end_model that produces 'predicted(end)'), then yes, you can!

[your load data] | fit load from ... into load_model

[your end data] | apply load_model | fit end from "predicted(load)" ... into end_model

[your new data] | apply load_model | apply end_model

Note that "your end data" must include the fields used by load_model (minus load), and "your new data" must include both those fields and the fields used by end_model (minus end).

View solution in original post

0 Karma

aoliner_splunk
Splunk Employee
Splunk Employee

If you're asking whether the output of one model (load_model that produces 'predicted(load)') could be used as a predictor of another model (end_model that produces 'predicted(end)'), then yes, you can!

[your load data] | fit load from ... into load_model

[your end data] | apply load_model | fit end from "predicted(load)" ... into end_model

[your new data] | apply load_model | apply end_model

Note that "your end data" must include the fields used by load_model (minus load), and "your new data" must include both those fields and the fields used by end_model (minus end).

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...