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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...