Py之toad:toad的简介、安装、使用方法之详细攻略

目录

toad的简介

toad的安装

toad的使用方法


toad的简介

toad ,它是由厚本金融风控团队内部孵化开源的评分卡库。它是专为工业界模型开发设计的Python工具包,特别针对评分卡的开发。Toad 的功能覆盖了建模全流程,从 EDA、特征工程、特征筛选 到 模型验证和评分卡转化。Toad 的主要功能极大简化了建模中最重要最费时的流程,即特征筛选和分箱。

toad的安装

pip install toad
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple toad
C:\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 toadDownloading https://pypi.tuna.tsinghua.edu.cn/packages/a6/54/35534b36fe37c701d773b2f5ccea984f1f0eea8ccc27935a5b8911d2f867/toad-0.1.0.tar.gz (14.0 MB)|████████████████████████████████| 14.0 MB 939 kB/sPreparing 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.15Downloading 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 toadDownloading 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/sPreparing metadata (setup.py) ... doneDownloading 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.21Using 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, toadAttempting uninstall: scikit-learnWARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)Found existing installation: scikit-learn 0.19.1Uninstalling scikit-learn-0.19.1:Successfully uninstalled scikit-learn-0.19.1Attempting uninstall: CythonWARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)Found existing installation: Cython 0.28.3Uninstalling 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的使用方法

相关文章

ML之LoR:基于信用卡数据集利用LoR逻辑回归算法实现如何开发通用信用风险评分卡模型之以toad框架全流程讲解_一个处女座的程序猿的博客-CSDN博客

Py之toad:toad的简介、安装、使用方法之详细攻略相关推荐

  1. Py之matplotlib.pyplot:matplotlib.pyplot的plt.legend函数的简介、使用方法之详细攻略

    Py之matplotlib.pyplot:matplotlib.pyplot的plt.legend函数的简介.使用方法之详细攻略 目录 matplotlib.pyplot的plt.legend函数的简 ...

  2. Py之glob: glob库文件名模式匹配+返回所有匹配的文件路径列表库的简介、使用方法之详细攻略

    Py之glob: glob库文件名模式匹配+返回所有匹配的文件路径列表库的简介.使用方法之详细攻略 目录 glob库的简介 glob库的使用方法 1.单个字符通配符:用问号(?)匹配任何单个的字符.

  3. Python之 sklearn:sklearn中的RobustScaler 函数的简介及使用方法之详细攻略

    Python之 sklearn:sklearn中的RobustScaler 函数的简介及使用方法之详细攻略 目录 sklearn中的RobustScaler 函数的简介及使用方法 sklearn中的R ...

  4. sklearn之XGBModel:XGBModel之feature_importances_、plot_importance的简介、使用方法之详细攻略

    sklearn之XGBModel:XGBModel之feature_importances_.plot_importance的简介.使用方法之详细攻略 目录 feature_importances_ ...

  5. Python语言学习:Python常用自带库(imageio、pickle)简介、使用方法之详细攻略

    Python语言学习:Python常用自带库(imageio.pickle)简介.使用方法之详细攻略 目录 imageio简介及其常见使用方法 pickle简介及其常见使用方法 简介 使用方法 简介及 ...

  6. sklearn:sklearn.preprocessing.StandardScaler函数的fit_transform、transform、inverse_transform简介、使用方法之详细攻略

    sklearn:sklearn.preprocessing.StandardScaler函数的fit_transform.transform.inverse_transform简介.使用方法之详细攻略 ...

  7. Computer:互联网开放平台项目知识补充之开发-运维-网络-网关等术语(DMZ、负载均衡、F5、Nginx、容器)的简介、使用方法之详细攻略

    Computer:互联网开放平台项目知识补充之开发-运维-网络-网关等术语(DMZ.负载均衡.F5.Nginx.容器)的简介.使用方法之详细攻略 目录 DMZ(隔离区)的简介及其使用方法 1.DMZ区 ...

  8. Python编程语言学习:包导入和模块搜索路径简介、使用方法之详细攻略

    Python编程语言学习:包导入和模块搜索路径简介.使用方法之详细攻略 目录 包导入和模块搜索路径简介 1.Pyhon搜索模块路径的机制 2.自定义配置搜索路径

  9. Python之 sklearn:sklearn.preprocessing中的StandardScaler函数的简介及使用方法之详细攻略

    Python之 sklearn:sklearn.preprocessing中的StandardScaler函数的简介及使用方法之详细攻略 目录 sklearn.preprocessing中的Stand ...

  10. Python之 sklearn:sklearn中的train_test_split函数的简介及使用方法之详细攻略

    Python之 sklearn:sklearn中的train_test_split函数的简介及使用方法之详细攻略 目录 sklearn中的train_test_split函数的简介 train_tes ...

最新文章

  1. 各浏览器驱动下载地址
  2. HTML5 大战移动应用(一)
  3. java发送串口命令_如何發送命令到串口(JAVA + RXTX)
  4. 动态内存管理:malloc和free以及new和delete的联系与区别
  5. make时候说找不到makefile_找不到对象,应不应该接受相亲?听听三个过来人怎么说...
  6. mysql将时间轴转化为时间_MySQL日期计算及格式转换有关问题
  7. Ubuntu 系统目录结构
  8. C++为什么空格无法输出_那些C/C++程序员该具备的32个编程修养习惯!
  9. 常用字体名称中文对应英文
  10. YALMIP介绍及怎么在Matlab中加YALMIP、SDPT3
  11. halcon计算一条弯曲线的回归直线
  12. 造梦西游4手游服务器维护,造梦西游4手机版常见问题解答 新手看过来
  13. 苹果笔记本mac系统如何安装虚拟机?crossover22
  14. An Adaptive Stochastic Dominant Learning Swarm Optimizer for High-Dimensional Optimization 阅读笔记
  15. android 六边形布局,自定义Android六边形进度条(附源码)
  16. 安拆网分享:贝雷片贝雷架桁架的结构力学学问
  17. EXCEL 正则表达式
  18. docker 文件操作
  19. 北大青鸟深圳嘉华分享Hibernate基础入门内容
  20. 【java毕业设计】基于javaEE+SSH+mysql的百货中心供应链管理系统设计与实现(毕业论文+程序源码)——供应链管理系统

热门文章

  1. 出现错误“subprocess.CalledProcessError: Command ‘[‘ninja‘, ‘-v‘]‘ returned non-zero exit status 1”解决方法
  2. 如何确定多少个簇?聚类算法中选择正确簇数量的三种方法
  3. 实现Linux下的cp命令
  4. 对角线 理查德数和不可判定命题——哥德尔原著英译本拆解汉译之二
  5. IO-Link和CC-Link的区别是什么?
  6. 微信朋友圈python广告评论_【Python】我的微信朋友圈分析
  7. 贪吃蛇炒鸡优化版(原创)
  8. 【软件测试-7】 自动化测试selenium篇(一)
  9. 前端高频面试题汇总(css,html)
  10. linux查看msf安装目录,Ubuntu下安装Metasploit和Linux命令大全