/Mushrooms

An implementation of decision trees in R

Primary LanguageRMIT LicenseMIT

Mushrooms

An implementation of decision trees in R.

Just make sure to have installed the following packages: rpart, rpart.plot, caTools

 install.packages("rpart")
 install.packages("rpart.plot")
 install.packages("caTools")

The mushrooms.csv dataset was downloaded from kaggle.