Book Image

Machine Learning with LightGBM and Python

By : Andrich van Wyk
3 (1)
Book Image

Machine Learning with LightGBM and Python

3 (1)
By: Andrich van Wyk

Overview of this book

Machine Learning with LightGBM and Python is a comprehensive guide to learning the basics of machine learning and progressing to building scalable machine learning systems that are ready for release. This book will get you acquainted with the high-performance gradient-boosting LightGBM framework and show you how it can be used to solve various machine-learning problems to produce highly accurate, robust, and predictive solutions. Starting with simple machine learning models in scikit-learn, you’ll explore the intricacies of gradient boosting machines and LightGBM. You’ll be guided through various case studies to better understand the data science processes and learn how to practically apply your skills to real-world problems. As you progress, you’ll elevate your software engineering skills by learning how to build and integrate scalable machine-learning pipelines to process data, train models, and deploy them to serve secure APIs using Python tools such as FastAPI. By the end of this book, you’ll be well equipped to use various -of-the-art tools that will help you build production-ready systems, including FLAML for AutoML, PostgresML for operating ML pipelines using Postgres, high-performance distributed training and serving via Dask, and creating and running models in the Cloud with AWS Sagemaker.
Table of Contents (17 chapters)
1
Part 1: Gradient Boosting and LightGBM Fundamentals
6
Part 2: Practical Machine Learning with LightGBM
10
Part 3: Production-ready Machine Learning with LightGBM

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

Symbols

5-fold cross-validation 54

A

AdamW 79

advanced Optuna features 95

multi-objective optimization 98-100

optimization study, saving and resuming 95, 96

parameter effects 96-98

Amazon Elastic Compute Cloud (EC2) 166

Amazon Lookout 167

Amazon RDS (Relational Database Service) 166

Amazon Redshift 166

Amazon Rekognition 167

Amazon SageMaker 165-169

Amazon SageMaker Domain

reference link 172

Amazon SageMaker prerequisites

reference link 172

Amazon Simple Storage Service (S3) 166

Amazon Virtual Private Cloud (VPC) 167

Amazon Web Services (AWS) 165, 166

core services 166, 167

machine learning 167

security 167

API

containerizing, with Docker 162, 163

securing 161, 162

Area under the ROC Curve (AUC-ROC) 50, 106, 130

...