A Handbook of Small Data Sets

A Handbook of Small Data Sets
Author: David J. Hand
Publisher: CRC Press
Total Pages: 482
Release: 1993-11-01
Genre: Mathematics
ISBN: 9780412399206

This book should be of interest to statistics lecturers who want ready-made data sets complete with notes for teaching.

A Handbook of Small Data Sets

A Handbook of Small Data Sets
Author: David J. Hand
Publisher: CRC Press
Total Pages: 476
Release: 1993-11-01
Genre: Mathematics
ISBN: 1000064964

This book should be of interest to statistics lecturers who want ready-made data sets complete with notes for teaching.

Mining of Massive Datasets

Mining of Massive Datasets
Author: Jure Leskovec
Publisher: Cambridge University Press
Total Pages: 480
Release: 2014-11-13
Genre: Computers
ISBN: 1107077230

Now in its second edition, this book focuses on practical algorithms for mining data from even the largest datasets.

Handbook of Statistical Analysis and Data Mining Applications

Handbook of Statistical Analysis and Data Mining Applications
Author: Ken Yale
Publisher: Elsevier
Total Pages: 824
Release: 2017-11-09
Genre: Mathematics
ISBN: 0124166458

Handbook of Statistical Analysis and Data Mining Applications, Second Edition, is a comprehensive professional reference book that guides business analysts, scientists, engineers and researchers, both academic and industrial, through all stages of data analysis, model building and implementation. The handbook helps users discern technical and business problems, understand the strengths and weaknesses of modern data mining algorithms and employ the right statistical methods for practical application. This book is an ideal reference for users who want to address massive and complex datasets with novel statistical approaches and be able to objectively evaluate analyses and solutions. It has clear, intuitive explanations of the principles and tools for solving problems using modern analytic techniques and discusses their application to real problems in ways accessible and beneficial to practitioners across several areas—from science and engineering, to medicine, academia and commerce. - Includes input by practitioners for practitioners - Includes tutorials in numerous fields of study that provide step-by-step instruction on how to use supplied tools to build models - Contains practical advice from successful real-world implementations - Brings together, in a single resource, all the information a beginner needs to understand the tools and issues in data mining to build successful data mining solutions - Features clear, intuitive explanations of novel analytical tools and techniques, and their practical applications

Bad Data Handbook

Bad Data Handbook
Author: Q. Ethan McCallum
Publisher: "O'Reilly Media, Inc."
Total Pages: 265
Release: 2012-11-07
Genre: Computers
ISBN: 1449324975

What is bad data? Some people consider it a technical phenomenon, like missing values or malformed records, but bad data includes a lot more. In this handbook, data expert Q. Ethan McCallum has gathered 19 colleagues from every corner of the data arena to reveal how they’ve recovered from nasty data problems. From cranky storage to poor representation to misguided policy, there are many paths to bad data. Bottom line? Bad data is data that gets in the way. This book explains effective ways to get around it. Among the many topics covered, you’ll discover how to: Test drive your data to see if it’s ready for analysis Work spreadsheet data into a usable form Handle encoding problems that lurk in text data Develop a successful web-scraping effort Use NLP tools to reveal the real sentiment of online reviews Address cloud computing issues that can impact your analysis effort Avoid policies that create data analysis roadblocks Take a systematic approach to data quality analysis

The R Book

The R Book
Author: Michael J. Crawley
Publisher: John Wiley & Sons
Total Pages: 953
Release: 2007-06-13
Genre: Mathematics
ISBN: 9780470515068

The high-level language of R is recognized as one of the mostpowerful and flexible statistical software environments, and israpidly becoming the standard setting for quantitative analysis,statistics and graphics. R provides free access to unrivalledcoverage and cutting-edge applications, enabling the user to applynumerous statistical methods ranging from simple regression to timeseries or multivariate analysis. Building on the success of the author’s bestsellingStatistics: An Introduction using R, The R Book ispacked with worked examples, providing an all inclusive guide to R,ideal for novice and more accomplished users alike. The bookassumes no background in statistics or computing and introduces theadvantages of the R environment, detailing its applications in awide range of disciplines. Provides the first comprehensive reference manual for the Rlanguage, including practical guidance and full coverage of thegraphics facilities. Introduces all the statistical models covered by R, beginningwith simple classical tests such as chi-square and t-test. Proceeds to examine more advance methods, from regression andanalysis of variance, through to generalized linear models,generalized mixed models, time series, spatial statistics,multivariate statistics and much more. The R Book is aimed at undergraduates, postgraduates andprofessionals in science, engineering and medicine. It is alsoideal for students and professionals in statistics, economics,geography and the social sciences.

Python Data Science Handbook

Python Data Science Handbook
Author: Jake VanderPlas
Publisher: "O'Reilly Media, Inc."
Total Pages: 609
Release: 2016-11-21
Genre: Computers
ISBN: 1491912138

For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you’ll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms