Share E-Book
Scan to open this page

Scan with your phone to open this page

Author: Kerem Tomak

Learning AutoML is your practical guide to applying automated machine learning in real-world environments. Whether you're a data scientist, ML engineer, or AI researcher, this book helps you move beyond experimentation to build and deploy high-performing models with less manual tuning and more automation. Author Kerem Tomak shares insights on how to integrate models into end-to-end deployment workflows using popular tools, real-world case studies and agentic AI help future-proof your knowledge.

AI Reading Assistant

Whole-book reading guide from stratified index samples; jump to passages in the text

AI guide
# Learning AutoML — Reading Guide ## 【One-Line Pitch】 A practical, hands-on guide for data scientists and ML engineers who want to move beyond manual experimentation and adopt automated machine learning tools like AutoGluon and AutoKeras in real production workflows — without getting lost in academic theory. ## 【Book Arc】 - **Opening (~0%–10%)**: Establishes why AutoML matters now — market growth, industry adoption statistics, and a landscape overview of major tools (FLAML, AutoGluon, H2O) with honest benchmarking notes that no single tool dominates. - **Early (~10%–19%)**: Dives into neural architecture search (NAS) fundamentals — search spaces, weight sharing, one-shot methods, and hardware-aware design — including documented failure modes like "skip-connection collapse" that practitioners must understand. - **Early (~19%–32%)**: Covers feature engineering and selection through a real-world case study (8,000 generated features reduced to 180 with 12% better performance), then moves into hyperparameter optimization with Bayesian methods, acquisition functions, and multifidelity strategies. - **Middle (~32%–42%)**: Transitions to practical implementation with AutoGluon — installation, environment setup, binary classification evaluation, and handling special data scenarios like imbalanced classes and high-cardinality categoricals. - **Middle (~42%–48%)**: Explores advanced customization, multimodal data fusion (text + structured features yielding 3–7% improvements), and production deployment considerations including version matching and container compatibility. - **Late (~48%+)**: Covers time series forecasting with uncertainty quantification and introduces Chronos-Bolt foundation models for zero-shot forecasting — addressing the cold-start problem with pre-trained temporal patterns. ## 【Key Takeaways】 - **AutoML is now mainstream, not experimental** (Early): Industry surveys show 72–78% of organizations use AI in at least one function, and leading enterprises report 1.5× revenue growth — the business case for automation is established, not speculative. - **No single AutoML tool dominates** (Early): Auto-sklearn won the 2015–2016 ChaLearn challenge, but recent OpenML benchmarks (2022–2024) show AutoGluon, LightAutoML, and H2O leading on tabular data — tool choice depends on context, not brand loyalty. - **NAS has documented failure modes** (Early): "Skip-connection collapse" occurs because certain operations are easier to optimize during joint training, not because they're architecturally superior — mitigation requires progressive search space pruning and regularization penalties. - **Feature explosion is a real trap** (Early): An automated pipeline generating 8,000+ features from 50 variables led to intractable training and overfitting; a multistage selection pipeline (statistical tests → model importance → stability analysis) cut it to 180 features with 12% better performance. - **Hyperparameter tuning is often the difference between working and broken models** (Early): A bank's fraud detection system improved precision by 15% and cut false positives by 30% after just two days of systematic tuning — well-tuned simple models beat poorly tuned complex ones. - **Acquisition function choice matters less than surrogate model choice** (Early): In Bayesian optimization, Expected Improvement, UCB, and Probability of Improvement all work — but the surrogate model quality drives results more than which acquisition function you pick. - **Multifidelity strategies deliver consistent gains under budget constraints** (Early): Exploring larger search spaces with cheaper evaluations improved validation AUC from 0.73 to 0.76 consistently across five runs (±0.008 standard deviation) — genuine improvement, not lucky sampling. - **Production planning must start before development** (Middle): Verify AutoGluon-compatible container images exist in your target cloud platform and match your development version — version mismatches between dev and production are a common deployment failure source. ## 【Reading Tips】 - **Skim the opening market statistics** (~0–10%) if you're already convinced AutoML matters; the real value starts with the NAS failure modes discussion around 13%. - **Deep-read the hyperparameter optimization chapter** (~19–29%): the bank fraud case study and acquisition function comparison are the most transferable practical content in the book. - **Pay attention to the AutoGluon installation and verification sections** (~39–42%): environment setup with conda and diagnostic utilities save hours of debugging later — don't skip the code examples. - **The time series forecasting content** (~48%+) introduces Chronos-Bolt foundation models; if you don't work with temporal data, this section can be skimmed for awareness rather than studied in depth. - **Watch for the author's first-person case studies** throughout — they're the most concrete illustrations of when automation helps versus when human judgment still matters. ## 【Coverage Limits】 Excerpts do not cover the book's final chapters beyond time series forecasting, including any concluding synthesis or advanced agentic AI applications mentioned in the blurb. The guide's coverage ends at approximately the 48% mark of the book. ##
Excerpt 1
significantly higher business performance (e.g., 1.5 times the revenue growth of peers), suggesting that ML solutions can unlock competitive advantages in ef...
View in text
Excerpt 2
ove practical performance. Challenges and Future Directions The AutoML pipeline represents a remarkable achievement in automated machine learning, but signif...
View in text
Excerpt 3
to comprehensive architectural specifications. This modular expressed as a continuous relaxation; you’re working with standard deep learning operations. In p...
View in text
Excerpt 4
t'], 'sentiment_scores': sentiment['SentimentScore'], 'entities': [(e['Text'], e['Type']) for e in entities['Entities']], 'key_phrases': [p['Text'] for p in...
View in text
Excerpt 5
hyperparameters={ resized = cv2.resize(frame, (640, 640)) # Normalize pixel values normalized = resized.astype(np.float32) / 255.0 # Add batch dimension and...
View in text
Excerpt 6
ic task mapping - creates N tasks based on partitions list partitions = get_partitions() processed = process_partition.expand(partition_id=partitions) combin...
View in text
Excerpt 7
ing: Monthly retraining adapted to evolving fraud patterns. purchases—a leading indicator more valuable than weather forecasts themselves. Cross-channel subs...
View in text
Excerpt 8
rly — Spec, PPV, NPV) Epilogue: The Quiet AutoML Revolution If you’ve made it this far, you’ve done something significant. You’ve mastered the techniques tha...
View in text
Tags
AI categories
Artificial IntelligenceMachine LearningPython
Publish Year: 2026
Language: English
Pages: 914
File Format: PDF
File Size: 14.3 MB
Text Preview (First 20 pages)
Registered users can read the full content for free

Register as a Gaohf Library member to read the complete e-book online for free and enjoy a better reading experience.

Generating text preview…