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 ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...