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 a multi-output regression model in Python that generates a multi-day stock market forecast for the S&P500
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.
Feature engineering for multivariate time series models using the example of stock market forecasting with Python and Keras Neural Networks.
This article deals with sentiment analysis and shows how to build a sentiment classifier using logistic regression and naive Bayes in Python.
This tutorial shows how to model a multivariate time series using a recurrent neural network to forecast the stock market.
Learn to use logistic regression to solve two-class prediction problems in Python by classifying online shoppers' purchase intentions.
This tutorial presents six regression error metrics to measure model performance and shows how to implement them with Python and Scikit-learn
This article shows how to create a rolling multi-step forecast for a rising sine curve using Keras neural networks with 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.