Splunk Search

Does DensityFunction use partial_fit ?

abhishekkalokhe
Explorer

Hi,

I am using MLTK's DensityFunction on my datamodel fields, I want to use Partial_Fit=true.
But Im getting below error :

"Error in 'fit' command: Algorithm "DensityFunction" does not support partial fit"

In splunk docs it is stated that DensityFunction supports partial_fit link

 

My query :
"| some tstats.......
| `drop_dm_object_name(Authentication)`
| fit DensityFunction "activity_count" by "vendor_account" dist=auto show_density=true partial_fit=true into vendor_account_auth"

Labels (2)
Tags (2)
0 Karma

Swathi1
Loves-to-Learn Lots

Yes DensityFunction supports partial_fit=true  Algorithms in the Machine Learning Toolkit - Splunk Documentation

0 Karma
Get Updates on the Splunk Community!

Buttercup Games: Further Dashboarding Techniques

Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates ...

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...