Hi All,
I am trying to implement a few algorithms from the MLTK app. According to the MLTK algorithm documentation only density function groups by data for fit command
https://docs.splunk.com/Documentation/MLApp/5.2.0/User/Algorithms#DensityFunction
I found the same after triaging other algorithms. Could someone please confirm if we can use
| fit OneClassSVM fields* by "date_wday,date_hour" into model_svm. and if it's not supported by default settings is there any way to add this feature?
Thanks!