书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 198 个相关结果.
  • 7.1 数据接口

    7.1 数据接口 7.1.1 数据格式 7.1.2 DMatrix 7.1 数据接口 7.1.1 数据格式 xgboost 的数据存储在DMatrix 对象中 xgboost 支持直接从下列格式的文件中加载数据: libsvm 文本格式的文件。其格式为: [ label ] [ index1 ]:[ value...
  • Build Components and Pipelines

    Build Components and Pipelines Out of date Overview of pipelines and components Before you start Create a container image for each component Create a Python function to wrap y...
  • Auto Hyperparameter Tuning

    Auto Hyperparameter Tuning Katib The Paradox Untangle the Paradox Boosting Tree Models Deep Learning Models Trigger Hyperparameter Tuning The System Design From Submitter to ...
  • Pipelines Quickstart

    Pipelines Quickstart Deploy Kubeflow and open the Kubeflow Pipelines UI Run a basic pipeline Run an ML pipeline Next steps Pipelines Quickstart Getting started with Kubeflo...
  • Build Components and Pipelines

    Build Components and Pipelines Overview of pipelines and components Before you start Create a container image for each component Create a Python function to wrap your component ...
  • Python API 参考

    2275 2019-05-25 《XGBoost 中文文档》
    Python API 参考 核心的数据结构 学习的 API Scikit-Learn 的 API 绘图的 API Python API 参考 该页面提供了有关 xgboost 的 Python API 参考, 请参阅 Python 软件包介绍以了解更多关于 python 软件包的信息. 该页面中的文档是由 sphinx 自动生成的. 其中的...
  • Design

    Design Table of contents Design Table of contents SQLFlow Overall Design SQLFlow Parser Submitter Piping Responses Intermediate Representation Compatibility with Variou...
  • 四、 GPU计算

    四、 GPU计算 四、 GPU计算 xgboost 支持使用gpu 计算,前提是安装时开启了GPU 支持 要想使用GPU 训练,需要指定tree_method 参数为下列的值: 'gpu_exact' : 标准的xgboost 算法。它会对每个分裂点进行精确的搜索。相对于'gpu_hist' ,它的训练速度更慢,占用更多内存 '...
  • Examples

    Examples Table of contents Examples Table of contents Classify Iris Dataset Using DNNClassifer Training a Text Classification Model Using SQLFlow The Credit Card Fraud Det...
  • Train and Deploy on GCP from a Local Notebook

    Train and Deploy on GCP from a Local Notebook Clone the Kubeflow Fairing repository Set up Python, Jupyter Notebook, and Kubeflow Fairing Install and configure the Google Cloud S...