当前位置:网站首页>Py's toad: a detailed introduction to toad, its installation and use
Py's toad: a detailed introduction to toad, its installation and use
2022-06-24 14:22:00 【A Virgo procedural ape】
Py And toad:toad An introduction to the 、 install 、 A detailed introduction to how to use
Catalog
toad An introduction to the
toad , It is made by Houben Finance The risk control team incubates an open-source scoring card library . It is specially designed for industrial model development Python tool kit , Develop special scoring cards for .Toad The function of covers the whole process of modeling , from EDA、 Feature Engineering 、 Feature screening To Model validation and scorecard conversion .Toad Its main functions greatly simplify the most important and time-consuming process in modeling , I.e. feature screening and sorting .
toad Installation
pip install toad
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple toadC:\Users\Administrator>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple toad
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 toad
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a6/54/35534b36fe37c701d773b2f5ccea984f1f0eea8ccc27935a5b8911d2f867/toad-0.1.0.tar.gz (14.0 MB)
|████████████████████████████████| 14.0 MB 939 kB/s
Preparing metadata (setup.py) ... done
Requirement already satisfied: setuptools in e:\program files\python\python36\lib\site-packages (from toad) (39.1.0)
Collecting Cython>=0.29.15
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/80/08/1c007f1d571f8f2a67ed6938cc79117fa5ae9c0d9ff633fbd5e52f212062/Cython-0.29.30-py2.py3-none-any.whl (985 kB)
|████████████████████████████████| 985 kB 6.8 MB/s
Collecting toad
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/70/c7/8a3d979e60c81d3293257ebf279f1b9a423ed9005ca603792875b1aa39a0/toad-0.0.65.tar.gz (14.0 MB)
|████████████████████████████████| 14.0 MB 6.4 MB/s
Preparing metadata (setup.py) ... done
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2b/41/d178d845aa182bc272ed890273f76ddbbb364d06cb99d3a7c7f141e33136/toad-0.0.64-cp36-cp36m-win_amd64.whl (14.1 MB)
|████████████████████████████████| 14.1 MB 3.3 MB/s
Requirement already satisfied: joblib>=0.12 in e:\program files\python\python36\lib\site-packages (from toad) (0.16.0)
Collecting scikit-learn>=0.21
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/1e/37/57198cbb6ea88b20f78dc6019296ebf2ada76fa258ad010452f7c91d43f7/scikit_learn-0.24.2-cp36-cp36m-win_amd64.whl (6.8 MB)
Requirement already satisfied: numpy<1.20,>=1.18.0 in e:\program files\python\python36\lib\site-packages (from toad) (1.19.5)
Requirement already satisfied: pandas in e:\program files\python\python36\lib\site-packages (from toad) (1.1.4)
Requirement already satisfied: scipy in e:\program files\python\python36\lib\site-packages (from toad) (1.1.0)
Requirement already satisfied: seaborn>=0.10.0 in e:\program files\python\python36\lib\site-packages (from toad) (0.11.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in e:\program files\python\python36\lib\site-packages (from scikit-learn>=0.21->toad) (2.1.0)
Requirement already satisfied: matplotlib>=2.2 in e:\program files\python\python36\lib\site-packages (from seaborn>=0.10.0->toad) (2.2.2)
Requirement already satisfied: pytz>=2017.2 in e:\program files\python\python36\lib\site-packages (from pandas->toad) (2018.3)
Requirement already satisfied: python-dateutil>=2.7.3 in e:\program files\python\python36\lib\site-packages (from pandas->toad) (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>=2.2->seaborn>=0.10.0->toad) (2.2.0)
Requirement already satisfied: six>=1.10 in e:\program files\python\python36\lib\site-packages (from matplotlib>=2.2->seaborn>=0.10.0->toad) (1.15.0)
Requirement already satisfied: kiwisolver>=1.0.1 in e:\program files\python\python36\lib\site-packages (from matplotlib>=2.2->seaborn>=0.10.0->toad) (1.0.1)
Requirement already satisfied: cycler>=0.10 in e:\program files\python\python36\lib\site-packages (from matplotlib>=2.2->seaborn>=0.10.0->toad) (0.10.0)
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Installing collected packages: scikit-learn, Cython, toad
Attempting uninstall: scikit-learn
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: scikit-learn 0.19.1
Uninstalling scikit-learn-0.19.1:
Successfully uninstalled scikit-learn-0.19.1
Attempting uninstall: Cython
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: Cython 0.28.3
Uninstalling Cython-0.28.3:
Successfully uninstalled Cython-0.28.3
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)
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.
sklearn-pandas 2.0.2 requires scipy>=1.4.1, but you have scipy 1.1.0 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.
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.
Successfully installed Cython-0.29.30 scikit-learn-0.24.2 toad-0.0.64
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)
toad How to use
Related articles
边栏推荐
- 怎样评价国产报表工具和BI软件
- Py之toad:toad的简介、安装、使用方法之详细攻略
- Six stones Management: garbage dump effect: if you don't manage your work, you will become a garbage dump
- R语言plotly可视化:可视化模型在整个数据空间的分类轮廓线(等高线)、meshgrid创建一个网格,其中每个点之间的距离由mesh_size变量表示、使用不同的形状标签表征、训练、测试及分类标签
- Defoaming
- Keras深度学习实战(11)——可视化神经网络中间层输出
- Unity 热力图建立方法
- Go language concurrency model mpg model
- `Thymeleaf`模板引擎全面解析
- 10_那些格調很高的個性簽名
猜你喜欢

21set classic case

pgsql查询分组中某个字段最大或者最小的一条数据

A review of text contrastive learning

数商云:加强供应商管理,助推航空运输企业与供应商高效协同

SAP Marketing Cloud 功能概述(四)

Unit contour creation method

Getting to know cloud native security for the first time: the best guarantee in the cloud Era

laravel8使用faker调用工厂填充数据

How to avoid placing duplicate orders

食品饮料行业渠道商管理系统解决方案:实现渠道数字化营销布局
随机推荐
文本对比学习综述
二叉树中最大路径和[处理好任意一颗子树,就处理好了整个树]
box-sizing
09_一种比较高效的记忆方法
在CVS中恢复到早期版本
laravel下视图间共享数据
Halcon 绘制区域 到图片中
leetcode:1504. 统计全 1 子矩形的个数
Convolution kernel and characteristic graph visualization
Antd checkbox, limit the selected quantity
[ansible problem processing] remote execution user environment variable loading problem
Explore cloud native databases and take a broad view of future technological development
六月集训(第23天) —— 字典树
成功解决:selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This versi
ESP32系列--ESP32各个系列对比
一文搞定 UDP 和 TCP 高频面试题!
Zhiyuan community weekly 86: Gary Marcus talks about three linguistic factors that can be used for reference in large model research; Google puts forward the Wensheng graph model parti which is compar
Method of establishing unity thermodynamic diagram
CONDA and pip commands
IList of PostgreSQL