ML-SPL API best practices
When writing algorithms, it is best to assume invalid input. If there is a parameter passed in, make sure you check that it is valid. If you require a particular field, for example, _time
, make sure you check for its presence and error accordingly.
This documentation applies to the following versions of Splunk® Machine Learning Toolkit: 4.4.0
Feedback submitted, thanks!