书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 1481 个相关结果.
  • 1-1,结构化数据建模流程范例

    1-1,结构化数据建模流程范例 一,准备数据 二,定义模型 三,训练模型 四,评估模型 五,使用模型 六,保存模型 1-1,结构化数据建模流程范例 一,准备数据 titanic数据集的目标是根据乘客信息预测他们在Titanic号撞击冰山沉没后能否生存。 结构化数据一般会使用Pandas中的DataFrame进行预处理。 impor...
  • imports

    Imports Introduction Imports Introduction To support interactive computing, fastai provides easy access to commonly-used external modules. A star import such as: from fast...
  • Export

    Export Task Example Configuration-driven example Methods __init__(self, action=None, select=None, unpack=True, column=None, merge='hstack', initialize=None, finalize=None, concur...
  • 计算缺少的数据

    计算缺少的数据 Sum/Prod of Empties/Nans NA values in GroupBy 计算缺少的数据 Missing values propagate naturally through arithmetic operations between pandas objects. In [ 27 ]: a Out ...
  • 4. DatetimeIndex

    4. DatetimeIndex 4. DatetimeIndex DatetimeIndex 是一种索引,它的各个标量值是Timestamp 对象,它用numpy 的datetime64 数据类型以纳秒形式存储时间戳。 pd . DatetimeIndex ( data = None , freq = None , start = No...
  • DocCountVectorizer

    Description Parameters Script Example Code Results Output Data Description DocCountVectorizer converts a document to a sparse vector based on the document frequency, word ...
  • Python

    Python 原生接口 依赖 如何使用 (示例) 基本接口说明 初始化 通过SessionPool管理session连接 创建SessionPool 通过分布式节点创建SessionPool 通过SessionPool获取session,使用完手动调用PutBack 数据定义接口 DDL Database 管理 时间序列管理 数据操作接...
  • 函数应用

    函数应用 Tablewise Function Application Row or Column-wise Function Application Aggregation API Aggregating with multiple functions Aggregating with a dict Mixed Dtypes Custom des...
  • Installation Extras

    Installation Basic installation CPU build Jupyter notebook dependencies Custom dependencies Development dependencies Virtual environment Installation Basic installation...
  • Distributed

    Distributed Some Questions to Consider: Making a cluster Simple method Executing with the distributed client Exercise You can run this notebook in a live session or view i...