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

Kursusindhold

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.

Opgave

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 desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 7
AVAILABLE TO ULTIMATE ONLY
Vi beklager, at noget gik galt. Hvad skete der?
some-alt