The Data Science Workshop - Second Edition: Learn how you can build machine learning models and create your own real-world data science projects

So, Anthony, Joseph, Thomas V., John, Robert Thas

  • 出版商: Packt Publishing
  • 出版日期: 2020-08-28
  • 售價: $1,780
  • 貴賓價: 9.5$1,691
  • 語言: 英文
  • 頁數: 824
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1800566921
  • ISBN-13: 9781800566927
  • 相關分類: Machine LearningData Science
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Gain a full understanding of the model production and deployment process
  • Build your first machine learning model in just five minutes and get a hands-on machine learning experience
  • Understand how to deal with common challenges in data science projects

Book Description

Where there's data, there's insight. With so much data being generated, there is immense scope to extract meaningful information that'll boost business productivity and profitability. By learning to convert raw data into game-changing insights, you'll open new career paths and opportunities.

The Data Science Workshop begins by introducing different types of projects and showing you how to incorporate machine learning algorithms in them. You'll learn to select a relevant metric and even assess the performance of your model. To tune the hyperparameters of an algorithm and improve its accuracy, you'll get hands-on with approaches such as grid search and random search.

Next, you'll learn dimensionality reduction techniques to easily handle many variables at once, before exploring how to use model ensembling techniques and create new features to enhance model performance. In a bid to help you automatically create new features that improve your model, the book demonstrates how to use the automated feature engineering tool. You'll also understand how to use the orchestration and scheduling workflow to deploy machine learning models in batch.

By the end of this book, you'll have the skills to start working on data science projects confidently. By the end of this book, you'll have the skills to start working on data science projects confidently.

What you will learn

  • Explore the key differences between supervised learning and unsupervised learning
  • Manipulate and analyze data using scikit-learn and pandas libraries
  • Understand key concepts such as regression, classification, and clustering
  • Discover advanced techniques to improve the accuracy of your model
  • Understand how to speed up the process of adding new features
  • Simplify your machine learning workflow for production

Who this book is for

This is one of the most useful data science books for aspiring data analysts, data scientists, database engineers, and business analysts. It is aimed at those who want to kick-start their careers in data science by quickly learning data science techniques without going through all the mathematics behind machine learning algorithms. Basic knowledge of the Python programming language will help you easily grasp the concepts explained in this book.

目錄大綱

Table of Contents

  1. Introduction to Data Science in Python
  2. Regression
  3. Binary Classification
  4. Multiclass Classification with RandomForest
  5. Performing Your First Cluster Analysis
  6. How to Assess Performance
  7. The Generalization of Machine Learning Models
  8. Hyperparameter Tuning
  9. Interpreting a Machine Learning Model
  10. Analyzing a Dataset
  11. Data Preparation
  12. Feature Engineering
  13. Imbalanced Datasets
  14. Dimensionality Reduction
  15. Ensemble Learning