Hi
I have challenge that need to know how with splunk, math, statistics, ... able to solve it.
Here is the log: sample:
2022-10-21 13:19:23:120 10
2022-10-21 13:19:23:120 &n...
Hi Splunk,
I work for a corporate partner and am interested in the capabilities of your new Machine Learning Toolkit.
I wrote several Python scripts using theSplunk SDK for Python to do the f...
I am researching to implement a LightGBM model using Skicit Learn in Python. Is it possible to install LightGBM Python packages so it can be used through theML-SPLAPI ?
Hi
I want to see the python code of the Kalman filter.
But I cannot find it in the algos folder. I can see ARIMA, ACF, PACF but not Kalman.
Where is it?
The requirement is to do forecasting on indexed data. A python script will be developed and use in Splunk to use the indexed data for forecasting. Is this possible? if yes, how?
Thanks!
Hello,
I use theSplunk Machine Learning Toolkit. I would like to predict a rare event. The predicted variable has two values : "GOOD" and "BAD". The "BAD" only represents 13% of the data.
I...
The default kernel available in SVM Classification is rbf.
Can someone please suggest how can I use the Linear kernel with the SVM. Is there any way i can pass this as a parameter ?
I'm trying to figure out how to use theSplunk Machine Learning Toolkit to identify common patterns between items (profiling to predict when something is the same). For example a set of domain c...
I am new to Splunk and want to write my own MLTK classes/functions. I want to test my code locally in Anaconda or PyCharm. Therefor I would like to set up a virtual python environment that is i...