Machine Learning with R by 2013

Machine Learning with R by 2013

Author:2013
Language: eng
Format: epub
Publisher: Packt Publishing


Note

To read more about the wine study, please refer to the publication Modeling wine preferences by data mining from physicochemical properties, Decision Support Systems, Vol. 47, pp. 547-553, by P. Cortez, A. Cerdeira, F. Almeida, T. Matos, and J. Reis (2009).

Step 2 – exploring and preparing the data

As usual, we will use the read.csv() function to load the data into R. Since all of the features are numeric, we can safely ignore the stringsAsFactors parameter.

> wine <- read.csv("whitewines.csv")



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.