Book Image

Hands-On Data Science with R

By : Vitor Bianchi Lanzetta, Doug Ortiz, Nataraj Dasgupta, Ricardo Anjoleto Farias
Book Image

Hands-On Data Science with R

By: Vitor Bianchi Lanzetta, Doug Ortiz, Nataraj Dasgupta, Ricardo Anjoleto Farias

Overview of this book

R is the most widely used programming language, and when used in association with data science, this powerful combination will solve the complexities involved with unstructured datasets in the real world. This book covers the entire data science ecosystem for aspiring data scientists, right from zero to a level where you are confident enough to get hands-on with real-world data science problems. The book starts with an introduction to data science and introduces readers to popular R libraries for executing data science routine tasks. This book covers all the important processes in data science such as data gathering, cleaning data, and then uncovering patterns from it. You will explore algorithms such as machine learning algorithms, predictive analytical models, and finally deep learning algorithms. You will learn to run the most powerful visualization packages available in R so as to ensure that you can easily derive insights from your data. Towards the end, you will also learn how to integrate R with Spark and Hadoop and perform large-scale data analytics without much complexity.
Table of Contents (16 chapters)

Quiz

  1. Quiz-tion: There is a theory that strongly influenced the packages ggplot2 and ggvis. This theory is known as:
    1. String theory
    2. Best polygon
    3. Grammar of Graphics
    4. None of the above
  2. Quiz-tion: Pick the false statement about interactive graphics.
    1. They are appropriate for web pages
    2. They don't ever allow the audience to zoom in and out
    3. The ggvis and plotly packages allow users to build interactive plots
    4. The rCharts and googleVis packages allow users to build interactive plots
  3. Quiz-tion: Which of the following statements is false?
    1. Overplotting can sometimes be softened by a technique called alpha transparency
    2. Data manipulation and preprocessing is never required before drawing a plot
    3. Plots made by ggplot2 cannot be made interactive, not even with the aid of packages such as shiny or plotly
    4. Knowing HTML and JavaScript can sometimes be helpful while crafting interactive...