第 1 / 5 页
非代码面试题
显示 20 / 82 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
2646Model-Fit Count in a Nested CV SearchA team runs 5 outer folds. Inside each outer-training split, it evaluates 6 hyperparameter settings by 4-fold CV, then refits the chosen model once on the full outer-training split. How many total model fits are performed?机器学习简单数值题未尝试免费2647Why Grouped CV Beats Row-Wise CV for Repeated EntitiesWhy is row-wise cross-validation inappropriate when each entity appears many times and the model can recognize entity-specific signatures?机器学习中等essay未尝试免费2648Why Random k-Fold Is Invalid for Overlapping Rolling FeaturesWhy can random k-fold cross-validation be invalid when each feature vector uses a rolling 20-day history from a time series?机器学习简单essay未尝试免费2649How Many Expanding-Window Folds Fit in a Monthly Panel?You have 60 months of data. Each expanding-window fold uses 24 months for training, the next 6 months for validation, and then advances by 6 months. How many validation folds fit?机器学习中等数值题未尝试免费2650Usable Training Days After Purging and EmbargoA 100-day event-study sample uses a contiguous 20-day validation block in the middle. Labels look ahead 5 days, and you impose a 2-day embargo on each side of the validation block. How many days remain usable for training?机器学习困难数值题未尝试面试订阅2651Why Repeated CV Replicates Are Not Independent ExperimentsWhy should a practitioner be cautious about treating 20 repeated CV scores as if they were 20 independent experiments?机器学习简单essay未尝试免费2653Training Observations Per Fold in Grouped Cross-ValidationThere are 12 issuers and each issuer contributes 5 observations. In 3-fold grouped cross-validation, one fold holds out 4 issuers at a time. How many observations are used for training in each fold?机器学习中等数值题未尝试面试订阅2654Expected Number of Times a Point Is Validated in Repeated k-Fold CVIn R repeats of ordinary k-fold CV, each point appears in exactly one validation fold per repeat. Derive the number of validation appearances of one point across all repeats.机器学习中等derivation未尝试面试订阅2655Why Expanding Windows Can Beat Rolling Windows Under Sparse DataWhy might an expanding-window CV design be preferable to a rolling-window design when the series is short and drift is present but not violent?机器学习困难essay未尝试面试订阅2656Why Random Row CV Breaks With Overlapping Label HorizonsWhy can ordinary random row cross-validation severely overstate performance when each label depends on the next 5 trading days and adjacent rows overlap in those horizons?机器学习简单essay未尝试免费2657Why Fold-to-Fold Variation Is Not a Standard Error of DeploymentWhy is the standard deviation of fold scores not automatically the standard error of future production performance?机器学习简单essay未尝试免费2658Repeated Fold Inspection as a Tuning ChannelA researcher keeps examining which dates underperform in each fold and then adjusts features accordingly. Why is this still overfitting even if no formal hyperparameter optimizer is used?机器学习中等essay未尝试面试订阅2659Train-Set Size After Purging One Side of a FoldA dataset has 500 time-ordered observations. One validation block uses observations 301 through 350. If a 10-observation purge is applied immediately before the validation block and nowhere else, how many observations remain eligible for training?机器学习困难数值题未尝试面试订阅2660Why Rare-Event Stratification MattersWhy can ordinary random folds become misleading in a rare-event problem even when the data are IID?机器学习困难essay未尝试面试订阅2661Why Time-Series CV Is About Information Availability, Not Calendar PurityWhy is the real principle in time-series CV 'never train on information from the future' rather than 'always use a particular fold geometry'?机器学习简单essay未尝试免费2662Why Overlapping Validation Windows Complicate Score AggregationWhy should a practitioner be careful when averaging performance over overlapping validation windows?机器学习中等essay未尝试面试订阅2663Why Comparing CV Scores Across Different Fold Rules Can MisleadWhy is it dangerous to compare one model's score from random k-fold CV with another model's score from grouped or blocked CV?机器学习中等essay未尝试面试订阅2664How Many Distinct Hyperparameter Winners Can Outer CV ProduceA nested CV uses 7 outer folds and selects exactly one hyperparameter setting inside each outer fold. What is the maximum possible number of distinct winning hyperparameter settings across outer folds?机器学习困难derivation未尝试面试订阅2665Why Tiny Folds Can Exaggerate RegularizationWhy can a very small training fold make heavily regularized models look better than they would on the full training set?机器学习困难essay未尝试面试订阅2666Why Outer-Fold Disagreement Is InformativeIf different outer folds in nested CV keep selecting different hyperparameters, what does that usually say about the learning problem?机器学习简单essay未尝试免费