https://github.com/plotly/dash-sample-apps.git
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
This is a simple notebook comparing the output of Holt-Winters, SARIMA and FBProphet. Information about parameter tuning has not been included.
The repository provides an in-depth analysis and forecast of a time series dataset and summarizes the mathematical concepts required to have a deeper understanding of Holt-Winter's model. Also contains the implementation and analysis to time series anomaly detection using brutlag algorithm.