Overview
To add a custom algorithm to the Splunk Machine Learning Toolkit, you need to write a python class and register it to the ML-SPL algorithm list. The algorithm class must implement certain methods which are outlined in the BaseAlgo class in $SPLUNK_HOME/etc/apps/Splunk_ML_Toolkit/bin/base.py
.
These are the high level steps to import a new algorithm to the Splunk Machine Learning Toolkit:
- Register the algorithm.
- Create a python script file (.py file) for the algorithm.
- Write an algorithm class.
Introduction | Register an algorithm |
This documentation applies to the following versions of Splunk® Machine Learning Toolkit: 2.2.0, 2.2.1
Feedback submitted, thanks!