ARIMA using specific parameters ValueError bug fixed
For some timeseries there were not relevant values for box-cox transformation inside ARIMA ts_implementations. Values like that now are filling with linear interpolation. The model works with the tuner on different ARIMA parameters.