书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 355 个相关结果.
  • gbdt二分类预测(stream)

    功能介绍 参数说明 脚本示例 脚本结果 功能介绍 gbdt(Gradient Boosting Decision Trees)二分类,是经典的基于boosting的有监督学习模型,可以用来解决二分类问题 支持连续特征和离散特征 支持数据采样和特征采样 目标分类必须是两个 参数说明 名称 中文名称 描述 类型 ...
  • 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...
  • Quantile离散预测(batch)

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

    功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 模型结果 预测结果 功能介绍 KMeans 是一个经典的聚类算法。 基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 Alink上KMeans算法括[KMeans],[KMeans批量预测], [KM...
  • 二分K均值聚类预测(stream)

    功能介绍 参数说明 训练 脚本示例 脚本代码 脚本运行结果 模型结果 预测结果 功能介绍 二分k均值算法是k-means聚类算法的一个变体,主要是为了改进k-means算法随机选择初始质心的随机性造成聚类结果不确定性的问题. Alink上算法括[二分K均值聚类训练],[二分K均值聚类预测], [二分K均值聚类流式预测] 参数说明...
  • gbdt二分类预测(batch)

    功能介绍 参数说明 脚本示例 运行脚本 脚本结果 功能介绍 gbdt(Gradient Boosting Decision Trees)二分类,是经典的基于boosting的有监督学习模型,可以用来解决二分类问题 支持连续特征和离散特征 支持数据采样和特征采样 目标分类必须是两个 参数说明 名称 中文名称 描...
  • 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 ...
  • GbdtRegressorPredict(stream)

    Description Parameters Script Example Result Description Gradient Boosting(often abbreviated to GBDT or GBM) is a popular supervised learning model. It is the best off-the-s...
  • 随机森林分类预测(stream)

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