书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 355 个相关结果.
  • 高斯混合模型流式预测(stream)

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

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

    Description Parameters Script Example Code Result Description Quantile discretizer calculate the q-quantile as the interval, output the interval as model, and can transform...
  • 决策树回归预测(stream)

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

    Description Parameters Script Example Code Result Description Quantile discretizer calculate the q-quantile as the interval, output the interval as model, and can transfor...
  • gbdt回归预测(stream)

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

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

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

    Description Parameters Script Example Code Results Description MultilayerPerceptronClassifier is a neural network based multi-class classifier. Valina neural network with ...
  • 多层感知机预测(stream)

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