书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1516 个相关结果.
  • 回归评估(batch)

    功能介绍 SST 总平方和(Sum of Squared for Total) SSE 误差平方和(Sum of Squares for Error) SSR 回归平方和(Sum of Squares for Regression) R^2 判定系数(Coefficient of Determination) R ...
  • 文本特征哈希生成预测(stream)

    功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 模型数据 输出数据 功能介绍 根据分词后的文本统计词的IDF信息,将文本转化为稀疏的向量,与 文本特征生成 的区别在于它是统计文本哈希后的词频。 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 selectedCol 选中的列名 计算列对应...
  • DecisionTreeClassifierTrain(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...
  • DecisionTreeRegressor

    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...
  • OneHot编码预测(batch)

    one-hot编码组件 算法介绍 参数说明 脚本示例 运行脚本 运行结果 one-hot编码组件 算法介绍 one-hot编码,也称独热编码,对于每一个特征,如果它有m个可能值,那么经过 独热编码后,就变成了m个二元特征。并且,这些特征互斥,每次只有一个激活。 因此,数据会变成稀疏的,输出结果也是kv的稀疏结构。 参数说明 ...
  • DocHashCountVectorizerTrain(batch)

    Description Parameters Script Example Code Results Model Output Data Description Hash every word as a number, and save the inverse document frequency(IDF) of every word i...
  • 数据类型

    数据类型 Data Type 数据类型(Data Type)和Python类型的映射关系 数据类型 本节描述PyFlink Table API中所支持的数据类型. Data Type 在Table生态系统中,数据类型用于描述值的逻辑类型。它可以用来声明Python用户自定义函数的输入/输出类型。 Python Table API的用户可以在...
  • 数据类型

    数据类型 Data Type 数据类型(Data Type)和Python类型的映射关系 数据类型 本节描述PyFlink Table API中所支持的数据类型. Data Type 在Table生态系统中,数据类型用于描述值的逻辑类型。它可以用来声明Python用户自定义函数的输入/输出类型。 Python Table API的用户可以在Py...
  • Superset

    Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset 功能 集成的好处 集成的步骤 其它功能 Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset(incubating)是一个现代化的企业级商业智能 Web 应用程序。Superset...
  • Python Table API 简介

    Python Table API 简介 Python Table API 程序的基本结构 创建 TableEnvironment 创建表 通过列表类型的对象创建 通过 DDL 创建 通过 TableDescriptor 创建 通过 Catalog 创建 查询 Table API 查询 SQL 查询 Table API 和 SQL 的混合使用...