Cantitate/Preț
Produs

Tree-Based Methods for Statistical Learning in R: Chapman & Hall/CRC Data Science Series

Autor Brandon M. Greenwell
en Limba Engleză Hardback – 23 iun 2022
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, users will be exposed to writing their own random forest and gradient tree boosting functions using simple for loops and basic tree fitting software (like rpart and party/partykit), and more. The core chapters also end with a detailed section on relevant software in both R and other opensource alternatives (e.g., Python, Spark, and Julia), and example usage on real data sets. While the book mostly uses R, it is meant to be equally accessible and useful to non-R programmers.
Consumers of this book will have gained a solid foundation (and appreciation) for tree-based methods and how they can be used to solve practical problems and challenges data scientists often face in applied work.
Features:
  • Thorough coverage, from the ground up, of tree-based methods (e.g., CART, conditional inference trees, bagging, boosting, and random forests).
  • A companion website containing additional supplementary material and the code to reproduce every example and figure in the book.
  • A companion R package, called treemisc, which contains several data sets and functions used throughout the book (e.g., there’s an implementation of gradient tree boosting with LAD loss that shows how to perform the line search step by updating the terminal node estimates of a fitted rpart tree).
  • Interesting examples that are of practical use; for example, how to construct partial dependence plots from a fitted model in Spark MLlib (using only Spark operations), or post-processing tree ensembles via the LASSO to reduce the number of trees while maintaining, or even improving performance.
Citește tot Restrânge

Din seria Chapman & Hall/CRC Data Science Series

Preț: 48813 lei

Preț vechi: 65355 lei
-25% Nou

Puncte Express: 732

Preț estimativ în valută:
9343 9737$ 7777£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25
Livrare express 29 noiembrie-05 decembrie pentru 14725 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367532468
ISBN-10: 0367532468
Pagini: 404
Ilustrații: 5 Tables, black and white; 115 Line drawings, black and white; 1 Halftones, black and white; 116 Illustrations, black and white
Dimensiuni: 156 x 234 x 31 mm
Greutate: 0.74 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Data Science Series


Notă biografică

Brandon M. Greenwell is a data scientist at 84.51° where he works on a diverse team to enable, empower, and enculturate statistical and machine learning best practices where it’s applicable to help others solve real business problems. He received a B.S. in Statistics and an M.S. in Applied Statistics from Wright State University, and a Ph.D. in Applied Mathematics from the Air Force Institute of Technology. He's currently part of the Adjunct Graduate Faculty at Wright State University, an Adjunct Instructor at the University of Cincinnati, the lead developer and maintainer of several R packages available on CRAN (and off CRAN), and co-author of “Hands-On Machine Learning with R.”

Cuprins

1 Introduction  2 Binary recursive partitioning with CART  3 Conditional inference trees  4 "The hitchhiker’s GUIDE to modern decision trees"  5 Ensemble algorithms  6 Peeking inside the “black box”: post-hoc interpretability  7 Random forests  8 Gradient boosting machines

Recenzii

Tree-based algorithms have been a workhorse for data science teams for decades, but the data science field has lacked an all-encompassing review of trees - and their modern variants like XGBoost - until now. Greenwell has written the ultimate guide for tree-based methods: how they work, their pitfalls, and alternative solutions. He puts it all together in a readable and immediately usable book. You're guaranteed to learn new tips and tricks to help your data science team. 
-Alex Gutman, Director of Data Science, Author: Becoming a Data Head

"Here’s a new title that is a “must have” for any data scientist who uses the R language. It’s a wonderful learning resource for tree-based techniques in statistical learning, one that’s become my go-to text when I find the need to do a deep dive into various ML topic areas for my work."
Daniel D. Gutierrez, Editor-in-Chief for insideBIGDATA, USA, insideBIGDATA, February 2023

Descriere

This book 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.