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

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

    多层感知机预测 功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 多层感知机预测 功能介绍 基于多层感知机模型,进行分类预测。 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 vectorCol 向量列名 向量列对应的列名,默认值是null String null pr...
  • 决策树回归预测(batch)

    决策树回归预测(batch) 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 决策树回归预测(batch) 功能介绍 本函数支持cart回归 支持带样本权重的训练 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 predictionCol 预测结果列名 预测结果列名 Str...
  • DecisionTreeClassifierPredict(stream)

    Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...
  • 批式UDF

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

    Description Parameters Script Example Script Result Description The batch operator that predict the data using the binary gbdt model. Parameters Name Description Ty...
  • 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...
  • 流式UDF

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

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

    Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...