All Apps and Add-ons

With the Splunk Machine Learning Toolkit, how do you save the model after training?

rickyhsu7
Explorer

Hi,

I have used the Splunk Machine Learning Toolkit in Splunk Enterprise.

I am confused at how to save the model after training.

For example, I used SVM and trained it with 150 data.

After training, I want to save the model for prediction of new data in the future.

It doesn't make sense that I need to train with all data when I get a new data.

Thank you.

0 Karma
1 Solution

maraman_splunk
Splunk Employee
Splunk Employee

Hi , this make sense and you can do it.
you just need to save into with the fit command

then you can apply your model later on
see http://docs.splunk.com/Documentation/MLApp/4.0.0/User/Understandfitandapply

View solution in original post

maraman_splunk
Splunk Employee
Splunk Employee

Hi , this make sense and you can do it.
you just need to save into with the fit command

then you can apply your model later on
see http://docs.splunk.com/Documentation/MLApp/4.0.0/User/Understandfitandapply

rickyhsu7
Explorer

Really thank you!
Another question would you please answer for me?
Where do I look for the saved model ?

0 Karma

rickyhsu7
Explorer

Oh! I found it! Really thank you again!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...