Tagged articles
7 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Sep 9, 2025 · Artificial Intelligence

10 Hidden Sklearn Features That Boost Your ML Pipelines

This article walks through ten lesser‑known Scikit‑learn utilities—including FunctionTransformer, custom estimators, TransformedTargetRegressor, HTML estimator visualisation, QuadraticDiscriminantAnalysis, Voting and Stacking ensembles, LocalOutlierFactor with UMAP, QuantileTransformer, and a PCA‑tSNE/UMAP workflow—showing concrete code examples, performance numbers and practical tips for more efficient and robust machine‑learning pipelines.

FunctionTransformerLocalOutlierFactorPCA
0 likes · 17 min read
10 Hidden Sklearn Features That Boost Your ML Pipelines
Model Perspective
Model Perspective
Oct 8, 2022 · Artificial Intelligence

How Ensemble Learning Boosts Model Performance: A Comprehensive Overview

Ensemble learning combines multiple individual models—either homogeneous or heterogeneous—using strategies such as boosting, bagging, averaging, voting, or stacking to create a stronger learner, and this article explains its principles, key algorithms, and combination methods in detail.

Stackingbaggingmachine learning
0 likes · 8 min read
How Ensemble Learning Boosts Model Performance: A Comprehensive Overview
Code DAO
Code DAO
Dec 13, 2021 · Artificial Intelligence

A Comprehensive Guide to Ensemble Learning: Bagging, Boosting, and Stacking

This article explains the core concepts of ensemble learning, covering the bias‑variance trade‑off, the mechanics of bagging with bootstrap and random forests, the sequential strategies of boosting (AdaBoost and gradient boosting), and the heterogeneous stacking framework with meta‑models and multi‑layer extensions.

Random ForestStackingbagging
0 likes · 20 min read
A Comprehensive Guide to Ensemble Learning: Bagging, Boosting, and Stacking
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 23, 2020 · Artificial Intelligence

Unlocking Powerful Features: A Deep Dive into Tianchi’s Repeat Purchase Prediction

This tutorial walks through the complete feature‑engineering pipeline for the Alibaba Tianchi “Tmall User Repeat Purchase Prediction” competition, covering data acquisition, memory‑efficient preprocessing, multi‑entity feature construction, statistical aggregations, text vectorisation, embedding generation and stacking‑based model features, all illustrated with Python code and diagrams.

Stackingdata preprocessingfeature engineering
0 likes · 16 min read
Unlocking Powerful Features: A Deep Dive into Tianchi’s Repeat Purchase Prediction
Sohu Tech Products
Sohu Tech Products
Jun 17, 2020 · Artificial Intelligence

Ensemble Learning: Concepts, Methods, and Applications in Deep Learning

This article provides a comprehensive overview of ensemble learning, explaining its principles, common classifiers, major ensemble strategies such as bagging, boosting, and stacking, and demonstrates practical deep‑learning ensemble techniques like Dropout, test‑time augmentation, and Snapshot ensembles with code examples.

Deep LearningStackingbagging
0 likes · 17 min read
Ensemble Learning: Concepts, Methods, and Applications in Deep Learning