Fix travis link

This commit is contained in:
Ben Letham 2018-12-20 15:39:11 -08:00
parent 9676019825
commit bf79aa539e

View file

@ -1,6 +1,6 @@
# Prophet: Automatic Forecasting Procedure
[![Build Status](https://travis-ci.org/facebook/prophet.svg?branch=master)](https://travis-ci.org/facebook/prophet)
[![Build Status](https://travis-ci.com/facebook/prophet.svg?branch=master)](https://travis-ci.org/facebook/prophet)
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.