重点 (Top highlight)

We are excited to announce PyCaret 2.1 — update for the month of Aug 2020.

我们很高兴地宣布PyCaret 2.1(2020年8月更新)。

PyCaret is an open-source, low-code machine learning library in Python that automates the machine learning workflow. It is an end-to-end machine learning and model management tool that speeds up the machine learning experiment cycle and makes you 10x more productive.

PyCaret是Python中的开放源代码, 低代码机器学习库,可自动执行机器学习工作流程。 它是一种端到端的机器学习和模型管理工具,可加快机器学习实验周期,并使您的工作效率提高10倍。

In comparison with the other open-source machine learning libraries, PyCaret is an alternate low-code library that can be used to replace hundreds of lines of code with few words only. This makes experiments exponentially fast and efficient.

与其他开源机器学习库相比,PyCaret是一个备用的低代码库,可用于仅用很少的单词替换数百行代码。 这使得实验快速而有效地成指数增长。

If you haven’t heard or used PyCaret before, please see our previous announcement to get started quickly.

如果您以前从未听说过或使用过PyCaret,请参阅我们以前的公告以快速入门。

安装PyCaret (Installing PyCaret)

Installing PyCaret is very easy and takes only a few minutes. We strongly recommend using a virtual environment to avoid potential conflict with other libraries. See the following example code to create a conda environment and install pycaret within that conda environment:

安装PyCaret非常容易,只需几分钟。 强烈建议使用虚拟环境,以避免与其他库的潜在冲突。 请参阅以下示例代码以创建conda 环境并在该conda 环境中安装pycaret:

# create a conda environment conda create --name yourenvname python=3.6  # activate environment conda activate yourenvname  # install pycaret pip install pycaret # create notebook kernel linked with the conda environment python -m ipykernel install --user --name yourenvname --display-name "display-name"

If you have PyCaret already installed, you can update it using pip:

如果您已经安装了PyCaret,则可以使用pip更新它:

pip install --upgrade pycaret

PyCaret 2.1功能摘要 (PyCaret 2.1 Feature Summary)

Paweł Czerwiński on 帕维尔Czerwiński上UnsplashUnsplash

pycaret 2 1新增功能相关推荐

  1. 服务器创建和附加虚拟磁盘,Windows 7 虚拟硬盘中的新增功能

    [IT168 专稿]Microsoft 虚拟硬盘文件格式 (.vhd) 是一种公用格式规范,用于指定封装在单个文件中的虚拟硬盘,它能够承载本机文件系统并支持标准的磁盘操作. Microsoft Win ...

  2. Microsoft Dynamics AX 2009 新增功能 – 应用(目录)

    PDF 下载链接 第 1 章:新增常规功能 用户界面更新 角色中心 工作流 Contoso 演示数据集 第 2 章:财务 填充实用程序 过帐限制 原因代码 自动分摊 – 总帐 冲销分录 – 总帐 预算 ...

  3. android studio 前言中不允许有内容_Android Studio 中 System Trace 的新增功能

    在 Android Studio 4.0 中,我们已经对 CPU Profiler 的 UI 做了大量调整来提供更加直观的工作流记录,而在 Android Studio 4.1 中,我们基于开发者们的 ...

  4. Nmap 7.70新增功能——扫描主机所有IP

     Nmap 7.70新增功能--扫描主机所有IP 有时,一个主机可能存在多个IP地址,如网站服务器.用户可以使用nmap提供的--resolve-all选项进行扫描.其语法格式如下: nmap --r ...

  5. Hydra 8.4/8.5新增功能

    Hydra 8.4/8.5新增功能 Kali Linux 2017.1自带的Hydra为8.3,现在Hydra升级到8.5,新增以下功能. (1)为输出文件选项-o,添加一个配套选项-b,允许将验证的 ...

  6. C# 9.0中的新增功能 - 译

    https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0 C# 9.0中的新增功能 ...

  7. 华为5ipro详细参数使用功能_详细讲解双计双控智能电表技术参数以及新增功能优势...

    双计双控智能电表(升级版)是一款具有两路计量两路控制智能费控功能的电表,相当于两台智能电表组合成一台智能电表.它采用微电子技术研制的新型电度表,该表具有高精度计量.智能费控.自动结算电费.恶性负载识别 ...

  8. 与众不同 windows phone (40) - 8.0 媒体: 音乐中心的新增功能, 图片中心的新增功能, 后台音乐播放的新增功能...

    原文:与众不同 windows phone (40) - 8.0 媒体: 音乐中心的新增功能, 图片中心的新增功能, 后台音乐播放的新增功能 [源码下载] 与众不同 windows phone (40 ...

  9. ABP Framework 5.2 RC 版本发布及新增功能介绍

    本文将介绍 ABP Framework 5.2 RC 版新增的主要功能: •单层解决方案模板•API 版本控制•源代码控制移除libs文件夹•对 Swagger UI 隐藏 ABP 默认端点•CMS ...

  10. ABP Framework V4.4 RC 新增功能介绍

    新增功能概述 •启动模板删除 EntityFrameworkCore.DbMigrations 项目•CMS-Kit 模块新增 动态菜单管理 功能•对象扩展管理系统新增两个扩展方法:MapEfCore ...

最新文章

  1. 如何破除“唯论文”?详解伯克利“科研重工业模式”的成功经验
  2. cxf restful
  3. gradient boosted regression tree
  4. 例4:写一个把字符串的所有大写字母改为小写的程序。设字符串以0结尾。
  5. Gitflow branch与Docker image tag命名冲突怎么办?
  6. SQL Server 2012如何打开2016的profiler文件
  7. github操作笔记191021
  8. poj 1182 食物链 (并查集)
  9. JVM类加载理解(线程上下文类加载器、Tomcat类加载器)
  10. VFS之基本数据结构
  11. [渝粤教育] 龙岩学院 Web信息系统应用开发 参考 资料
  12. python matpltlib实践——画直方图、折线图
  13. JS调用google DEMO朗读
  14. python练习题003:圆的面积
  15. 聊聊各种“上门”能不能做起来
  16. [转] C++中字符型变量的地址输出
  17. 车载电子电器做E-mark认证的费用是多少?
  18. 收藏,核心期刊的投稿、审稿、出刊流程详解
  19. We should: Good Good Study, Day Day Up
  20. 一篇讲完Java异常及处理

热门文章

  1. python 钉钉导出Excel考勤统计
  2. word刷子刷格式_Word文档中格式刷怎么用?
  3. MySQL中order by的使用
  4. Python第八课:函数(def)
  5. 利用爬虫数据做的研究_利用研究周增强数据科学能力
  6. Zephry Uart Device详解
  7. 哀悼日-全网变灰效果实现
  8. CorelDRAW2022mac最新版本更新v24.0.0.301新增功能介绍
  9. mysql全文索引使用
  10. 怎么把高清图片导入到CAD图纸文件中?