书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 2290 个相关结果.
  • gbdt二分类

    gbdt二分类 功能介绍 参数说明 参数建议 脚本示例 脚本结果 gbdt二分类 功能介绍 gbdt(Gradient Boosting Decision Trees)二分类,是经典的基于boosting的有监督学习模型,可以用来解决二分类问题 支持连续特征和离散特征 支持数据采样和特征采样 目标分类必须是两个 ...
  • 斐波那契(fibonacci)

    斐波那契(fibonacci) 斐波那契(fibonacci) /// Fibonacci via Dynamic Programming /// fibonacci(n) returns the nth fibonacci number /// This function uses the definition of Fibonacci ...
  • 随机森林分类训练(batch)

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

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

    Description Parameters Script Example Code Description Apply the “group by” operation on the input batch operator. Parameters Name Description Type Required? Defau...
  • groupby(batch)

    Description Parameters Script Example Code Description Apply the “group by” operation on the input batch operator. Parameters Name Description Type Required? Defau...
  • 朴素贝叶斯方法预测(batch)

    朴素贝叶斯预测 功能介绍 参数说明 脚本示例 运行脚本 运行结果 朴素贝叶斯预测 功能介绍 朴素贝叶斯是一个多分类算法 朴素贝叶斯组件支持稀疏、稠密两种数据格式 朴素贝叶斯组件支持带样本权重的训练 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 vectorCol 向量列名 向量列对应...
  • TypeScript 1.7

    TypeScript 1.7 async /await support in ES6 targets (Node v4+) Example Support for --target ES6 with --module Example this -typing ES7 exponentiation operator Example Imp...
  • TypeScript 1.7

    async /await support in ES6 targets (Node v4+) Example Support for --target ES6 with --module Example this -typing ES7 exponentiation operator Example Improved checking f...
  • TypeScript 1.7

    async/await support in ES6 targets (Node v4+) Example Support for —target ES6 with —module Example this-typing ES7 exponentiation operator Example Improved checking for dest...