A collection of routines created in the collaboration framework in tourism innovation between the Valencian Tourism Agency (AVT) http://www.turisme.gva.es/opencms/opencms/turisme/es/index.jsp and the Miguel Hernandez University. The package provides a set of machine learning tools for pattern detection, association and classification rules and feature selection even under massive data environments.

Installation

Install this package from CRAN (stable version):

install.packages("MachineLearning")

Install this package from Github (development version):

For this, you can choose different packages such as:

With devtools
library(devtools)
install_github("datascienceumh/MachineLearning")
With remotes
library(remotes)
install_github("datascienceumh/MachineLearning")