The Wayback Machine - https://web.archive.org/web/20210823215937/https://github.com/topics/random-forest-regressor
Skip to content
#

random-forest-regressor

Here are 58 public repositories matching this topic...

Twitter-Sentimental-Analysis

I have used Multinomial Naive Bayes, Random Trees Embedding, Random Forest Regressor, Random Forest Classifier, Multinomial Logistic Regression, Linear Support Vector Classifier, Linear Regression, Extra Tree Regressor, Extra Tree Classifier, Decision Tree Classifier, Binary Logistic Regression and calculated accuracy score, confusion matrix and ROC(Receiver Operating Characteristic) and AUC(Area Under Curve) and finally shown how they are classifying the tweet in positive and negative.
  • Updated Sep 21, 2020
  • Python

In this project using New York dataset we will predict the fare price of next trip. The dataset can be downloaded from https://www.kaggle.com/kentonnlp/2014-new-york-city-taxi-trips The dataset contains 2 Crore records and 8 features along with GPS coordinates of pickup and dropoff
  • Updated Jun 13, 2019
  • Jupyter Notebook

In this project, I use the Random forest algorithm to build the house price prediction model on a dataset with 16 features and 4600 samples from Kaggle. Random Forest Regressor will be an optimal algorithm in this problem because it works well on both categorical and numerical features. Moreover, it is robust to missing values, new entries, and outliers and will save us the effort to normalize the data considering each feature’s scale varies a lot. The experiment shows that feature engineering using Recursive Feature Elimination does help improve model performance. Comparing the model trained on all features, the model trained on the 7 optimal features improves the R2 score from 0.4904 to 0.5435 while reducing the Mean absolute error from 134490.3 to 131453.1.
  • Updated Sep 13, 2020
  • Jupyter Notebook

This repository consist of various machine learning models along with the dataset. The models are trained with widely used ML algorithms like Gradient Boost , Random Forest etc. Pickle is used to serialize ML algorithms for predictions or availing it for the server use.
  • Updated Aug 13, 2021
  • Jupyter Notebook

The goal is to predict how likely individuals are to receive their H1N1 and seasonal flu vaccines. Specifically, you'll be predicting two probabilities: one for h1n1_vaccine and one for seasonal_vaccine. Each row in the dataset represents one person who responded to the National 2009 H1N1 Flu Survey. For details please visit the link: https://www.drivendata.org/competitions/66/flu-shot-learning/page/211/
  • Updated Dec 24, 2020
  • Jupyter Notebook

Improve this page

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

Learn more