Python: Advanced Predictive Analytics: Gain practical insights by exploiting data in your business to build advanced predictive modeling applications

Ashish Kumar, Joseph Babcock

  • 出版商: Packt Publishing
  • 出版日期: 2017-12-26
  • 售價: $3,440
  • 貴賓價: 9.5$3,268
  • 語言: 英文
  • 頁數: 660
  • 裝訂: Paperback
  • ISBN: 1788992369
  • ISBN-13: 9781788992367
  • 相關分類: Python程式語言Machine Learning
  • 下單後立即進貨 (約3~4週)

商品描述

Gain practical insights by exploiting data in your business to build advanced predictive modeling applications

Key Features

  • A step-by-step guide to predictive modeling including lots of tips, tricks, and best practices
  • Learn how to use popular predictive modeling algorithms such as Linear Regression, Decision Trees, Logistic Regression, and Clustering
  • Master open source Python tools to build sophisticated predictive models

Book Description

Social Media and the Internet of Things have resulted in an avalanche of data. Data is powerful but not in its raw form; it needs to be processed and modeled, and Python is one of the most robust tools out there to do so. It has an array of packages for predictive modeling and a suite of IDEs to choose from. Using the Python programming language, analysts can use these sophisticated methods to build scalable analytic applications. This book is your guide to getting started with predictive analytics using Python.

You'll balance both statistical and mathematical concepts, and implement them in Python using libraries such as pandas, scikit-learn, and NumPy. Through case studies and code examples using popular open-source Python libraries, this book illustrates the complete development process for analytic applications. Covering a wide range of algorithms for classification, regression, clustering, as well as cutting-edge techniques such as deep learning, this book illustrates explains how these methods work. You will learn to choose the right approach for your problem and how to develop engaging visualizations to bring to life the insights of predictive modeling.

Finally, you will learn best practices in predictive modeling, as well as the different applications of predictive modeling in the modern world. The course provides you with highly practical content from the following Packt books:

1. Learning Predictive Analytics with Python

2. Mastering Predictive Analytics with Python

What you will learn

  • Understand the statistical and mathematical concepts behind predictive analytics algorithms and implement them using Python libraries
  • Get to know various methods for importing, cleaning, sub-setting, merging, joining, concatenating, exploring, grouping, and plotting data with pandas and NumPy
  • Master the use of Python notebooks for exploratory data analysis and rapid prototyping
  • Get to grips with applying regression, classification, clustering, and deep learning algorithms
  • Discover advanced methods to analyze structured and unstructured data
  • Visualize the performance of models and the insights they produce
  • Ensure the robustness of your analytic applications by mastering the best practices of predictive analysis

Table of Contents

  1. Getting Started with Predictive Modelling
  2. Data Cleaning
  3. Data Wrangling
  4. Statistical Concepts for Predictive Modelling
  5. Linear Regression with Python
  6. Logistic Regression with Python
  7. Clustering with Python
  8. Trees and Random Forests with Python
  9. Best Practices for Predictive Modelling
  10. A List of Links
  11. From Data to Decisions – Getting Started with Analytic Applications
  12. Exploratory Data Analysis and Visualization in Python
  13. Finding Patterns in the Noise – Clustering and Unsupervised Learning
  14. Connecting the Dots with Models – Regression Methods
  15. Putting Data in its Place – Classification Methods and Analysis
  16. Words and Pixels – Working with Unstructured Data
  17. Learning from the Bottom Up – Deep Networks and Unsupervised Features
  18. Sharing Models with Prediction Services
  19. Reporting and Testing – Iterating on Analytic Systems
  20. Bibliography