Skip to Content
R: Unleash Machine Learning Techniques
book

R: Unleash Machine Learning Techniques

by Raghav Bali, Dipanjan Sarkar, Brett Lantz, Cory Lesmeister
October 2016
Beginner to intermediate
1123 pages
26h 44m
English
Packt Publishing
Content preview from R: Unleash Machine Learning Techniques

Getting the data

The first step in our data analysis pipeline is to get the dataset. We have actually cleaned the data and provided meaningful names to the data attributes and you can check that out by opening the german_credit_dataset.csv file. You can also get the actual dataset from the source which is from the Department of Statistics, University of Munich through the following URL: http://www.statistik.lmu.de/service/datenarchiv/kredit/kredit_e.html.

You can download the data and then run the following commands by firing up R in the same directory with the data file, to get a feel of the data we will be dealing with in the following sections:

> # load in the data and attach the data frame
> credit.df <- read.csv("german_credit_dataset.csv", ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Semi-Supervised and Unsupervised Machine Learning: Novel Strategies

Semi-Supervised and Unsupervised Machine Learning: Novel Strategies

Amparo Albalate, Wolfgang Minker
Strategies in Biomedical Data Science

Strategies in Biomedical Data Science

Jay A. Etchings, Ken Buetow

Publisher Resources

ISBN: 9781787127340Purchase Link