书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 198 个相关结果.
  • XGBoost

    Deploying XGBoost models with InferenceService Training Testing locally Pre-requisites Model settings Serving our model locally Deploy with InferenceService Testing deployed ...
  • XGBoost on SQLFlow

    XGBoost on SQLFlow Introduction Usage The Code Generator XGBoost on SQLFlow Introduction This design explains how SQLFlow calls XGBoost for training models and prediction. ...
  • 二、xgboost

    二、xgboost 2.1 结构分 2.2 分解结点 2.2.1 贪心算法 2.2.2 近似算法 2.3 加权分桶 2.4 缺失值 2.5 其他优化 2.5.1 正则化 2.5.2 计算速度提升 2.5.2.1 预排序 2.5.2.2 预取 2.5.2.3 Out-of-Core 二、xgboost xgboost 也是使...
  • XGBoost 教程

    1710 2019-05-25 《XGBoost 中文文档》
    XGBoost 教程 目录 XGBoost 教程 本节包含 XGBoost 包中的官方教程。 参阅 Awesome XGBoost 找到更多的资源。 目录 Boosted Trees 介绍 在 AWS 上的分布式 XGBoost YARN DART booster
  • XGBoost 参数

    2493 2019-05-25 《XGBoost 中文文档》
    XGBoost 参数 R 中的参数 常规参数 用于 Tree 提升的参数 用于 Dart Booster 的其它参数 用于 Linear Booster 的参数 学习任务的参数 命令行参数 XGBoost 参数 在运行 XGBoost 之前, 我们必须设置三种类型的参数: 常规参数, 提升器参数和任务参数. 常规参数与我们用于提升的...
  • XGBoost 入门指引

    1248 2019-05-25 《XGBoost 中文文档》
    XGBoost 入门指引 安装 以特定的方式使用 XGBoost 开发和破解 XGBoost 常见问题 XGBoost 入门指引 该页面包含使用和开发 XGBoost 的一些指导。 安装 如何安装 XGBoost 以特定的方式使用 XGBoost 参数调整指南 使用大数据集的 out of core 计算 开发和破...
  • XGBoost Python Package

    1251 2019-05-25 《XGBoost 中文文档》
    XGBoost Python Package 内容目录 XGBoost Python Package 该页面包含软件包上所有与 python 相关的文档链接. 要安装软件包, 请参阅 构建和安装说明 . 内容目录 Python 教程概述 通过例子来学习 XGBoost Python API 参考
  • XGBoost on SQLFlow Tutorial

    XGBoost on SQLFlow Tutorial The Dataset Fit Boston Housing Dataset Predict the Housing Price XGBoost on SQLFlow Tutorial This is a tutorial on train/predict XGBoost model ...
  • 开发和破解 XGBoost - 为 XGBoost 做贡献

    1233 2019-05-25 《XGBoost 中文文档》
    为 XGBoost 做贡献 指导方针 提交 Pull Request Git 工作流程 如何解决与 master 的冲突 如何将多个提交合并为一个 force push(强制 push)的后果是什么 文档 测试用例 示例 核心库 Python 包 R 包 代码风格 Rmarkdown Vignettes 为 XGBoost...
  • xgboost使用指南

    Xgboost使用 Xgboost使用 一、安装 二、调参 三、外存计算 四、 GPU计算 五、单调约束 六、 DART booster 七、Python API