当前位置:网站首页>【过一下10】sklearn使用记录
【过一下10】sklearn使用记录
2022-08-05 05:12:00 【墨苏玩电脑】
这是今年
现在忘得一干二净,:)
第一章
信息熵更精细(计算的时候后有对数。会计算比较慢)。基尼指数则会比较大。所以用信息熵生成的决策树比较精细,在高噪音的数据上,往往会导致过拟合。
R2越接近1越好
MSE 越小越好 ,scoring ="neg_mean_squared_error"则是负的MSE
第二章
在python里面能不写循环就不写了
可是模型里面属性的查看只能用遍历了,因为导成pandas,就变成字符串了,就不能一个一个的遍历了
先编译运行代码,然后光标移动到方法上面,按shift+tab即可查看方法的参数说明,以及返回值。
第三章
axis=0 1 搞不明白,就先整个备份 inplace=False,改对了,再True覆盖
相较于 pd.range, numpy.linspace 是不知道步长多少的时候来用的(开始,结尾,个数)
嵌入法小慢
第四章
惰性对象 [*]
先进行降维,再升维,可以去噪。
直接上案例,实操了
过了一下第一章的泰坦尼克号kaggle案例代码。熟悉但陌生,就像那些算法题的代码一样。
边栏推荐
- Flutter learning three-Flutter basic structure and principle
- Flutter学习2-dart学习
- 开发一套高容错分布式系统
- upload upload pictures to Tencent cloud, how to upload pictures
- After controlling the export file in MySQL, it becomes \N. Is there any solution?
- LeetCode:1403. 非递增顺序的最小子序列【贪心】
- Detailed explanation of each module of ansible
- Application status of digital twin technology in power system
- 【转】什么是etcd
- Redis哨兵模式配置文件详解
猜你喜欢
随机推荐
RL reinforcement learning summary (1)
结构光三维重建(二)线结构光三维重建
How to deal with DNS hijacking?
[cesium] element highlighting
Basic properties of binary tree + oj problem analysis
Reverse theory knowledge 4
MySQL基础(一)---基础认知及操作
【转】什么是etcd
C语言-大白话理解原码,反码和补码
密码学系列之:PEM和PKCS7,PKCS8,PKCS12
2022杭电多校第一场01
【学习笔记之菜Dog学C】动态内存管理之经典笔试题
Flutter学习4-基本UI组件
Flutter TapGestureRecognizer 如何工作
【读书】长期更新
逆向理论知识4
2023 International Conference on Information and Communication Engineering (JCICE 2023)
[cesium] 3D Tileset model is loaded and associated with the model tree
Redis - 13. Development Specifications
jvm three heap and stack