Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.47 KB

MachineLearning

CRAN Version DataScienceUMH Win Build status Travis build status Linux Mac

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:

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