GLOBAL SEARCH

搜索课程、模块、题目与收藏题单

搜索在服务端完成,题目解析与答案不会进入搜索结果。登录后可搜索自己的收藏题单。

找到 13 个结果

中文题目
题目826 · 脑筋急转弯

Two-Stage Pipeline Completion 1

7 identical jobs each require 3 minutes on Stage 1 and then 5 minutes on Stage 2. Each stage handles at most one job at a time, and a job can enter Stage 2 immediately after Stage 1 if Stage 2 is free. What is the earliest completion time of all jobs?

打开 →
题目4178 · 机器学习

Winsorize-then-Standardize Pipeline

A raw daily return of 4.8% is winsorized to the range [-3%, 3%], then standardized using trailing mean 0.5% and trailing standard deviation 1.0%. What z-score feature results?

打开 →
题目4315 · 机器学习

Regularization Is Not Isolated

In an overparameterized network, why is it a mistake to discuss regularization strength without also looking at optimizer and data pipeline choices?

打开 →
题目2466 · 机器学习

What to Audit in a Leakage Review

You are auditing a pipeline for leakage. Beyond checking the split line in the final dataframe, what is the highest-value thing to inspect in the code path?

打开 →
题目2453 · 机器学习

Winsor Caps Chosen on the Full Panel

A pipeline clips a spread feature at the 1st and 99th percentiles computed on the full panel before the split. Why can this still bias the reported test score even though the clipping rule is unsupervised?

打开 →