Use Pipeline for stacking transformers and models
masterpmdarima.preprocessing.Pipeline class (similar to scikit-learn's) allows you to stack multiple transformers together. You can also use the AutoARIMA class wrapper to include an automated ARIMA model within a pipeline.