Skip to content
#

rfecv

Here are 20 public repositories matching this topic...

Implements an entire machine learning pipeline to train and evaluate a Random Forest Classifier on labeled gait data for walking. Data generated during the experiment has led to helpful insights in to the problem domain.

  • Updated Dec 8, 2022
  • Python

Before training a model or feed a model, first priority is on data,not in model. The more data is preprocessed and engineered the more model will learn. Feature selectio one of the methods processing data before feeding the model. Various feature selection techniques is shown here.

  • Updated Aug 18, 2020
  • Python

Hospitals contain large databases. We can use that data to discover new useful and potentially life saving knowledge. Here we use datamining especially to predict type 2 diabetes mellitus.Predicting the percentage of chance of occurrence of Diabetes mellitus type 2 with less time complexity and high accuracy.

  • Updated Feb 3, 2021
  • Jupyter Notebook

We have a data of retail transactions over two year. Apart from data analysis and visualization, a regression model is developed to predict the price of retail items belonging to different categories. Foretelling the Retail price can be a daunting task due to the huge datasets with a variety of attributes ranging from Text, Numbers(floats, integ…

  • Updated Mar 1, 2022
  • Jupyter Notebook

Explored data using data visualisation and exploratory data analysis. Used Logistic Regression to create a basic prediction model. Improved model using recursive feature elimination.

  • Updated Apr 4, 2019
  • Jupyter Notebook

Improve this page

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

Learn more