Skip to content

A repository of custom algorithm examples for the Splunk Machine Learning Toolkit.

License

Notifications You must be signed in to change notification settings

metasyn/mlspl-extensibility-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlspl-extensibility-examples

This repository holds examples of custom algorithms that can be used with the Splunk Machine Learning Toolkit.

Many of the examples can also be found in the ML-SPL API Documentation.

This app does require that you alreay have the MLTK & Python for Scientific Computing add-on already installed.

Examples

The examples can be found in bin/examples.

Hello World

This is more or less the most minimal example possible, as you'd expect.

Correlation Matrix

This is a simple example showing abitrary data frame manipulation. In this case, we call panda's corr method on the data frame.

Savgol Filter

This is another example of an arbitrary data transformation - in this case, using a Savitzky-Golay filter on fields.

Agglomerative Clustering

This shows how one might use some of the utility methods in the MLTK.

SVR

This shows how to inherit the main methods from the mixin classes.

AdaBoostClassifier

This also shows using the mixin classes, in this case, with a more complex model.

About

A repository of custom algorithm examples for the Splunk Machine Learning Toolkit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages