Cargando…

R : predictive analysis : master the art of predictive modeling /

Master the art of predictive modeling About This Book Load, wrangle, and analyze your data using the world's most powerful statistical programming language Familiarize yourself with the most common data mining tools of R, such as k-means, hierarchical regression, linear regression, Naïve Bayes...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Fischetti, Tony (Autor), Mayor, Eric (Autor), Forte, Rui Miguel (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn983202672
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 170420s2017 enka ob 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d STF  |d TOH  |d OCLCF  |d TEFOD  |d VT2  |d N$T  |d UOK  |d CEF  |d KSU  |d NLE  |d DEBBG  |d UKMGB  |d WYU  |d ZCU  |d UAB  |d UKAHL  |d YDX  |d DST  |d OCLCO  |d OCLCQ 
015 |a GBB799640  |2 bnb 
016 7 |a 018316674  |2 Uk 
019 |a 1124982504 
020 |a 9781788290852  |q (electronic bk.) 
020 |a 1788290852  |q (electronic bk.) 
020 |z 1788290372 
020 |z 9781788290371 
029 1 |a GBVCP  |b 1004865074 
029 1 |a UKMGB  |b 018316674 
035 |a (OCoLC)983202672  |z (OCoLC)1124982504 
037 |a CL0500000850  |b Safari Books Online 
037 |a D84DA435-7611-47A6-8E6C-BE98FA262018  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA276.45.R3 
072 7 |a COM  |x 021030  |2 bisacsh 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Fischetti, Tony,  |e author. 
245 1 0 |a R :  |b predictive analysis : master the art of predictive modeling /  |c Tony Fischetti, Eric Mayor, Rui Miguel. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 |a Description based on online resource; title from cover (viewed April 18, 2017). 
500 |a "Learning path." 
504 |a Includes bibliographical references and index. 
505 0 |a Cover; Copyright; Credits; Preface; Table of Content; Module 1: Data Analysis with R; Chapter 1: RefresheR; Navigating the basics; Getting help in R; Vectors; Functions; Matrices; Loading data into R; Working with packages; Chapter 2: The Shape of Data; Univariate data; Frequency distributions; Central tendency; Spread; Populations, samples, and estimation; Probability distributions; Visualization methods; Exercises; Summary; Chapter 3: Describing Relationships; Multivariate data; Relationships between a categorical and a continuous variable; Relationships between two categorical variables. 
505 8 |a The relationship between two continuous variablesVisualization methods; Exercises; Summary; Chapter 4: Probability; Basic probability; A tale of two interpretations; Sampling from distributions; The normal distribution; Exercises; Summary; Chapter 5: Using Data to Reason About the World; Estimating means; The sampling distribution; Interval estimation; Smaller samples; Exercises; Summary; Chapter 6: Testing Hypotheses; Null Hypothesis Significance Testing; Testing the mean of one sample; Testing two means; Testing more than two means; Testing independence of proportions. 
505 8 |a What if my assumptions are unfounded?Exercises; Summary; Chapter 7: Bayesian Methods; The big idea behind Bayesian analysis; Choosing a prior; Who cares about coin flips; Enter MCMC -- stage left; Using JAGS and runjags; Fitting distributions the Bayesian way; The Bayesian independent samples t-test; Exercises; Summary; Chapter 8: Predicting Continuous Variables; Linear models; Simple linear regression; Simple linear regression with a binary predictor; Multiple regression; Regression with a non-binary predictor; Kitchen sink regression; The bias-variance trade-off. 
505 8 |a Linear regression diagnosticsAdvanced topics; Exercises; Summary; Chapter 9: Predicting Categorical Variables; k-Nearest Neighbors; Logistic regression; Decision trees; Random forests; Choosing a classifier; Exercises; Summary; Chapter 10: Sources of Data; Relational Databases; Using JSON; XML; Other data formats; Online repositories; Exercises; Summary; Chapter 11: Dealing with Messy Data; Analysis with missing data; Analysis with unsanitized data; Other messiness; Exercises; Summary; Chapter 12: Dealing with Large Data; Wait to optimize; Using a bigger and faster machine. 
505 8 |a Be smart about your codeUsing optimized packages; Using another R implementation; Use parallelization; Using Rcpp; Be smarter about your code; Exercises; Summary; Chapter 13: Reproducibility and Best Practices; R Scripting; R projects; Version control; Communicating results; Exercises; Summary; Module 2: Learning Predictive Analytics with R; Chapter 1: Visualizing and Manipulating Data Using R; The roulette case; Histograms and bar plots; Scatterplots; Boxplots; Line plots; Application -- Outlier detection; Formatting plots; Summary; Chapter 2: Data Visualization with Lattice. 
520 |a Master the art of predictive modeling About This Book Load, wrangle, and analyze your data using the world's most powerful statistical programming language Familiarize yourself with the most common data mining tools of R, such as k-means, hierarchical regression, linear regression, Naïve Bayes, decision trees, text mining and so on. We emphasize important concepts, such as the bias-variance trade-off and over-fitting, which are pervasive in predictive modeling Who This Book Is For If you work with data and want to become an expert in predictive analysis and modeling, then this Learning Path will serve you well. It is intended for budding and seasoned practitioners of predictive modeling alike. You should have basic knowledge of the use of R, although it's not necessary to put this Learning Path to great use. What You Will Learn Get to know the basics of R's syntax and major data structures Write functions, load data, and install packages Use different data sources in R and know how to interface with databases, and request and load JSON and XML Identify the challenges and apply your knowledge about data analysis in R to imperfect real-world data Predict the future with reasonably simple algorithms Understand key data visualization and predictive analytic skills using R Understand the language of models and the predictive modeling process In Detail Predictive analytics is a field that uses data to build models that predict a future outcome of interest. It can be applied to a range of business strategies and has been a key player in search advertising and recommendation engines. The power and domain-specificity of R allows the user to express complex analytics easily, quickly, and succinctly. R offers a free and open source environment that is perfect for both learning and deploying predictive modeling solutions in the real world. This Learning Path will provide you with all the steps you need to master the art of predictive modeling with R. We start with an introduction to data analysis with R, and then gradually you'll get your feet wet with predictive modeling. You will get to grips with the fundamentals of applied statistics and build on this knowledge to perform sophisticated and powerful analytics. You will be able to solve the difficulties relating to performing data analysis in practice and find solutions to working with ?messy data?, large data, communicating results, and facilitating reproducibility. You will then perform key predictive... 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a R (Computer program language) 
650 0 |a Quantitative research. 
650 0 |a Data mining. 
650 6 |a R (Langage de programmation) 
650 6 |a Recherche quantitative. 
650 6 |a Exploration de données (Informatique) 
650 7 |a COMPUTERS / Databases / Data Mining  |2 bisacsh 
650 7 |a COMPUTERS / Programming Languages / General  |2 bisacsh 
650 7 |a Data mining.  |2 fast  |0 (OCoLC)fst00887946 
650 7 |a Quantitative research.  |2 fast  |0 (OCoLC)fst01742283 
650 7 |a R (Computer program language)  |2 fast  |0 (OCoLC)fst01086207 
700 1 |a Mayor, Eric,  |e author. 
700 1 |a Forte, Rui Miguel,  |e author. 
776 0 8 |i Print version:  |a Fischetti, Tony.  |t R : predictive analysis : master the art of predictive modeling.  |d Birmingham, England ; Mumbai, India : Packt Publishing, c2017  |h 1044 pages  |z 9781788290371 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781788290371/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32614377 
938 |a EBSCOhost  |b EBSC  |n 1587497 
938 |a YBP Library Services  |b YANK  |n 13956501 
994 |a 92  |b IZTAP