mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
Adding ELI5 video
This commit is contained in:
parent
f373d249c4
commit
cdc6207fd7
2 changed files with 9 additions and 0 deletions
|
|
@ -147,3 +147,7 @@ h5:hover .header-link,
|
|||
h6:hover .header-link {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.videoBlock {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,11 @@ layout: home
|
|||
title: Prophet
|
||||
id: home
|
||||
---
|
||||
## Watch Introductory Video
|
||||
|
||||
<div class="videoBlock">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/eJrbKU09h-0" title="Explain Like I'm 5: Prophet" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe>
|
||||
</div>
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue