当前位置:网站首页>Py's mlxtend: a detailed guide to the introduction, installation, and usage of the mlxtend library
Py's mlxtend: a detailed guide to the introduction, installation, and usage of the mlxtend library
2022-08-02 06:57:00 【A Virgo programmer】
Py之mlxtend:mlxtend库的简介、安装、使用方法之详细攻略
目录
mlxtend库的简介
mlxtend(machine learning extensions,机器学习扩展)is a useful tool for everyday data science tasksPython库.mlxtendCan be used as model interpretability,Statistical evaluations are also included、数据模式、Image extraction, etc..
mlxtend库的安装
pip install mlxtend
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mlxtendC:\Users\Administrator>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mlxtend
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting mlxtend
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/45/89/492924d6fc2cc9524f90febd0e9f7487c02261a8689c7c97348b09d0d071/mlxtend-0.20.0-py2.py3-none-any.whl (1.3 MB)
|████████████████████████████████| 1.3 MB 819 kB/s
Requirement already satisfied: pandas>=0.24.2 in e:\program files\python\python36\lib\site-packages (from mlxtend) (1.1.4)
Requirement already satisfied: joblib>=0.13.2 in e:\program files\python\python36\lib\site-packages (from mlxtend) (0.16.0)
Requirement already satisfied: numpy>=1.16.2 in e:\program files\python\python36\lib\site-packages (from mlxtend) (1.19.5)
Requirement already satisfied: setuptools in e:\program files\python\python36\lib\site-packages (from mlxtend) (39.1.0)
Requirement already satisfied: matplotlib>=3.0.0 in e:\program files\python\python36\lib\site-packages (from mlxtend) (3.1.1)
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2a/4f/11a257bc17f675691080219c6fe3525e49c7077535c3d64c0c2afc79cfc9/mlxtend-0.19.0-py2.py3-none-any.whl (1.3 MB)
|████████████████████████████████| 1.3 MB 1.1 MB/s
Requirement already satisfied: scikit-learn>=0.20.3 in e:\program files\python\python36\lib\site-packages (from mlxtend) (0.24.2)
Collecting scipy>=1.2.1
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f3/9f/80522344838ae24cac9e945240436269cbb92349f7f1f4c9dfc10cb6bad5/scipy-1.5.4-cp36-cp36m-win_amd64.whl (31.2 MB)
|████████████████████████████████| 31.2 MB 2.2 MB/s
Requirement already satisfied: kiwisolver>=1.0.1 in e:\program files\python\python36\lib\site-packages (from matplotlib>=3.0.0->mlxtend) (1.0.1)
Requirement already satisfied: cycler>=0.10 in e:\program files\python\python36\lib\site-packages (from matplotlib>=3.0.0->mlxtend) (0.10.0)
Requirement already satisfied: python-dateutil>=2.1 in e:\program files\python\python36\lib\site-packages (from matplotlib>=3.0.0->mlxtend) (2.8.1)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in e:\program files\python\python36\lib\site-packages (from matplotlib>=3.0.0->mlxtend) (2.2.0)
Requirement already satisfied: pytz>=2017.2 in e:\program files\python\python36\lib\site-packages (from pandas>=0.24.2->mlxtend) (2018.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in e:\program files\python\python36\lib\site-packages (from scikit-learn>=0.20.3->mlxtend) (2.1.0)
Requirement already satisfied: six in e:\program files\python\python36\lib\site-packages (from cycler>=0.10->matplotlib>=3.0.0->mlxtend) (1.15.0)
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Installing collected packages: scipy, mlxtend
Attempting uninstall: scipy
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: scipy 1.1.0
Uninstalling scipy-1.1.0:
Successfully uninstalled scipy-1.1.0
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
wxgl 0.6.3 requires matplotlib>=3.1.2, but you have matplotlib 3.1.1 which is incompatible.
scikit-survival 0.13.1 requires scikit-learn<0.24,>=0.22.0, but you have scikit-learn 0.24.2 which is incompatible.
pandas-profiling 2.9.0 requires matplotlib>=3.2.0, but you have matplotlib 3.1.1 which is incompatible.
paddlepaddle 1.6.3 requires matplotlib<=2.2.4, but you have matplotlib 3.1.1 which is incompatible.
paddlepaddle 1.6.3 requires numpy<=1.16.4,>=1.12, but you have numpy 1.19.5 which is incompatible.
paddlepaddle 1.6.3 requires scipy<=1.2.1,>=0.19.0, but you have scipy 1.5.4 which is incompatible.
keras-resnet 0.2.0 requires keras>=2.2.4, but you have keras 2.2.2 which is incompatible.
autokeras 0.2.19 requires scikit-learn==0.19.1, but you have scikit-learn 0.24.2 which is incompatible.
autokeras 0.2.19 requires torch==0.4.1, but you have torch 1.3.1 which is incompatible.
autokeras 0.2.19 requires torchvision==0.2.1, but you have torchvision 0.4.1 which is incompatible.
autokeras 0.2.19 requires tqdm==4.25.0, but you have tqdm 4.51.0 which is incompatible.
albumentations 0.4.3 requires opencv-python>=4.1.1, but you have opencv-python 3.4.1.15 which is incompatible.
Successfully installed mlxtend-0.19.0 scipy-1.5.4mlxtend库的使用方法
更新中……
边栏推荐
- Analysis of port 9848 error at startup of Nacos client (non-version upgrade problem)
- 点云旋转到参考坐标系方向(最小方向包围盒方法)
- BGP+MPLS Comprehensive Experiment
- HCIP BGP Comprehensive Experiment Establishing peers, route reflectors, federation, route announcement and aggregation
- MySQL - Multi-table query and case detailed explanation
- Nodejs installation and global configuration (super detailed)
- leetcode-318.最大单词长度乘积
- 双重for循环案例(用js打印九九乘法表)
- 回文串求解的进阶方法
- Xgboost报错 ValueError: Invalid shape: (1650, 2) for label
猜你喜欢

Practice on optimizing startup performance of VS Code

有人开源全凭“为爱发电”,有人却用开源“搞到了钱”

Node的安装与环境变量的配置

MySQL高级语句(一)

MySQL - 多表查询与案例详解

Point Density-Aware Voxels for LiDAR 3D Object Detection Paper Notes

Kingdee International: Lost in half a year and last year, how does the business model of frantically burning money continue

股价屡创新低 地产SaaS巨头陷入困境 明源云该如何转型自救?

go里面的基本知识

Nodejs installation and global configuration (super detailed)
随机推荐
使用jOOQ 3.14合成外键在视图上写隐式连接
MySQL高级SQL语句
MySQL (3)
flex layout (flexible layout)
Mining game (C language)
Point Density-Aware Voxels for LiDAR 3D Object Detection Paper Notes
Difference between npm and yarn
深入剖析成员变量和局部变量的初始化问题
C语言操作符详解(2)
BGP+MPLS Comprehensive Experiment
Py之mlxtend:mlxtend库的简介、安装、使用方法之详细攻略
APT + Transform to realize multi module Application distributed Application life cycle
Nacos客户端启动出现9848端口错误分析(非版本升级问题)
Xgboost报错 ValueError: Invalid shape: (1650, 2) for label
MySQL(3)
目标检测重要概念——IOU、感受野、空洞卷积、mAP
pl/sql之神奇的嵌套与变量生命周期
nodejs的安装和全局配置(超详细哦)
The virtual reality real estate display system foresees the future decoration effect in advance
Guarantee WIFI security in home and enterprise-with AC and AP networking experiment