书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 355 个相关结果.
  • 流式UDTF

    功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 功能介绍 提供流式 UDTF 功能。 在Python环境中,可以提供含eval函数的对象或者lambda函数作为UDTF。 参数说明 以下为Python脚本中的参数: 名称 中文名称 描述 类型 是否必须? 默认值 func UDTF 函数 UDTF...
  • 随机森林回归预测(batch)

    随机森林回归批预测 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 随机森林回归批预测 功能介绍 随机森林回归是一种常用的树模型,由于bagging的过程,可以避免过拟合 随机森林回归组件支持稠密数据格式 支持带样本权重的训练 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 ...
  • gbdt回归预测(stream)

    gbdt回归 功能介绍 参数说明 脚本示例 脚本结果 gbdt回归 功能介绍 gbdt(Gradient Boosting Decision Trees)回归,是经典的基于boosting的有监督学习模型,可以用来解决回归问题 支持连续特征和离散特征 支持数据采样和特征采样 参数说明 名称 中文名称 描述...
  • QuantileDiscretizerTrain(batch)

    Description Parameters Script Example Code Result Description Fit a quantile discretizer model. Parameters Name Description Type Required? Default Value sele...
  • 添加id列(batch)

    附加ID列(batch) 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 附加ID列(batch) 功能介绍 将表附加ID列 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 appendType append类型 append类型,”UNIQUE”和”DENSE”,分别为稀疏和稠密,稀...
  • 添加id列(batch)

    附加ID列(batch) 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 附加ID列(batch) 功能介绍 将表附加ID列 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 appendType append类型 append类型,”UNIQUE”和”DENSE”,分别为稀疏和稠密,稀疏的...
  • RandomForestClassifierPredict(batch)

    Description Parameters Script Example Code Result Description The batch operator that predict the data using the random forest model. Parameters Name Description Ty...
  • QuantileDiscretizerPredict(stream)

    Description Parameters Script Example Code Result Description The stream operator that predict the data using the quantile discretizer model. Parameters Name Descrip...
  • GbdtClassifierPredict(stream)

    Description Parameters Script Example Result Description The stream operator that predict the data using the binary gbdt model. Parameters Name Description Type Req...
  • GbdtRegressorPredict(batch)

    Description Parameters Script Example Script Result Description Gradient Boosting(often abbreviated to GBDT or GBM) is a popular supervised learning model. It is the best o...