书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 2290 个相关结果.
  • 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 for dest...
  • gbdt回归

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

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

    ostream ostream 继续以一个hello world程序为例,但是这次使用ostream #include <iostream> int main () { std :: cout << "Hello, world!\n" ; } 几乎所有关于c++的书籍都会提到<<操作支持很多数据类型。这些支...
  • NaiveBayes

    Description Parameters Script Example Script Result Description Naive Bayes Classifier. We support the multinomial Naive Bayes and multinomial Naive Bayes model, a probab...
  • ostream

    ostream ostream 继续以一个hello world程序为例,但是这次使用ostream #include <iostream> int main () { std :: cout << "Hello, world!\n" ; } 几乎所有关于c++的书籍都会提到<<操作支持很多数据类型。这些支...
  • 判断子序列

    判断子序列 判断子序列 /// Fibonacci via Dynamic Programming /// fibonacci(n) returns the nth fibonacci number /// This function uses the definition of Fibonacci where: /// F(0) = ...
  • 随机森林分类训练(batch)

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

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