INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
622

19 / 32

非代码面试题

显示 20 / 622 道匹配题目

答题状态:未尝试未正确已正确
4229Correlation Split Credit TrapTwo nearly identical features alternate as top splitters across different random seeds. Does that mean the signal is unstable?机器学习中等derivation未尝试面试订阅4230Negative Permutation ImportanceA weak feature shows slightly negative permutation importance on a finite validation set. Should you immediately conclude it is genuinely anti-predictive?机器学习中等derivation未尝试面试订阅4231Grouped Permutation RemedyIf several sector dummy variables move together and share the same economic information, what diagnostic is often better than permuting one dummy at a time?机器学习中等derivation未尝试面试订阅4232Time-Split Remedy for Leakage RiskA feature may be available only with reporting delay. What evaluation setup is more convincing than random train/test splitting?机器学习中等derivation未尝试面试订阅4233Retrain-After-Drop CheckWhy can 'drop feature X and retrain' tell a different story from permutation importance on the original fitted model?机器学习中等derivation未尝试面试订阅4234Conditional Importance RemedyIf a feature is highly correlated with others, what is the point of conditional importance rather than plain marginal permutation?机器学习中等derivation未尝试面试订阅4235Stability RemedyIf importance rankings swing wildly across folds, what is the right reaction?机器学习中等derivation未尝试面试订阅4236Importance Is Not CausalityWhy is it dangerous to treat feature importance as if it were a causal ranking?机器学习中等essay未尝试面试订阅4237Why Trees Overcredit Splittable FeaturesWhy do impurity-based importances tend to overcredit features with many possible split points?机器学习中等essay未尝试面试订阅4238Why Correlation Makes Rankings FragileWhy do strongly correlated features make importance rankings fragile?机器学习中等essay未尝试面试订阅4239Why You Need Multiple Importance ViewsWhy is it often wise to look at more than one feature-importance diagnostic?机器学习中等essay未尝试面试订阅4241First Principal Direction from 2x2 Covariance 1A centered two-feature dataset has covariance matrix [[4.2, 1.6], [1.6, 1.8]]. What is the first principal-component direction and its variance?机器学习中等数值题未尝试面试订阅4246Explained Variance Ratio 1PCA on a covariance matrix yields eigenvalues 12, 3, and 1. What fraction of total variance is explained by the first principal component?机器学习简单数值题未尝试面试订阅4247Explained Variance Ratio 2PCA produces eigenvalues 12, 3, and 1. What is the smallest number of principal components needed to explain at least 90% of the variance?机器学习简单数值题未尝试面试订阅4248Explained Variance Ratio 3A centered point is x=(3,1), and the first principal-component loading is v=(2,1)/sqrt(5). What is the PC1 score of x?机器学习简单数值题未尝试面试订阅4249Explained Variance Ratio 4A rank-1 PCA approximation keeps only score 4 on loading vector v=(1,2)/sqrt(5). What reconstructed centered point does it produce?机器学习简单数值题未尝试面试订阅4250Explained Variance Ratio 5A PCA model has component variances 4 and 1. After whitening, what variance should the second whitened component have?机器学习简单数值题未尝试面试订阅4251Rank-1 PCA Reconstruction 1A centered two-feature dataset has covariance matrix [[1.8, 2.4], [2.4, 8.2]]. What is the second principal-component direction and its variance?机器学习中等数值题未尝试面试订阅4256PCA Whitening Coordinates 1A centered point has PC scores (2, -1) on orthonormal loadings v1=(1,0) and v2=(0,1). If the original mean is (5,7), what reconstructed point do the first two PCs produce?机器学习中等数值题未尝试面试订阅4257PCA Whitening Coordinates 2A PCA model has eigenvalues 5, 2, and 1. If you keep the first two PCs, what fraction of variance is discarded?机器学习中等数值题未尝试面试订阅