书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1481 个相关结果.
  • 数据类型

    数据类型 Data Type 数据类型(Data Type)和Python类型的映射关系 数据类型 本节描述PyFlink Table API中所支持的数据类型. Data Type 在Table生态系统中,数据类型用于描述值的逻辑类型。它可以用来声明Python用户自定义函数的输入/输出类型。 Python Table API的用户可以在Py...
  • 使用缺少标签的列表进行索引已弃用

    使用缺少标签的列表进行索引已弃用 Reindexing 使用缺少标签的列表进行索引已弃用 警告 Starting in 0.21.0, using .loc or [] with a list with one or more missing labels, is deprecated, in favor of .reindex . In...
  • RandomForestRegressorTrain(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...
  • Superset

    Superset Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset 功能 集成的好处 集成的步骤 其它功能 Superset Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset(incubating)是一个现代化的企业...
  • Superset

    Superset Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset 功能 集成的好处 集成的步骤 其它功能 Superset Apache Kylin 与 Apache Superset 的集成 简介 Apache Superset(incubating)是一个现代化的企业...
  • Word2Vec

    功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 预测结果 功能介绍 Word2Vec是Google在2013年开源的一个将词表转为向量的算法,其利用神经网络,可以通过训练,将词映射到K维度空间向量,甚至对于表示词的向量进行操作还能和语义相对应,由于其简单和高效引起了很多人的关注。 Word2Vec的工具包相关链接:https://c...
  • Machine Learning

    1081 2020-01-13 《Dask 2.9.1 Document》
    Dask-ML What does this offer? How does this work? Parallelize Scikit-Learn Directly Reimplement Scalable Algorithms with Dask Array Partner with other distributed libraries Sc...
  • GbdtClassifierTrain(batch)

    Description Parameters Script Example Result Description Fit a binary classfication model. Parameters Name Description Type Required? Default Value algoType ...
  • Quantile离散

    分位点离散 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 分位点离散 功能介绍 分位点离散可以计算选定列的分位点,然后使用这些分位点进行离散化。生成选中列对应的q-quantile,其中可以所有列指定一个,也可以每一列对应一个 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 selec...
  • 回归评估(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 ...