Univariate Stock Market Forecasting using Facebook Prophet in Python
This tutorial gives an overview of Facebook Prophet and shows how to use the framework in Python to create a univariate time series forecast.
17 tutorials
This tutorial gives an overview of Facebook Prophet and shows how to use the framework in Python to create a univariate time series forecast.
This article shows how to employ a bag of words model and cosine similarities to create a content-based movie recommender with Python.
Learn how to use Random Search to tune the model hyperparameters of a Random Forest with Python that predicts house sale prices.
This tutorial develops and evaluates a Keras multi-output regression model that forecasts ten future Apple trading sessions in one pass.
This article predicts crime types in San Francisco with the XGboost classifier in Python and displays them on a crime map of SF
This Python tutorial shows how to use Auto-ARIMA for time series forecasting using the example of forecasting beer sales.
Learn about image classification with deep learning and develop a convolutional neural network that distinguishes between cats and dogs!
This tutorial shows how to build a customer churn prediction model in telecommunications. We will use Python and measure feature importance.
Learn how to tune the model hyperparameters of a Random Forest that predicts the survival of Titanic passengers using grid search in Python.
Test causal technical indicators in a leakage-free NASDAQ forecasting experiment with Python, Keras, and chronological evaluation.
This article deals with sentiment analysis and shows how to build a sentiment classifier using logistic regression and naive Bayes in Python.
This tutorial builds and evaluates a Keras multivariate LSTM that forecasts the next-session NASDAQ Composite return.
Learn to use logistic regression to solve two-class prediction problems in Python by classifying online shoppers' purchase intentions.
Learn six regression error metrics, their limitations, and how to evaluate a time series model against a baseline with Python and scikit-learn.
This tutorial shows how to create and evaluate a recursive multi-step forecast for a rising sine curve using Keras LSTM layers in Python.
This article shows how to train a univariate neural network model for stock market forecasting with Python and Scikit-learn.
Want to learn about flight delay prediction? This tutorial develops a classifier in Azure Machine Learning that predicts flight delays.