* fix chronos deep_dive link error * add use-case * delete the use-case contained in chronos.md * add space * modify the index.md format * change page style * fix link error * change title link * fix repo error * change to relative path * remove extra symbols * add \n * change use-case title * fix anomaly detection link error
		
			
				
	
	
	
	
		
			8.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Chronos Tutorial
- 
Predict Number of Taxi Passengers with Chronos Forecaster
In this guide we will demonstrate how to use Chronos TSDataset and Chronos Forecaster for time series processing and predict number of taxi passengers.
 
- 
Tune a Forecasting Task Automatically
In this guide we will demonstrate how to use Chronos AutoTSEstimator and Chronos TSPipeline to auto tune a time seires forecasting task and handle the whole model development process easily.
 
- 
Detect Anomaly Point in Real Time Traffic Data
In this guide we will demonstrate how to use Chronos Anomaly Detector for real time traffic data from the Twin Cities Metro area in Minnesota anomaly detection.
 
- 
Tune a Customized Time Series Forecasting Model with AutoTSEstimator.
In this notebook, we demonstrate a reference use case where we use the network traffic KPI(s) in the past to predict traffic KPI(s) in the future. We demonstrate how to use AutoTSEstimator to adjust the parameters of a customized model.
 
- 
Auto Tune the Prediction of Network Traffic at the Transit Link of WIDE
In this notebook, we demostrate a reference use case where we use the network traffic KPI(s) in the past to predict traffic KPI(s) in the future. We demostrate how to use AutoTS in project Chronos to do time series forecasting in an automated and distributed way.
 
- 
Multivariate Forecasting of Network Traffic at the Transit Link of WIDE
In this notebook, we demonstrate a reference use case where we use the network traffic KPI(s) in the past to predict traffic KPI(s) in the future. We demostrate how to do univariate forecasting (predict only 1 series), and multivariate forecasting (predicts more than 1 series at the same time) using Project Chronos.
 
- 
Multistep Forecasting of Network Traffic at the Transit Link of WIDE
In this notebook, we demonstrate a reference use case where we use the network traffic KPI(s) in the past to predict traffic KPI(s) in the future. We demostrate how to do multivariate multistep forecasting using Project Chronos.
 
- 
Stock Price Prediction with LSTMForecaster
In this notebook, we demonstrate a reference use case where we use historical stock price data to predict the future price. The dataset we use is the daily stock price of S&P500 stocks during 2013-2018 (data source). We demostrate how to do univariate forecasting using the past 80% of the total days' MMM price to predict the future 20% days' daily price.
Reference: https://github.com/jwkanggist/tf-keras-stock-pred
 
- 
Stock Price Prediction with ProphetForecaster and AutoProphet
In this notebook, we demonstrate a reference use case where we use historical stock price data to predict the future price using the ProphetForecaster and AutoProphet. The dataset we use is the daily stock price of S&P500 stocks during 2013-2018 data source.
Reference: https://facebook.github.io/prophet, https://github.com/jwkanggist/tf-keras-stock-pred
 
- 
Unsupervised Anomaly Detection for CPU Usage
We demonstrates how to perform anomaly detection based on Chronos's built-in DBScanDetector, AEDetector and ThresholdDetector.
 
- 
Anomaly Detection for CPU Usage Based on Forecasters
We demonstrates how to leverage Chronos's built-in models ie. MTNet, to do time series forecasting. Then perform anomaly detection on predicted value with ThresholdDetector.
 

