Skip to content
#

random-forest-classification

Here are 27 public repositories matching this topic...

In this project the data is been used from UCI Machinery Repository. Main aim of this project is to predict telling tumor of each patient is Benign (class – 2) or Malignant (class – 4) the models used are – Decision tree Classification, Logistic Regression, K-Nearest Neighbors, SVM, Kernel SVM, Naïve-Bayes and Random Forest Classification.

  • Updated Jul 15, 2020
  • Jupyter Notebook

Random forests is a supervised learning algorithm. It can be used both for classification and regression. It is also the most flexible and easy to use algorithm. A forest is comprised of trees. It is said that the more trees it has, the more robust a forest is. Random forests creates decision trees on randomly selected data samples, gets predict…

  • Updated Oct 17, 2021
  • Jupyter Notebook

"Stock Predictor" project basically aims to provide a visual representation and analysis of data related to time-series data which is constantly changing. This provides a dashboard to user displaying current trends and stocks data which uses ML like "LSTM" and "Random Forest" model.

  • Updated Oct 20, 2024
  • JavaScript

Improve this page

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

Learn more