Skip to content
#

gradient-boosting-classifier

Here are 217 public repositories matching this topic...

I applied supervised machine learning models (Decision Trees, Gradient Boosting, Support Vector Machines) on data collected for the US census to help CharityML (a fictitious charity organization) identify/predict people most likely to donate to their cause.

  • Updated Jun 28, 2021
  • Jupyter Notebook

The Office of Foreign Labor Certification is facing a dramatic increase in work visa applications, but is hampered by a sluggish review system. It needs to improve the process by developing a way to quickly, accurately identify applications likely to be accepted or rejected so their processing may be prioritized.

  • Updated Nov 3, 2022

The model should predict whether is it going to rain the next day coming or it isn't. The models that have been deployed were TensorFlow Sequential, Random Forest Classifier and GradientBoostingClassifier. The best model on both training and test set was achieved with Gradient Boosting Classifier with 95.2% and 85.5% accuracy on the train and test.

  • Updated Jan 29, 2023
  • Jupyter Notebook

Our project utilizes machine learning models to predict cardiovascular diseases (CVDs) by analyzing diverse datasets and exploring 14 different algorithms. The aim is to enable early detection, personalized interventions, and improved healthcare outcomes.

  • Updated Jul 9, 2024
  • Jupyter Notebook

Utilizing machine learning models including logistic regression, random forest, gradient boosting, and neural networks to identify fraudulent credit card transactions. Dataset, consisting of PCA-transformed features and unbalanced classes, required precision-recall metrics for accurate evaluation. Developed in Python using TensorFlow and scikit.

  • Updated Jul 10, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gradient-boosting-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gradient-boosting-classifier topic, visit your repo's landing page and select "manage topics."

Learn more