Libro OUTLIER DETECTION IN PYTHON Descargar PDF - BRETT KENNEDY
Descargar eBook gratis ➡ http://get-pdfs.com/pl/libro/113554/1126
OUTLIER DETECTION IN PYTHON
BRETT KENNEDY
Idioma: Inglés
Formatos: Pdf, ePub, MOBI, FB2
ISBN: 9781638356721
Editorial: Manning
Descargar o leer en línea OUTLIER DETECTION IN PYTHON Libro gratuito (PDF ePub Mobi) de BRETT KENNEDY.
OUTLIER DETECTION IN PYTHON BRETT KENNEDY PDF, OUTLIER DETECTION IN PYTHON BRETT KENNEDY Epub, OUTLIER DETECTION IN PYTHON BRETT KENNEDY Leer en línea , OUTLIER DETECTION IN PYTHON BRETT KENNEDY Audiolibro, OUTLIER DETECTION IN PYTHON BRETT KENNEDY VK, OUTLIER DETECTION IN PYTHON BRETT KENNEDY Kindle, OUTLIER DETECTION IN PYTHON BRETT KENNEDY Epub VK, OUTLIER DETECTION IN PYTHON BRETT KENNEDY Descargar gratis
Overview
Learn how to identify the unusual, interesting, extreme, or inaccurate parts of your data.Data scientists have two main tasks: finding patterns in data and finding the exceptions. These outliers are often the most informative parts of data, revealing hidden insights, novel patterns, and potential problems. Outlier Detection in Python is a practical guide to spotting the parts of a dataset that deviate from the norm, even when theyre hidden or intertwined among the expected data points. In Outlier Detection in Python youll learn how to: • Use standard Python libraries to identify outliers • Select the most appropriate detection methods • Combine multiple outlier detection methods for improved results • Interpret your results effectively • Work with numeric, categorical, time series, and text data Outlier detection is a vital tool for modern business, whether its discovering new products, expanding markets, or flagging fraud and other suspicious activities. This guide presents the core tools for outlier detection, as well as techniques utilizing the Python data stack familiar to data scientists. To get started, youll only need a basic understanding of statistics and the Python data ecosystem.About the technology Outliers—values that appear inconsistent with the rest of your data—can be the key to identifying fraud, performing a security audit, spotting bot activity, or just assessing the quality of a dataset. This unique guide introduces the outlier detection tools, techniques, and algorithms you’ll need to find, understand, and respond to the anomalies in your data.About the bookOutlier Detection in Python illustrates the principles and practices of outlier detection with diverse real-world examples including social media, finance, network logs, and other important domains. You’ll explore a comprehensive set of statistical methods and machine learning approaches to identify and interpret the unexpected values in tabular, text, time series, and image data. Along the way, you’ll explore scikit-learn and PyOD, apply key OD algorithms, and add some high value techniques for real world OD scenarios to your toolkit.Whats inside • Python libraries to identify outliers • Combine outlier detection methods • Interpret your resultsAbout the reader For Python programmers familiar with tools like pandas and NumPy, and the basics of statistics.About the authorBrett Kennedy is a data scientist with over thirty years’ experience in software development and data science.Table fo Contents Part 1 1 Introducing outlier detection 2 Simple outlier detection 3 Machine learning-based outlier detection 4 The outlier detection process Part 2 5 Outlier detection using scikit-learn 6 The PyOD library 7 Additional libraries and algorithms for outlier detection Part 3 8 Evaluating detectors and parameters 9 Working with specific data types 10 Handling very large and very small datasets 11 Synthetic data for outlier detection 12 Collective outliers 13 Explainable outlier detection 14 Ensembles of outlier detectors 15 Working with outlier detection predictions Part 4 16 Deep learning-based outlier detection 17 Time-series data