You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project provides a complete end-to-end workflow for building a binary classifier in Python to recognize the risk of housing loan default. It includes methods like automated feature engineering for connecting relational databases, comparison of different classifiers on imbalanced data, and hyperparameter tuning using Bayesian optimization.
A two-stage predictive machine learning engine that forecasts the on-time performance of flights for 15 different airports in the USA based on data collected in 2016 and 2017.
A dataset containing over 70,000 data points, 12 features, and one target variable were used to analyze if machine learning could predict if an individual has cardiovascular disease.
The objective of this capstone project is to use Natural Language Processing (NLP) to create a machine-learning model that predicts the quality of questions posted on Stack Overflow, a popular question-and-answer platform for software developers.
This problem is a typical Classification Machine Learning task. Building various classifiers by using the following Machine Learning models: Logistic Regression (LR), Decision Tree (DT), Random Forest (RF), XGBoost (XGB), Light GBM and Support Vector Machines with RBF kernel.
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using knn.
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using knn.
This repository contains code and documentation for a machine learning project focused on predictive maintenance in industrial machinery. The project explores the development of a comprehensive predictive maintenance system using various machine learning techniques.
This project aims to study the influence factors of international students' mobility with the case of international students from B&R countries studying in China.