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:
Someone knows, what did i do wrong? or it's a deep learning toolkit problem?
Just a note you might have to define a function in your python code
something like:
def summary():
<your python code>
Hope that helps!