Skip to content
#

recursive-feature-elimination

Here are 68 public repositories matching this topic...

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

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
neural_network_stacked_generalization_xgboost_glm

I showcase that I have broad set of skills regarding machine learning algorithms since I use Logistic Regression, XGBoost and Neural Networks in this project. Especially that I have a good understanding regarding neural networks and the Keras library.

  • Updated Jan 28, 2022
  • 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

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