Skip to content
#

extratreesclassifier

Here are 31 public repositories matching this topic...

Empirical_Study_of_Ensemble_Learning_Methods
heartDiseasePrediction

This repo is the Machine Learning practice on NHANES dataset of Heart Disease prediction. The ML algorithms like LR, DT, RF, SVM, KNN, NB, MLP, AdaBoost, XGBoost, CatBoost, LightGBM, ExtraTree, etc. The results are good. I also explore the class-balancing (SMOTE) because the original dataset contains only 5% of patient and 95% of healthy record.

  • Updated Apr 13, 2024
  • Jupyter Notebook

Used different types of machine learning classifiers such as Passive Aggressive, Extra Trees, Dummy Classifier to detect the DDos attack and compared the accuracies of the classifiers to determine the best out of the three.

  • Updated Jul 8, 2020

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

The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 150.

  • Updated Jul 2, 2024
  • Jupyter Notebook

Improve this page

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

Learn more