Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Prophet | Stock Prices Prediction Project
Stock Prices Prediction Project
course content

Kursinnhold

Stock Prices Prediction Project

book
Prophet

The prophet is a Python library used for forecasting time series data. It is open-source and developed by Facebook. It is based on a decomposable time series model with three main components: trend, seasonality, and holidays.

Prophet uses a decomposable model, where the time series is broken down into trends, seasonality, and holidays. The trend component models non-periodic changes, the seasonal component models periodic changes, and the holiday component models the effects of events such as Christmas, Black Friday, etc. The library can take into account additional regressors as well.

Prophet also includes functionality for handling missing data and outliers and automatically fitting the model using the Bayesian inference. It also provides tools for analyzing the model's forecast errors, which can help identify any patterns or sources of error in the data.

Overall, prophet is designed to make it easy to create high-quality forecasts with minimum tuning and effort. It is particularly useful for business forecasting and other applications that involve time series data.

Oppgave

Swipe to start coding

  1. Select only the rows with the AAPL stock;
  2. Extract only the "date" and "close" columns;
  3. Rename "date" into "ds" and "close" into "y" (standard names required by a prophet).

Løsning

Mark tasks as Completed
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 7
AVAILABLE TO ULTIMATE ONLY
Vi beklager at noe gikk galt. Hva skjedde?
some-alt