I am importing LLP3 and LLP4 algorithms in splunk-6.3.1 from the below file but now we are trying to migrate to the latest version of splunk-7.2.1 and observed the below LLP3 and few algorithms are commented in splunk-7.2.1.
splunk-6.3.1 :
./splunk/lib/python2.7/site-packages/splunk/stats_util/statespace.py:71:class LLP3
splunk-7.2.1 :
./lib/python2.7/site-packages/splunk/stats_util/statespace.py:1649:#class LLP3():
./lib/python2.7/site-packages/splunk/stats_util/statespace.py:1650:# ''' LLP3 follows LL for a while until it detects a period in the data, then it switches to LLP using that period.
Any help is appreciated.
Regards,
Nagendra
Can you install latest version of MLTK and use statespace algorithm?