书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 355 个相关结果.
  • 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 ...
  • 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...
  • DecisionTreeClassifierPredict(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...
  • Quantile离散训练(batch)

    QuantileDiscretizer训练 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 QuantileDiscretizer训练 功能介绍 分位点离散可以计算选定列的分位点,然后使用这些分位点进行离散化。生成选中列对应的q-quantile,其中可以所有列指定一个,也可以每一列对应一个 参数说明 名称 中文名称...
  • RandomForestRegressorPredict(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...
  • DecisionTreeRegressorPredict(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...
  • 流式UDF

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

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

    Description Parameters Script Example Code Results Description MultilayerPerceptronClassifier is a neural network based multi-class classifier. Valina neural network with a...