Python Data Mining Quick Start Guide - Helion
Tytuł oryginału: Python Data Mining Quick Start Guide
ISBN: 9781789806403
stron: 181, Format: ebook
Data wydania: 2019-04-25
Księgarnia: Helion
Cena książki: 80,91 zł (poprzednio: 89,90 zł)
Oszczędzasz: 10% (-8,99 zł)
Explore the different data mining techniques using the libraries and packages offered by Python
Key Features
- Grasp the basics of data loading, cleaning, analysis, and visualization
- Use the popular Python libraries such as NumPy, pandas, matplotlib, and scikit-learn for data mining
- Your one-stop guide to build efficient data mining pipelines without going into too much theory
Book Description
Data mining is a necessary and predictable response to the dawn of the information age. It is typically defined as the pattern and/ or trend discovery phase in the data mining pipeline, and Python is a popular tool for performing these tasks as it offers a wide variety of tools for data mining.
This book will serve as a quick introduction to the concept of data mining and putting it to practical use with the help of popular Python packages and libraries. You will get a hands-on demonstration of working with different real-world datasets and extracting useful insights from them using popular Python libraries such as NumPy, pandas, scikit-learn, and matplotlib. You will then learn the different stages of data mining such as data loading, cleaning, analysis, and visualization. You will also get a full conceptual description of popular data transformation, clustering, and classification techniques.
By the end of this book, you will be able to build an efficient data mining pipeline using Python without any hassle.
What you will learn
- Explore the methods for summarizing datasets and visualizing/plotting data
- Collect and format data for analytical work
- Assign data points into groups and visualize clustering patterns
- Learn how to predict continuous and categorical outputs for data
- Clean, filter noise from, and reduce the dimensions of data
- Serialize a data processing model using scikit-learn's pipeline feature
- Deploy the data processing model using Python's pickle module
Who this book is for
Python developers interested in getting started with data mining will love this book. Budding data scientists and data analysts looking to quickly get to grips with practical data mining with Python will also find this book to be useful. Knowledge of Python programming is all you need to get started.
Osoby które kupowały "Python Data Mining Quick Start Guide", wybierały także:
- GraphQL. Kurs video. Buduj nowoczesne API w Pythonie 169,00 zł, (50,70 zł -70%)
- Receptura na Python. Kurs Video. 54 praktyczne porady dla programist 199,00 zł, (59,70 zł -70%)
- Podstawy Pythona z Minecraftem. Kurs video. Piszemy pierwsze skrypty 149,00 zł, (44,70 zł -70%)
- Twórz gry w Pythonie. Kurs video. Poznaj bibliotekę PyGame 249,00 zł, (74,70 zł -70%)
- Data Science w Pythonie. Kurs video. Algorytmy uczenia maszynowego 199,00 zł, (59,70 zł -70%)
Spis treści
Python Data Mining Quick Start Guide. A beginner's guide to extracting valuable insights from your data eBook -- spis treści
- 1. Data Mining and Getting Started with Python Tools
- 2. Basic Terminology and Our End-to-End Example
- 3. Collecting, Exploring, and Visualizing Data
- 4. Cleaning and Readying Data for Analysis
- 5. Grouping and Clustering Data
- 6. Prediction with Regression and Classification
- 7. Advanced Topics - Building a Data Processing Pipeline and Deploying It