tree-classifiers
There are 18 repositories under tree-classifiers topic.
fasttrees/fasttrees
A fast and frugal tree classifier for sklearn
Brunopaes/mooncake
This Data Science-like project is aimed on analyzing a bunch of techniques for False Negatives (Frauds classified as Non-Frauds) in a extreme imbalanced dataset - Financial Fraud and improving the predictors performance.
mahvash-siavashpour/Diabetes-Detection
The goal of this project was to detect Diabetes using XGBoost based on the information of more than 70,000 patients through the questionnaire that they filled out for the Organization for Disease Control and Prevention.
brunograssano/TP-Organizacion-de-datos
TPs de la materia Organización de Datos - Catedra Collinet - FIUBA - 2C2020
heydarimo/Intelligent-Systems-Course
This repository contains materials and course projects during attending the Intelligent Systems Course, for more detailed information please have a look at my Final_Report files which have been separately uploaded for each of the projects and consist of all required information about the implementations, analyses, and anything else you may concern about that!
JoKoum/stochastic-gradient-trees-python
Stochastic Gradient Trees implementation in Python
Faroja/Practice-Machine-Learning-11
Machine Learning Practice Essemble Model Bagging, Using detailed EDA, Preprocessing Scheme, looking model with best performance F1 score, Hyperparamater Tunning for best models, and intrepertation
narjesno/Intelligent-Systems
This repository contains all of the Machine Learning-related projects I've worked on. The projects are part of the undergraduate course at the University of Tehran.
arnabd64/CancerPrediction
A project to build an ML model on the Cancer Prediction dataset
DavidLakeT/rocket
Data science implementation for academic success prediction using C4.5 and Random Forest algorithms.
SamuelSousaFerreira/Curso-Dominando-Data-Science---Flai
Aulas do curso Dominando Data Science da Flai.
skaraoglu/Forest-Cover-Type-Classification
In this paper, we analyze the Forest Cover Dataset provided by UCI, build numerous classifiers to classify the forest cover type of a parcel of land, and evaluate the performance of the classifiers. To achieve this goal, we applied a step by step approach to the problem and explained the process thoroughly. We start the process with the data preprocessing. After adding id column and headers to the data in MS Excel, the data is stored in a “Comma Seperated Value” (.csv file) format. Following, definition of the libraries used in this project are provided. After applying data processing to the dataFrame, we examined and explained some features about the data that is crucial in the classification processes. In this process; plot of the data, correlation in the data columns, distribution of the data are the main focus. Furthermore, data is classified by different classifiers and these classifiers are cross validated with several hyperparameters to find the best tuning for each classifier. Afterwards we trained the classifiers with best hyperparameters and tested the performance on data. Finally we compared and analyzed the results.
ustyuzhaninky/Tensorflow-Tree
Tensorflow implementation of a decision Tree
Warpedro1/intro_machine-learning_classification
This Jupyter Notebook serves as a comprehensive guide to performing support vector machine (LinearSVC) classification and calculating accuracy scores for machine learning tasks. It provides step-by-step instructions and code examples for building, training, and evaluating a LinearSVC classifier
carban/Heart-Desease
AI basic project
JoKoum/stochastic-gradient-trees-cython
Stochastic Gradient Trees implementation in C++, Python
tech-espm/pgt-mooncake
This Data Science-like project is aimed on analyzing a bunch of techniques for False Negatives (Frauds classified as Non-Frauds) in a extreme imbalanced dataset - Financial Fraud and improving the predictors performance.
yuryalencar/DecisionTreeClassifierTitanicExample
Project to classifier persons to die and not die by IA algorithm Decision Tree Classifier