When I tried to save my experiment with the SmartForecastingAssistant, I get a Cannot validate experiment error. I check all of the mandatory field in Learn and found nothing wrong, a...
I am trying to use the Forecast Time Series assistant of the Machine Learning Toolkit, and it's returning the error External search command 'predict' returned error code 1. (When I try copying the S...
Hi,
I am using the MLTK and tried to use Forecast time series assistant. I have logs on splunk shows the free space in c drive in particular server. So using Forecast time series assistant i am t...
Hi
In Splunk Enterprise there are some commands (ex: predict, associate, cluster); that already do their work. But in MLTK there are the algorithms that more and less do the same.
My question ...
I am developing a use case to detect outliers on logons for a specific app using Smart Outlier Detection Assistant in MLTK app. There is the Outlier Tolerance Threshold parameter in the L...
Hi
I am forecasting the number of logins. This is my SPL:
| inputlookup fortigate_QC_May2019_logins.csv
| fit StandardScaler "logins" with_mean=false with_std=true
| fit DBSCAN "S...
Hi All,
My Complete query to predict the future forecast is as shown below :-
index=predict sourcetype=anktest | search busy!=null | timechart count(eval(busy>500)) as critical , c...
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?
Hi
I am not sure how the "Sliding window" method work.
Let's assume I have a dataset of number of logins by hour.
a) A window of 24hours to predict the next 24h?
b) A window of 24h to pre...
I am using MLTK 4.3 Smartforecasting to model a time series . Forecasting works well with fit command . as soon as I try to use the model that was trained, it throws ambiguous errors(ambiguous to m...