Hi, when I try run my custom algorithm in ML_Toolkit I receive this log:
12-12-2018 10:50:36.447 ERROR ChunkedExternProcessor - stderr: /opt/splunk/etc/apps/Splunk_SA_Scientific_Python_linux_x86_64/bin/linux_x86_64/lib/python2.7/site-packages/statsmodels/compat/pandas.py:56: FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version. Please use the pandas.tseries module instead.
12-12-2018 10:50:36.447 ERROR ChunkedExternProcessor - stderr: from pandas.core import datetools
The algorithm I implemented is based in SARIMA, and in my code I don't import paandas.core.datetools.
Anyone have some solution?