Splunk Search

How can I fix deep learning toolkit fit error?

mrcamilo01
New Member

Hi i'm trying to create a vanilla dense neural network in the splunk deep learning toolkit, but when i try to use the command

| fit MLTKContainer algo=nn_regresion "field" from * into: app:XYZ

i got the error:

  • MLTKC error: /fit: ERROR: unable to load algo code from module. Ended with exception: module 'app.model.nn_regresion' has no attribute 'summary'

Someone knows, what did i do wrong? or it's a deep learning toolkit problem?

Labels (1)
0 Karma

moses_meniscus
Explorer

Just a note you might have to define a function in your python code

something like:

def summary():

      <your python code>

 

Hope that helps!

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...