This solution demonstrates how to train a time series forecasting model that is robust to outliers using a Distributional TCN with Spliced Binned Pareto Distribution. We will also be covering how to deploy this solution in an endpoint. Throughout the process we will be leveraging SageMaker features that streamlines the data science process by utilizing AWS’s cloud infrastructure with the use of SageMaker Pipelines. This model can be applied to any time-series problem given that it has a sufficient amount of data.
- Clone the repository on Amazon SageMaker.
- Open the
SBP_main.ipynb
Jupyter Notebook. - Select
Python 3
kernel withPytorch 1.13 Python 3.9 CPU Optimized
image. - Run each cell in the
SBP_main.ipynb
Jupyter Notebook.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.