Skip to content

Project to learn how to implement decision tree and random decision forest

Notifications You must be signed in to change notification settings

Kruszylo/random-decision-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random forest

This is an implementation of Random Forest, I tested it on Wine Quality dataset.

To build one decision tree run main.py script.

Use grow_forest(dataset, K) to prepare forest.

Use evaluete_forest(forest, dataset) to train prepared forest.

About

Project to learn how to implement decision tree and random decision forest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages