Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 493 Bytes

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.