Skip to content

Amirreza-Mousavi/Mushrooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


About

An implementation of decision trees in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages