书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 59 个相关结果.
  • 参数

    4925 2019-05-25 《LightGBM 中文文档》
    参数 参数格式 核心参数 用于控制模型学习过程的参数 IO 参数 目标参数 度量参数 网络参数 GPU 参数 模型参数 其他 持续训练输入分数 权重数据 查询数据 参数 这个页面包含了 LightGBM 的所有参数. 一些有用的链接列表 Python API Parameters Tuning 外部链接 ...
  • Single Model Serving

    Overview Tensorflow PyTorch Scikit-learn XGBoost PMML Spark Lightgbm PaddleServer How to write a custom predictor
  • 7.梯度提升树

    提升树 提升树 一、提升树 二、xgboost 三、LightGBM
  • MLflow

    MLflow Node Overview Create Task Task Parameters and Example MLflow Projects BasicAlgorithm AutoML Custom projects MLflow Models MLflow Docker Environment to Prepare Cond...
  • 工具

    CRF++ lightgbm使用指南 xgboost使用指南 scikit-learn spark numpy 使用指南 scipy 使用指南 matplotlib 使用指南 pandas 使用指南
  • 4.4 绘图API

    4.4 绘图API 4.4 绘图API lightgbm.plot_importance() : 绘制特征的重要性。 lightgbm . plot_importance ( booster , ax = None , height = 0.2 , xlim = None , ylim = None , title =...
  • 4.5 Booster API 转换

    4.5 Booster API 转换 4.5 Booster API 转换 从 LGBMModel 转换到Booster :通过.booster_ 属性来获取底层的Booster 。 源码: @property def booster_ ( self ): """Get the underlying lightg...
  • MLflow

    MLflow节点 综述 创建任务 任务样例 MLflow Projects BasicAlgorithm AutoML Custom projects MLflow Models MLFLOW Docker 环境准备 conda 环境配置 MLflow service 启动 内置算法仓库配置 MLflow节点 综述 MLf...
  • 参数优化

    2380 2019-05-25 《LightGBM 中文文档》
    参数优化 针对 Leaf-wise (最佳优先) 树的参数优化 针对更快的训练速度 针对更好的准确率 处理过拟合 参数优化 该页面包含了 LightGBM 中所有的参数. 其他有用链接列表 参数 Python API 针对 Leaf-wise (最佳优先) 树的参数优化 LightGBM uses the leaf-wise...
  • Development Guide

    1193 2019-05-25 《LightGBM 中文文档》
    Development Guide Algorithms Classes and Code Structure Important Classes Code Structure Documents API C API High Level Language Package Questions Development Guide A...