Predictive Maintenance: Predicting Machine Failure from Sensor Data with Python
Build a leakage-safe, reproducible machine-failure classifier and evaluate rare-event performance with appropriate baselines and metrics.
18 tutorials
Build a leakage-safe, reproducible machine-failure classifier and evaluate rare-event performance with appropriate baselines and metrics.
In this tutorial, we will use Python and the scikit-learn library to apply hierarchical clustering to a dataset of customer data.
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 combines blockchain data and historic crypto prices from CryptoCompare in a comprehensive on-chain analysis using Python.
This guide provides tips on feature exploration, engineering, and selection for machine learning using Python and Scikit-Learn
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 teaches the basics of Big Data analytics with Pyspark, based on the ingestion, processing, and analysis of Zurich weather data.
This tutorial develops and evaluates a Keras multi-output regression model that forecasts ten future Apple trading sessions in one pass.
This tutorial presents k-mean clustering and how to perform a cluster analysis on synthetic data with Python and Scikit-Learn.
This article describes multivariate anomaly detection in the example of credit card fraud using Random Isolation Forests in Python
Build and evaluate a reproducible multiclass model for historical San Francisco incident categories, including responsible-use limitations.
Create color-coded cryptocurrency price charts with Python to visualize the lag between price points and the bitcoin halving.
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.
A compact, reproducible sentiment-analysis example using synthetic text data, TF-IDF features, and a comparison of Naive Bayes and Logistic Regression.
Learn to use logistic regression to solve two-class prediction problems in Python by classifying online shoppers' purchase intentions.
COVID-19 has had a strong impact on the global stock market. We can measure this influence with a stock market correlation matrix in Python.