Skip to content

Decision Tree, Random Forest and AdaBoost implementation from scratch.

License

Notifications You must be signed in to change notification settings

many-facedgod/Decision-Trees

Repository files navigation

An implementation of decision trees and random forests in Java

Decision trees, random forests and AdaBoost are implemented in Java and evaluated on the Adult Data Set, yielding an accuracy of 80-85%. The implementation can easily be used for other datasets with modification only in the main method.

The data set used:

Adult Data Set

About

Decision Tree, Random Forest and AdaBoost implementation from scratch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages