- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk ML Toolkit, Python, Custom Algorithm: How do I output a plot in a custom algorithm?

absdef
New Member
03-08-2018
08:45 AM
For ex, in the supplied CorrelationMatrix example, can I plot the correlation values? Something like a 'corrplot' in R.
I am an R user and I am still learning Python. I believe I have to use 'matplotlib' for generating plots. Where do I write the plotting in writing the custom algorithm code.
Can I use a Python port of R's "ggplot" in Splunk. It would save a lot of time for me, If I can do this.
http://docs.splunk.com/Documentation/MLApp/3.1.0/API/Writeanalgorithmclass
