TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

LightGBM Predict on Pandas DataFrame – Column Order Matters

1 点作者 pplonski863 个月前

1 comment

westurner3 个月前
[LightGBM,] does not converge regardless of feature order.<p>From <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41873650">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41873650</a> :<p>&gt; <i>Do algorithmic outputs diverge or converge given variance in sequence order of</i> all orthogonal <i>axes? Does it matter which order the dimensions are stated in; is the output sensitive to feature order, but does it converge regardless?</i><p>Also, current LLMs suggest that statistical independence is entirely distinct from orthogonality, which we typically assume with high-dimensional problems. And, many statistical models do not work with non-independent features.<p>Does this model work with non-independence or nonlinearity?<p>Does the order of the columns in the training data CSV change the alpha of the model; does model output converge regardless of variance in the order of training data?