搜索服务

快速搜索工具并打开页面

产品指南 · 6 分钟阅读

ML feature CSVs: eyeballing training exports before notebooks run

Spot constant columns, label leakage, and impossible ranges in flat files before sklearn or PyTorch.

发布于 2025年3月21日 · FreeLocalConverter

Human scan complements automated profiling: sort numeric features, search for sentinel strings like unknown, and verify label cardinality before training.

Red flags

  • Future-dated columns co-present with targets (leakage).
  • IDs that sort perfectly with labels (merge bugs).

← 全部文章