实体
papermill
papermill
PulseAugur coverage of papermill — every cluster mentioning papermill across labs, papers, and developer communities, ranked by signal.
总计 · 30天
3
90 天内 3
发布 · 30天
0
90 天内 0
论文 · 30天
3
90 天内 3
层级分布 · 90 天
关系
最近 · 第 1/1 页 · 共 3 条
-
Eugene Yan 分享数据科学项目成功策略:规划、执行和沟通
Eugene Yan 概述了执行数据科学项目的最佳实践,强调了清晰计划和有效沟通的重要性。他建议从文献综述开始,以借鉴现有研究,并使用 Jupyter notebooks 等工具进行快速实验。Yan 还强调了每日站会对于保持团队一致和及早发现潜在障碍的价值。
-
Eugene Yan 详细介绍了使用 Jupyter、Papermill 和 MLflow 进行更简单机器学习实验的工作流程
Eugene Yan 的文章详细介绍了一个使用 Jupyter、Papermill 和 MLflow 进行机器学习实验的简化工作流程。这种方法通过使用 Papermill 参数化笔记本以运行多个实验并记录结果,从而避免了笔记本重复和手动跟踪。MLflow 然后集中管理指标和工件,为管理和引用实验结果提供了一个统一的界面,这对于诸如不同地区的欺诈检测或股票指数预测等任务特别有用。
-
Eugene Yan and Practical AI discuss testing ML systems and code
Eugene Yan's article details a comprehensive approach to testing machine learning systems, differentiating between traditional software tests and ML-specific tests. ML tests are further categorized into pre-train tests …