书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 1516 个相关结果.
  • 4.2.2. PySpark组件

    版本说明 操作步骤 使用建议 使用 Spark 的 DataFrame,而不要使用 Pandas 的 DataFrame 在 Task 里使用 Python 库,而不是在 Driver上 使用 Python 库 Pypark 组件为使用 Python 的 Spark 用户提供服务,用户通过 Python 编写 Spark 应用程序,通过 PySp...
  • 排序

    排序 By Index By Values By Indexes and Values searchsorted smallest / largest values Sorting by a multi-index column 排序 Pandas supports three kinds of sorting: sorting by i...
  • 文本特征哈希生成预测(batch)

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

    Description Parameters Script Example Result Description Fit a binary classfication model. Parameters Name Description Type Required? Default Value algoType ...
  • 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...
  • 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...
  • 数据类型

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

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

    Dataframes Benchmark comparisons File information Loading the file Group-by comparison Working with Dataframes Basic aggregations Joining a DataFrame DataFrame group-by Cre...