All Apps and Add-ons

Splunk Machine Learning Toolkit: Where to see all algorithms that support partial fit?

rosho
Communicator

Hi
Where can I see what algorithms use partial fit?
For example: Does Local Outlier Factor work with partial fit?

Has anyone already used partial fit in a project?

Thank you

0 Karma
1 Solution

grana_splunk
Splunk Employee
Splunk Employee

Check the list of algorithms under each category: https://docs.splunk.com/Documentation/MLApp/4.3.0/User/Algorithms
and you will find which algorithm supports partial fit.

View solution in original post

0 Karma

grana_splunk
Splunk Employee
Splunk Employee

Check the list of algorithms under each category: https://docs.splunk.com/Documentation/MLApp/4.3.0/User/Algorithms
and you will find which algorithm supports partial fit.

0 Karma

rosho
Communicator

If I use the "outlier" command and then a classifer that suports partial fit, will everything work with incremental/online learning?

0 Karma

grana_splunk
Splunk Employee
Splunk Employee

Did you checked MLTK detect outlier assistant? It will help you building SPL for removing outliers

0 Karma

rosho
Communicator

I want my "procedure" to to do "online learning" NOT "batch learning.

So I just want to know if all the algorithms that I use need to be able to do partial-fit or just the last algorithm?

ex:
Standard_scaler (partial_fit)
DBSCAN (NOT partial_fit)
MLP (partial_fit)
Will it do "online learning?

0 Karma

grana_splunk
Splunk Employee
Splunk Employee

In my opinion, it should work for you.

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