书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 2801 个相关结果.
  • Model

    Tabular model Embeddings emb_sz_rule [source] get_emb_sz [source] class TabularModel [source] tabular_config [source] Tabular model A basic model that can be...
  • 第一章:数据结构和算法

    第一章:数据结构和算法 第一章:数据结构和算法 Python 提供了大量的内置数据结构,包括列表,集合以及字典。大多数情况下使用这些数据结构是很简单的。但是,我们也会经常碰到到诸如查询,排序和过滤等等这些普遍存在的问题。因此,这一章的目的就是讨论这些比较常见的问题和算法。另外,我们也会给出在集合模块 collections 当中操作这些数据结构的方...
  • 8.2 自定义字符串的格式化

    8.2 自定义字符串的格式化 问题 解决方案 讨论 8.2 自定义字符串的格式化 问题 你想通过 format() 函数和字符串方法使得一个对象能支持自定义的格式化。 解决方案 为了自定义字符串的格式化,我们需要在类上面定义 format () 方法。例如: _formats = { 'ymd' : '...
  • 枚举类的使用

    一、枚举类的使用 一、枚举类的使用 实际开发中,我们离不开定义常量,当我们需要定义常量时,其中一个办法是用大写变量通过整数来定义,例如月份: JAN = 1 FEB = 2 MAR = 3 ... NOV = 11 DEC = 12 当然这样做简单快捷,缺点是类型是 int ,并且仍然是变...
  • 2.2. 解释器的运行环境

    2.2. 解释器的运行环境 2.2.1. 源文件的字符编码 2.2. 解释器的运行环境 2.2.1. 源文件的字符编码 默认情况下,Python 源码文件以 UTF-8 编码方式处理。在这种编码方式中,世界上大多数语言的字符都可以同时用于字符串字面值、变量或函数名称以及注释中——尽管标准库中只用常规的 ASCII 字符作为变量或函数名,而且任何...
  • Docker

    Docker Setup Getting Started Introduction Starting a Session Cluster on Docker Deployment Modes Application Mode on Docker JobManager additional command line arguments Per-Job...
  • Docker

    Docker Setup Getting Started Introduction Starting a Session Cluster on Docker Deployment Modes Application Mode JobManager additional command line arguments Session Mode Fl...
  • 4. 在Windows上使用 Python

    4. 在Windows上使用 Python 4.1. 完整安装程序 4.1.1. 安装步骤 4.1.2. 删除 MAX_PATH 限制 4.1.3. 无UI 安装 4.1.4. 免下载安装 4.1.5. 修改安装 4.2. Microsoft Store包 4.2.1. 已知的问题 4.3. nuget.org 安装包 4.4. 可嵌入的包...
  • TiKV in 5 Minutes

    Prerequisites Set up a local TiKV cluster with the default options Monitor the TiKV cluster Write data to and read data from the TiKV cluster Use Java Use Python Stop and del...
  • v2.0

    v2.0 1. EVM是什么 2. 更新内容 3. 下个版本更新计划 4. EVM在线帮助手册 5. 加入EVM官方QQ技术交流群 6. 贡献代码 7、联系我们 v2.0 1. EVM是什么 EVM 全称 Embedded Virtual Machine ,本质上是一款通用、精简的嵌入式虚拟机,由语法解析前端框架和字节码运行...