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


易鲸捷数据库
易鲸捷数据库 2022-09-19 10:22:52 50011
分类专栏: 资讯

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

目录

toad的简介

toad的安装

toad的使用方法


toad的简介

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

toad的安装

  1. pip install toad
  2. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple toad
  1. C:\Users\Administrator>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple toad
  2. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  3. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  4. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
  5. Collecting toad
  6. Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a6/54/35534b36fe37c701d773b2f5ccea984f1f0eea8ccc27935a5b8911d2f867/toad-0.1.0.tar.gz (14.0 MB)
  7. |████████████████████████████████| 14.0 MB 939 kB/s
  8. Preparing metadata (setup.py) ... done
  9. Requirement already satisfied: setuptools in e:\program files\python\python36\lib\site-packages (from toad) (39.1.0)
  10. Collecting Cython>=0.29.15
  11. Downloading https://pypi.tuna.tsinghua.edu.cn/packages/80/08/1c007f1d571f8f2a67ed6938cc79117fa5ae9c0d9ff633fbd5e52f212062/Cython-0.29.30-py2.py3-none-any.whl (985 kB)
  12. |████████████████████████████████| 985 kB 6.8 MB/s
  13. Collecting toad
  14. Downloading https://pypi.tuna.tsinghua.edu.cn/packages/70/c7/8a3d979e60c81d3293257ebf279f1b9a423ed9005ca603792875b1aa39a0/toad-0.0.65.tar.gz (14.0 MB)
  15. |████████████████████████████████| 14.0 MB 6.4 MB/s
  16. Preparing metadata (setup.py) ... done
  17. Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2b/41/d178d845aa182bc272ed890273f76ddbbb364d06cb99d3a7c7f141e33136/toad-0.0.64-cp36-cp36m-win_amd64.whl (14.1 MB)
  18. |████████████████████████████████| 14.1 MB 3.3 MB/s
  19. Requirement already satisfied: joblib>=0.12 in e:\program files\python\python36\lib\site-packages (from toad) (0.16.0)
  20. Collecting scikit-learn>=0.21
  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)
  22. Requirement already satisfied: numpy<1.20,>=1.18.0 in e:\program files\python\python36\lib\site-packages (from toad) (1.19.5)
  23. Requirement already satisfied: pandas in e:\program files\python\python36\lib\site-packages (from toad) (1.1.4)
  24. Requirement already satisfied: scipy in e:\program files\python\python36\lib\site-packages (from toad) (1.1.0)
  25. Requirement already satisfied: seaborn>=0.10.0 in e:\program files\python\python36\lib\site-packages (from toad) (0.11.0)
  26. 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)
  27. Requirement already satisfied: matplotlib>=2.2 in e:\program files\python\python36\lib\site-packages (from seaborn>=0.10.0->toad) (2.2.2)
  28. Requirement already satisfied: pytz>=2017.2 in e:\program files\python\python36\lib\site-packages (from pandas->toad) (2018.3)
  29. Requirement already satisfied: python-dateutil>=2.7.3 in e:\program files\python\python36\lib\site-packages (from pandas->toad) (2.8.1)
  30. 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)
  31. 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)
  32. 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)
  33. 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)
  34. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  35. Installing collected packages: scikit-learn, Cython, toad
  36. Attempting uninstall: scikit-learn
  37. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  38. Found existing installation: scikit-learn 0.19.1
  39. Uninstalling scikit-learn-0.19.1:
  40. Successfully uninstalled scikit-learn-0.19.1
  41. Attempting uninstall: Cython
  42. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  43. Found existing installation: Cython 0.28.3
  44. Uninstalling Cython-0.28.3:
  45. Successfully uninstalled Cython-0.28.3
  46. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  47. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  48. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  49. 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.
  50. sklearn-pandas 2.0.2 requires scipy>=1.4.1, but you have scipy 1.1.0 which is incompatible.
  51. scikit-survival 0.13.1 requires scikit-learn<0.24,>=0.22.0, but you have scikit-learn 0.24.2 which is incompatible.
  52. autokeras 0.2.19 requires scikit-learn==0.19.1, but you have scikit-learn 0.24.2 which is incompatible.
  53. autokeras 0.2.19 requires torch==0.4.1, but you have torch 1.3.1 which is incompatible.
  54. autokeras 0.2.19 requires torchvision==0.2.1, but you have torchvision 0.4.1 which is incompatible.
  55. autokeras 0.2.19 requires tqdm==4.25.0, but you have tqdm 4.51.0 which is incompatible.
  56. Successfully installed Cython-0.29.30 scikit-learn-0.24.2 toad-0.0.64
  57. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
  58. WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)

 

toad的使用方法

相关文章

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

文章知识点与官方知识档案匹配,可进一步学习相关知识
Python入门技能树预备知识Python简介123796 人正在系统学习中

网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。

本文链接:https://www.xckfsq.com/news/show.html?id=1748
赞同 0
评论 0 条
易鲸捷数据库L0
粉丝 0 发表 7 + 关注 私信
上周热门
如何使用 StarRocks 管理和优化数据湖中的数据?  2691
【软件正版化】软件正版化工作要点  2655
统信UOS试玩黑神话:悟空  2559
信刻光盘安全隔离与信息交换系统  2247
镜舟科技与中启乘数科技达成战略合作,共筑数据服务新生态  1117
grub引导程序无法找到指定设备和分区  769
江波龙2025届校园招聘宣讲会行程大放送  28
点击报名 | 京东2025校招进校行程预告  25
海康威视2025校招|海康机器人,邀你共创工业智能化未来!  24
金山办公2024算法挑战赛 | 报名截止日期更新  22
本周热议
我的信创开放社区兼职赚钱历程 40
今天你签到了吗? 27
信创开放社区邀请他人注册的具体步骤如下 15
如何玩转信创开放社区—从小白进阶到专家 15
方德桌面操作系统 14
我有15积分有什么用? 13
用抖音玩法闯信创开放社区——用平台宣传企业产品服务 13
如何让你先人一步获得悬赏问题信息?(创作者必看) 12
2024中国信创产业发展大会暨中国信息科技创新与应用博览会 9
中央国家机关政府采购中心:应当将CPU、操作系统符合安全可靠测评要求纳入采购需求 8

加入交流群

请使用微信扫一扫!