Skip to content
#

rfe

Here are 60 public repositories matching this topic...

A Linear Regression model to predict the car prices for the U.S market to help a new entrant understand important pricing variables in the U.S automobile industry. A highly comprehensive analysis with detailed explanation of all steps; data cleaning, exploration, visualization, feature selection, model building, evaluation & MLR assumptions validity.

  • Updated Jul 28, 2020
  • Jupyter Notebook

The given information of network connection, model predicts if connection has some intrusion or not. Binary classification for good and bad type of the connection further converting to multi-class classification and most prominent is feature importance analysis.

  • Updated Aug 10, 2019
  • Jupyter Notebook

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 13, 2021
  • Python

The goal of this project is to garner data insights using data analytics to purchase houses at a price below their actual value and flip them on at a higher price. This project aims at building an effective regression model using regularization (i.e. advanced linear regression: Ridge and Lasso regression) in order to predict the actual values of prospective housing properties and decide whether to invest in them or not.

  • Updated Jul 9, 2021
  • Jupyter Notebook

In this project, data analytics is used to analyze customer-level data of a leading telecom firm, build predictive models to identify customers at high risk of churn, and identify the main indicators of churn. The project focuses on a four-month window, wherein the first two months are the ‘good’ phase, the third month is the ‘action’ phase, while the fourth month is the ‘churn’ phase. The business objective is to predict the churn in the last i.e. fourth month using the data from the first three months.

  • Updated Jul 9, 2021
  • Jupyter Notebook

Consider a real estate company that has a dataset containing the prices of properties in the Delhi region. It wishes to use the data to optimise the sale prices of the properties based on important factors such as area, bedrooms, parking, etc. Essentially, the company wants — To identify the variables affecting house prices, e.g. area, number of rooms, bathrooms, etc. To create a linear model that quantitatively relates house prices with variables such as number of rooms, area, number of bathrooms, etc. To know the accuracy of the model, i.e. how well these variables can predict house prices.

  • Updated Jul 10, 2020
  • Jupyter Notebook

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

A US bike-sharing provider BoomBikes has recently suffered considerable dips in their revenues due to the ongoing Corona pandemic. The company is finding it very difficult to sustain in the current market scenario. So, it has decided to come up with a mindful business plan to be able to accelerate its revenue as soon as the ongoing lockdown comes to an end, and the economy restores to a healthy state.

  • Updated Aug 29, 2021
  • 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 rfe 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 rfe topic, visit your repo's landing page and select "manage topics."

Learn more