Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Data Wrangling with R
  • Language: en
  • Pages: 238

Data Wrangling with R

  • Type: Book
  • -
  • Published: 2016-11-17
  • -
  • Publisher: Springer

This guide for practicing statisticians, data scientists, and R users and programmers will teach the essentials of preprocessing: data leveraging the R programming language to easily and quickly turn noisy data into usable pieces of information. Data wrangling, which is also commonly referred to as data munging, transformation, manipulation, janitor work, etc., can be a painstakingly laborious process. Roughly 80% of data analysis is spent on cleaning and preparing data; however, being a prerequisite to the rest of the data analysis workflow (visualization, analysis, reporting), it is essential that one become fluent and efficient in data wrangling techniques. This book will guide the user t...

Hands-On Machine Learning with R
  • Language: en
  • Pages: 374

Hands-On Machine Learning with R

  • Type: Book
  • -
  • Published: 2019-11-07
  • -
  • Publisher: CRC Press

Hands-on Machine Learning with R provides a practical and applied approach to learning and developing intuition into today’s most popular machine learning methods. This book serves as a practitioner’s guide to the machine learning process and is meant to help the reader learn to apply the machine learning stack within R, which includes using various R packages such as glmnet, h2o, ranger, xgboost, keras, and others to effectively model and gain insight from their data. The book favors a hands-on approach, providing an intuitive understanding of machine learning concepts through concrete examples and just a little bit of theory. Throughout this book, the reader will be exposed to the enti...

Tree-Based Methods for Statistical Learning in R
  • Language: en
  • Pages: 441

Tree-Based Methods for Statistical Learning in R

  • Type: Book
  • -
  • Published: 2022-06-23
  • -
  • Publisher: CRC Press

Tree-based Methods for Statistical Learning in R provides a thorough introduction to both individual decision tree algorithms (Part I) and ensembles thereof (Part II). Part I of the book brings several different tree algorithms into focus, both conventional and contemporary. Building a strong foundation for how individual decision trees work will help readers better understand tree-based ensembles at a deeper level, which lie at the cutting edge of modern statistical and machine learning methodology. The book follows up most ideas and mathematical concepts with code-based examples in the R statistical language; with an emphasis on using as few external packages as possible. For example, user...

Machine Learning Toolbox for Social Scientists
  • Language: en
  • Pages: 601

Machine Learning Toolbox for Social Scientists

  • Type: Book
  • -
  • Published: 2023-09-22
  • -
  • Publisher: CRC Press

Machine Learning Toolbox for Social Scientists covers predictive methods with complementary statistical "tools" that make it mostly self-contained. The inferential statistics is the traditional framework for most data analytics courses in social science and business fields, especially in Economics and Finance. The new organization that this book offers goes beyond standard machine learning code applications, providing intuitive backgrounds for new predictive methods that social science and business students can follow. The book also adds many other modern statistical tools complementary to predictive methods that cannot be easily found in "econometrics" textbooks: nonparametric methods, data...

The Digital Journey of Banking and Insurance, Volume II
  • Language: en
  • Pages: 362

The Digital Journey of Banking and Insurance, Volume II

This book, the second one of three volumes, gives practical examples by a number of use cases showing how to take first steps in the digital journey of banks and insurance companies. The angle shifts over the volumes from a business-driven approach in “Disruption and DNA” to a strong technical focus in “Data Storage, Processing and Analysis”, leaving “Digitalization and Machine Learning Applications” with the business and technical aspects in-between. This second volume mainly emphasizes use cases as well as the methods and technologies applied to drive digital transformation (such as processes, leveraging computational power and machine learning models).

Event History Modeling
  • Language: en
  • Pages: 236

Event History Modeling

Publisher Description

Learning Microeconometrics with R
  • Language: en
  • Pages: 399

Learning Microeconometrics with R

  • Type: Book
  • -
  • Published: 2020-12-29
  • -
  • Publisher: CRC Press

Focuses on the assumptions underlying the algorithms rather than their statistical properties Presents cutting-edge analysis of factor models and finite mixture models. Uses a hands-on approach to examine the assumptions made by the models and when the models fail to estimate accurately Utilizes interesting real-world data sets that can be used to analyze important microeconomic problems Introduces R programming concepts throughout the book. Includes appendices that discuss many of the concepts introduced in the book, as well as measures of uncertainty in microeconometrics.

Reproducible Research with R and RStudio
  • Language: en
  • Pages: 299

Reproducible Research with R and RStudio

  • Type: Book
  • -
  • Published: 2020-02-21
  • -
  • Publisher: CRC Press

Praise for previous editions: "Gandrud has written a great outline of how a fully reproducible research project should look from start to finish, with brief explanations of each tool that he uses along the way... Advanced undergraduate students in mathematics, statistics, and similar fields as well as students just beginning their graduate studies would benefit the most from reading this book. Many more experienced R users or second-year graduate students might find themselves thinking, ‘I wish I’d read this book at the start of my studies, when I was first learning R!’...This book could be used as the main text for a class on reproducible research ..." (The American Statistician) Repr...

Machine Learning with R
  • Language: en
  • Pages: 587

Machine Learning with R

Written as a tutorial to explore and understand the power of R for machine learning. This practical guide that covers all of the need to know topics in a very systematic way. For each machine learning approach, each step in the process is detailed, from preparing the data for analysis to evaluating the results. These steps will build the knowledge you need to apply them to your own data science tasks.Intended for those who want to learn how to use R's machine learning capabilities and gain insight from your data. Perhaps you already know a bit about machine learning, but have never used R; or perhaps you know a little R but are new to machine learning. In either case, this book will get you up and running quickly. It would be helpful to have a bit of familiarity with basic programming concepts, but no prior experience is required.

Random Forests with R
  • Language: en
  • Pages: 107

Random Forests with R

This book offers an application-oriented guide to random forests: a statistical learning method extensively used in many fields of application, thanks to its excellent predictive performance, but also to its flexibility, which places few restrictions on the nature of the data used. Indeed, random forests can be adapted to both supervised classification problems and regression problems. In addition, they allow us to consider qualitative and quantitative explanatory variables together, without pre-processing. Moreover, they can be used to process standard data for which the number of observations is higher than the number of variables, while also performing very well in the high dimensional ca...