An open API service indexing awesome lists of open source software.

https://github.com/armandfs/ensemble_learning_project

This repository is one of my assignment in my Data Science Programme. It is a combination of implementing ensemble learning machine learning algorithms, such as decision trees, bagging, random forests, and majority voting.
https://github.com/armandfs/ensemble_learning_project

Last synced: 12 months ago
JSON representation

This repository is one of my assignment in my Data Science Programme. It is a combination of implementing ensemble learning machine learning algorithms, such as decision trees, bagging, random forests, and majority voting.

Awesome Lists containing this project

README

          

# ensemble_learning_project
This repository is one of my assignment in my Data Science Programme. It is a combination of implementing ensemble learning machine learning algorithms, such as decision trees, bagging, random forests, and majority voting. I'll be utilizing pure python libraries with a few classifiers from Sci-kit learn's machine learning library. For the dataset, we used a custom Breast Cancer dataset from the UCI Machine Learning Repository.