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

Kursinhalt

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.

Aufgabe

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ösung

Mark tasks as Completed
Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 7
AVAILABLE TO ULTIMATE ONLY
We're sorry to hear that something went wrong. What happened?
some-alt