Tagged articles
35 articles
Page 1 of 1
AIWalker
AIWalker
May 17, 2026 · Industry Insights

Why Converting SDR to HDR Involves More Than Just Brightening the Image

The paper presents a pixel‑level statistical study of the ASC StEM2 test film, building a three‑layer physical‑perceptual comparison of EXR, SDR and HDR masters, revealing that about 82 % of image regions can be restored through a restrained restoration process while the remaining areas require targeted semantic adjustments, offering concrete guidance for AI‑driven HDR conversion and industry standards.

Artificial IntelligenceDigital CinemaHDR
0 likes · 29 min read
Why Converting SDR to HDR Involves More Than Just Brightening the Image
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Product Management

5 Hidden Pitfalls of A/B Test Automation in 2026

In 2026, AI‑driven A/B testing platforms became standard, cutting experiment cycles by 63% but raising false‑positive rates to 19.4%, and this article reveals five critical mistakes—from mistaking auto‑traffic split for true randomization to ignoring metric drift and business impact—that can undermine results.

A/B testingAutomationStatistical Analysis
0 likes · 8 min read
5 Hidden Pitfalls of A/B Test Automation in 2026
Python Programming Learning Circle
Python Programming Learning Circle
Jun 13, 2025 · Fundamentals

Analyzing 2013 Toulouse Airport Weather Data with Python, pandas, and SciPy

This tutorial demonstrates how to import, clean, and explore 2013 weather observations from Toulouse Airport using Python libraries such as pandas and SciPy, perform consistency checks, visualize temperature trends, assess variable correlations, and fit probability distributions—including normal, log‑normal, and Weibull—to the data.

PythonStatistical AnalysisWeather Data
0 likes · 7 min read
Analyzing 2013 Toulouse Airport Weather Data with Python, pandas, and SciPy
Didi Tech
Didi Tech
Apr 10, 2025 · Product Management

AA Testing and Rerandomization Techniques for Reliable AB Experiments

The article outlines how AA testing and rerandomization can detect and correct non‑uniform traffic splits in short‑term AB experiments, detailing three solutions—AA tests, seed‑based rerandomization, and retrospective AA analysis—along with theoretical guarantees, empirical error‑rate reductions, and remaining challenges for long‑term or clustered designs.

AA testingAB testingCUPED
0 likes · 17 min read
AA Testing and Rerandomization Techniques for Reliable AB Experiments
DataFunTalk
DataFunTalk
May 23, 2024 · Fundamentals

Systematic Solutions to the AA Problem in Random Experiments

Speaker Wanbo Kui, a Didi data analyst, will present a systematic approach to addressing the AA problem in random experiments, covering academic and industry research on re-randomization, its principles and simulations, practical applications, and how it enhances experiment validity.

A/B testingAA problemStatistical Analysis
0 likes · 3 min read
Systematic Solutions to the AA Problem in Random Experiments
Data Thinking Notes
Data Thinking Notes
Dec 7, 2023 · Big Data

How NetEase Yanxuan Detects and Diagnoses Metric Anomalies at Scale

This article explains NetEase Yanxuan's end‑to‑end practice for automatically detecting, classifying, and diagnosing metric anomalies in e‑commerce, covering background motivation, three anomaly types, statistical detection frameworks (GESD, volatility, trend), post‑processing, contribution‑decomposition methods, dimension‑explosion challenges, and practical optimizations.

Statistical Analysiscontribution decompositiondata monitoring
0 likes · 20 min read
How NetEase Yanxuan Detects and Diagnoses Metric Anomalies at Scale
Architect
Architect
Oct 14, 2023 · Industry Insights

How to Build a Trustworthy A/B Testing Platform for Complex Multi‑Side Marketplaces

This article explains how Meituan's fulfillment team designs, implements, and operates a reliable A/B testing platform for multi‑side markets, detailing statistical pitfalls, experiment types, traffic-splitting frameworks, and automated analysis pipelines to ensure credible results despite overflow effects, small samples, and fairness constraints.

A/B testingStatistical Analysisexperiment design
0 likes · 40 min read
How to Build a Trustworthy A/B Testing Platform for Complex Multi‑Side Marketplaces
DaTaobao Tech
DaTaobao Tech
Feb 24, 2023 · Artificial Intelligence

Data Preprocessing and Statistical Analysis Techniques in Python

The article reviews essential Python data‑preprocessing and statistical‑analysis tools—including missing‑value imputation, outlier trimming, scaling, binning, knee‑point detection, correlation, chi‑square testing, linear regression, Wilson scoring, PCA weighting, text tokenization and sentiment analysis, plus visualization with matplotlib/seaborn and big‑data access via pyodps.

Machine LearningPythonStatistical Analysis
0 likes · 17 min read
Data Preprocessing and Statistical Analysis Techniques in Python
Dada Group Technology
Dada Group Technology
Dec 30, 2022 · Fundamentals

Ensuring Trustworthy A/B Experiments: Architecture, Balance Checks, Log Consistency, Automated Significance Testing, and Result Interpretation

This article discusses how to improve the reliability of online A/B experiments by designing robust architecture, evaluating group balance with orthogonal testing, ensuring consistent front‑end/back‑end logging, automating statistical significance checks, reducing group imbalance, and interpreting results using causal trees.

A/B testingStatistical Analysiscausal trees
0 likes · 12 min read
Ensuring Trustworthy A/B Experiments: Architecture, Balance Checks, Log Consistency, Automated Significance Testing, and Result Interpretation
DataFunTalk
DataFunTalk
Nov 30, 2022 · Big Data

Design and Practice of Yanxuan A/B Scientific Experiment Platform

The article presents the design, scientific methodology, system architecture, and case studies of Yanxuan's A/B testing platform, detailing how statistical principles, automated tracking, traffic allocation models, and unified reporting accelerate decision‑making and reduce development effort in e‑commerce experiments.

A/B testingAutomationStatistical Analysis
0 likes · 15 min read
Design and Practice of Yanxuan A/B Scientific Experiment Platform
DataFunTalk
DataFunTalk
Nov 25, 2022 · Operations

Overview of Volcano Engine A/B Experiment System Platform

This article presents a comprehensive overview of Volcano Engine's A/B testing platform, detailing its four core stages—reliable experiment system, efficient data construction, scientific statistical analysis, and fine-grained governance—while explaining execution components, data pipelines, statistical methods, and operational best practices for large‑scale experimentation.

A/B testingBig DataExperiment Platform
0 likes · 16 min read
Overview of Volcano Engine A/B Experiment System Platform
Model Perspective
Model Perspective
Sep 9, 2022 · Fundamentals

What Is a Time Series and How Do We Analyze Its Patterns?

A time series is a chronologically ordered set of interrelated data points whose analysis involves studying its development patterns and forecasting future behavior, with classifications based on dimensionality, continuity, statistical properties such as stationarity, and distribution types like Gaussian or non‑Gaussian.

Statistical AnalysisTime-seriesforecasting
0 likes · 2 min read
What Is a Time Series and How Do We Analyze Its Patterns?
Model Perspective
Model Perspective
Jul 15, 2022 · Fundamentals

How to Perform Two-Way ANOVA with Python’s statsmodels: Theory and Code

This article explains the theory behind two‑factor ANOVA, distinguishes cases with and without interaction, presents the mathematical model, and demonstrates a complete Python implementation using statsmodels, including data setup, model fitting, and interpretation of the ANOVA table.

PythonStatistical AnalysisStatsmodels
0 likes · 6 min read
How to Perform Two-Way ANOVA with Python’s statsmodels: Theory and Code
Model Perspective
Model Perspective
Jun 4, 2022 · Fundamentals

Master Variable Clustering: Measuring Similarity and Grouping Techniques

This article explains the variable clustering method, why it’s needed to reduce redundant variables, how to measure similarity using correlation coefficients or cosine angles, and describes common distance definitions such as maximum and minimum coefficient methods for effective factor selection.

Statistical Analysisdata modelingfactor selection
0 likes · 3 min read
Master Variable Clustering: Measuring Similarity and Grouping Techniques
HomeTech
HomeTech
Mar 24, 2022 · Fundamentals

A/B Testing Platform Overview and Statistical Evaluation Methods

This article introduces the A/B testing platform used at AutoHome, detailing its architecture, experiment flow, traffic allocation strategies, and statistical evaluation techniques such as hypothesis testing, confidence intervals, and significance testing, to guide data‑driven decision making for recommendation system improvements.

A/B testingExperiment PlatformStatistical Analysis
0 likes · 9 min read
A/B Testing Platform Overview and Statistical Evaluation Methods
DevOps
DevOps
Feb 24, 2022 · Product Management

A/B Testing: Motivation, Architecture, Best Practices, and Future Outlook

This article explains why A/B testing is essential for data‑driven decision making, describes the Volcano Engine A/B testing system architecture, outlines practical experiment design, statistical analysis methods, real‑world case studies, and forecasts industry and technical trends for the practice.

A/B testingStatistical Analysisdata-driven decision
0 likes · 15 min read
A/B Testing: Motivation, Architecture, Best Practices, and Future Outlook
Alimama Tech
Alimama Tech
Nov 3, 2021 · Product Management

Common Pitfalls in AB Testing: Design and Analysis Issues

AB testing often fails because practitioners skip power analysis, peek at interim results, set unrealistic null hypotheses, randomize at inappropriate units, ignore sample‑ratio mismatches, choose misleading metrics, and fall prey to segmentation errors like Simpson’s paradox, any of which can invalidate conclusions.

AB testingMetricsSample Ratio Mismatch
0 likes · 15 min read
Common Pitfalls in AB Testing: Design and Analysis Issues
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 27, 2021 · Backend Development

iQIYI AB Testing Platform: Architecture, Workflow, and Statistical Practices

iQIYI’s AB testing platform integrates a layered traffic‑splitting architecture, real‑time SDK and API delivery, log‑replay data collection, and rigorous T‑test statistical analysis to enable fast, reliable product, algorithm, and operations experiments, exemplified by a UI redesign that boosted watch time by 17.85%.

AB testingExperiment PlatformStatistical Analysis
0 likes · 12 min read
iQIYI AB Testing Platform: Architecture, Workflow, and Statistical Practices
DataFunTalk
DataFunTalk
Mar 18, 2021 · Fundamentals

Building Popper: Tubi’s Scalable Experimentation Platform

Tubi’s Popper platform combines a Scala‑based experiment engine, reproducible JSON‑stored configurations, a React UI, and data pipelines using Spark and Akka to enable fast, cross‑team A/B testing, automated analysis, health checks, and data‑driven decision making across mobile and OTT services.

A/B testingAkkaExperimentation platform
0 likes · 15 min read
Building Popper: Tubi’s Scalable Experimentation Platform
Efficient Ops
Efficient Ops
Feb 1, 2021 · Operations

How to Detect Anomalous Nodes in Massive Compute Clusters Using Intelligent Ops

This article explains how internet companies can reduce soaring manual operations costs by applying intelligent monitoring techniques—such as pattern recognition and statistical anomaly detection—to automatically identify abnormal nodes among thousands of servers, streamline fault diagnosis, and improve service quality.

Anomaly DetectionMonitoringOperations
0 likes · 4 min read
How to Detect Anomalous Nodes in Massive Compute Clusters Using Intelligent Ops
Meituan Technology Team
Meituan Technology Team
May 28, 2020 · Big Data

Design and Implementation of Meituan Delivery A/B Testing Platform and Evaluation System

The article details Meituan Delivery’s A/B testing platform and evaluation system, explaining its closed‑loop design, multi‑strategy traffic allocation with AA grouping, comprehensive metric hierarchy, statistical rigor, data integration, and implementation architecture, and outlines future tools for traffic‑volume recommendation.

A/B testingMetricsStatistical Analysis
0 likes · 20 min read
Design and Implementation of Meituan Delivery A/B Testing Platform and Evaluation System
Qunar Tech Salon
Qunar Tech Salon
Feb 17, 2020 · Databases

Automated Bug Detection for Distributed Databases Using Statistical Code Path Analysis

The article describes a prototype system that automatically discovers bugs in large distributed databases by instrumenting code, generating massive SQL test cases, statistically analyzing execution paths, visualizing suspicious blocks, and integrating insights from academic papers to guide future debugging and testing efforts.

Performance RegressionSQL fuzzingStatistical Analysis
0 likes · 11 min read
Automated Bug Detection for Distributed Databases Using Statistical Code Path Analysis
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Feb 14, 2020 · Product Management

Understanding A/B Testing: Statistical Foundations, Metric Evaluation, and Practical Applications

This article explains the principles of A/B testing, the statistical concepts such as population, sample, hypothesis testing, p‑values and t‑tests, describes how to calculate metrics for rate and mean indicators, and illustrates a real‑world experiment with detailed evaluation methods.

A/B testingStatistical Analysisexperiment design
0 likes · 14 min read
Understanding A/B Testing: Statistical Foundations, Metric Evaluation, and Practical Applications
DataFunTalk
DataFunTalk
Jun 20, 2019 · Product Management

A Comprehensive Guide to A/B Testing for Product Optimization and Recommendation Systems

This article explains how A/B testing serves as a vital measurement and optimization tool for internet products, covering metric definition, experiment management platforms, traffic splitting strategies, orthogonal and exclusive rules, and essential statistical concepts such as hypothesis testing, t‑test, z‑test, and p‑value analysis.

A/B testingMetricsStatistical Analysis
0 likes · 13 min read
A Comprehensive Guide to A/B Testing for Product Optimization and Recommendation Systems
NetEase Media Technology Team
NetEase Media Technology Team
Jun 5, 2019 · Product Management

Mastering AB Testing: From Basics to Scalable Multi‑Layer Architecture

This article explains the fundamentals of AB testing, outlines the iterative workflow, shares best‑practice guidelines, compares single‑layer and multi‑layer experiment frameworks, and details the technical implementation—including SDK design, hashing algorithms, data denoising, and statistical evaluation methods.

AB testingData AnalysisHashing
0 likes · 15 min read
Mastering AB Testing: From Basics to Scalable Multi‑Layer Architecture
Hujiang Technology
Hujiang Technology
Jun 27, 2018 · Operations

Design and Architecture of an Overlapping Experiment Platform for Data‑Driven Product Operations

The article describes the motivation, layered design, traffic allocation, statistical validation methods, and system architecture of a scalable A/B testing platform that enables multiple concurrent experiments while ensuring independent traffic segmentation and reliable data analysis for product growth.

A/B testingExperiment PlatformStatistical Analysis
0 likes · 12 min read
Design and Architecture of an Overlapping Experiment Platform for Data‑Driven Product Operations
Efficient Ops
Efficient Ops
Nov 7, 2016 · Operations

How to Train New SREs Effectively: Proven Practices and Playbooks

This article outlines a systematic approach to onboarding and training new Site Reliability Engineers, covering trust building, readiness assessment, diverse learning methods, structured curricula, on‑call milestones, project‑focused work, reverse‑engineering skills, statistical thinking, and improvisation techniques to develop high‑performing SRE teams.

On-CallOperationsReverse Engineering
0 likes · 17 min read
How to Train New SREs Effectively: Proven Practices and Playbooks
Ctrip Technology
Ctrip Technology
Sep 19, 2016 · Product Management

Fundamentals and Implementation of A/B Testing at Qunar

This article explains the basic principles, practical demo, platform architecture, statistical validation, sample size estimation, and reporting workflow of A/B testing used at Qunar to evaluate advertising strategies and product features, illustrating how data‑driven experiments are designed, executed, and analyzed.

A/B testingData PlatformStatistical Analysis
0 likes · 9 min read
Fundamentals and Implementation of A/B Testing at Qunar
Qunar Tech Salon
Qunar Tech Salon
Aug 20, 2016 · Product Management

Fundamentals and Implementation of A/B Testing at Qunar

This article explains the basic principles of A/B testing, demonstrates a practical advertising experiment, describes effective experiment design, outlines Qunar's A/B testing platform architecture and workflow, and details statistical validation methods including Z‑test, minimum sample size calculation, and confidence interval estimation.

QunarStatistical Analysisexperiment design
0 likes · 8 min read
Fundamentals and Implementation of A/B Testing at Qunar