An open API service indexing awesome lists of open source software.

https://github.com/atheeralzhrani/ml-projects

ML projects, which I worked on utilising different machine learning algorithms.
https://github.com/atheeralzhrani/ml-projects

classification-trees clustering-algorithm liner-regestion logistic-regression naive-bayes-algorithm regression-trees svm-classifier xgboost-classifier xgboost-regression

Last synced: 3 months ago
JSON representation

ML projects, which I worked on utilising different machine learning algorithms.

Awesome Lists containing this project

README

        

# Project4: Divorce Prediction
Utilises the Naive Bays Classifier to predict divorce likelihood using survey data from the
Divorce Predictors Scale (DPS), which consists of responses from both divorced and married
couples to 54 questions labelled Atr1 to Atr54.

# Project3: Predict buying behaviour
Aims to predict whether an individual would make a purchase based on their age and
estimated salary using the decision tree algorithm.

# Project2: Student Performance Prediction.
Aims to predict student study performance based on various factors using the XGBoost
Regressor model.

# Project1: Predicting bike rentals using XGBR model