Skip to content
#

recursive-feature-elimination

Here are 62 public repositories matching this topic...

An ensemble of machine learning models for detecting fraudulent credit card transactions, utilizing advanced techniques for feature selection, data imbalance handling, and hyperparameter tuning.

  • Updated May 15, 2024
  • Jupyter Notebook

This study aimed to assess whether machine learning algorithms would outperform traditional modeling in developing a cesarean delivery prediction model among gravidas with morbid obesity (body mass index of ≥40 kg/m2) to determine whether a primary cesarean delivery may be beneficial.

  • Updated Apr 21, 2024
  • Jupyter Notebook

This repository contains the notebook used for the Spring 2021 Kaggle Dengue Fever Prediction Competition. Placement was in the top 10% with a MAE of 24.86. Our best approach involved Random Forest Regression on a reduced featureset selected with Recursive Feature Elimination in combination with correlation with the target (number of dengue cases).

  • Updated Mar 22, 2024
  • Jupyter Notebook

Delved into advanced techniques to enhance ML performance during the uOttawa 2023 ML course. This repository offers Python implementations of Naïve Bayes (NB) and K-Nearest Neighbor (KNN) classifiers on the MCS dataset.

  • Updated Jan 9, 2024
  • Jupyter Notebook

Used CDC dataset for heart attack detection in patients. Balanced the dataset using SMOTE and Borderline SMOTE and used feature selection and machine learning to create different models and compared them based on metrics such as F-1 score, ROC AUC, MCC, and accuracy.

  • Updated Dec 16, 2022
  • Python

Improve this page

Add a description, image, and links to the recursive-feature-elimination 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 recursive-feature-elimination topic, visit your repo's landing page and select "manage topics."

Learn more