Book Image

Data Science Using Python and R

By : Chantal D. Larose, Daniel T. Larose
Book Image

Data Science Using Python and R

By: Chantal D. Larose, Daniel T. Larose

Overview of this book

Data science is hot. Bloomberg named a data scientist as the ‘hottest job in America’. Python and R are the top two open-source data science tools using which you can produce hands-on solutions to real-world business problems, using state-of-the-art techniques. Each chapter in the book presents step-by-step instructions and walkthroughs for solving data science problems using Python and R. You’ll learn how to prepare data, perform exploratory data analysis, and prepare to model the data. As you progress, you’ll explore what are decision trees and how to use them. You’ll also learn about model evaluation, misclassification costs, naïve Bayes classification, and neural networks. The later chapters provide comprehensive information about clustering, regression modeling, dimension reduction, and association rules mining. The book also throws light on exciting new topics, such as random forests and general linear models. The book emphasizes data-driven error costs to enhance profitability, which avoids the common pitfalls that may cost a company millions of dollars. By the end of this book, you’ll have enough knowledge and confidence to start providing solutions to data science problems using R and Python.
Table of Contents (20 chapters)
Free Chapter
1
ABOUT THE AUTHORS
17
INDEX
18
END USER LICENSE AGREEMENT

EXERCISES

CLARIFYING THE CONCEPTS

  1. What is data science?
  2. Which areas of study does data science combine?
  3. What is the goal of data science?
  4. Name the seven phases of the DSM.
  5. Why is it a good idea to have a Problem Understanding Phase?
  6. Why do we need a Data Preparation Phase? Name three issues that are handled in this phase.
  7. In which phase does the data analyst begin to explore the data to learn some simple information?
  8. Explain in your own words why we need to establish baseline performance for our models. Which phase does this occur in?
  9. Which phase represents the heart of your data scientific investigation? Why might we apply more than one algorithm to solve a problem?
  10. How do we determine whether our predictions are any good? During which phase does this occur?
  11. True or false: The data scientist's work is done with the Evaluation Phase. Explain.
  12. Explain how the DSM is adaptive.
  13. Describe how the DSM is iterative.
  14. List the most common data science tasks.
  15. Which of these tasks have many...