--- # RAIN meta: name : rain title : Predict if it will rain tomorrow (decision tree and random forest). keywords : r, prediction, classification, decision tree, introductory, weather, climate, random forest version : 5.1.4 languages : R display : demo license : gpl3 author : Graham.Williams@togaware.com url : https://github.com/gjwgit/rain dependencies : cran: - rpart - randomForest - magrittr - dplyr - tidyr - rattle=5.2.0 - rpart.plot - tibble files: - docs/README.md - demo.R - predict.R commands: demo : Build a model, display, and present performance metrics. predict : Run the model interactively to predict rain tomorrow.