Skip to content
#

recursive-feature-elimination

Here are 62 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

A Chinese automobile company Geely Auto aspires to enter the US market by setting up their manufacturing unit there and producing cars locally to give competition to their US and European counterparts. They have contracted an automobile consulting company to understand the factors on which the pricing of cars depends. Specifically, they want to …

  • Updated Apr 18, 2020
  • 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

Understanding and predicting the factors leading to employees leaving and finding relations between them. Also finding the importance of a feature according to ML models.

  • Updated May 25, 2021
  • Jupyter Notebook

This project was done in the 4th semester of Btech data science. Took an online dataset about cars. Understood, cleaned, visualized and prepared our data for building a regression model. Using Recursive feature elimination and Backward selection as a method of feature selection we built a final model. Then tested the assumptions that we made abo…

  • Updated Jun 14, 2021
  • 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

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