当前位置:网站首页>[Go through 10] sklearn usage record
[Go through 10] sklearn usage record
2022-08-05 05:25:00 【Mosu playing computer】
This is this year
Forget it nownet, :)
Chapter 1
The information entropy is more refined (there is a logarithm after the calculation. The calculation will be slower).The Gini index will be higher.Therefore, the decision tree generated by information entropy is relatively fine, and it often leads to overfitting on high-noise data.
The closer R2 is to 1, the better
The smaller the MSE, the better, scoring ="neg_mean_squared_error" is a negative MSE
Chapter Two
In python, if you don't write a loop, you can't write it.
However, you can only use traversal to view the attributes in the model. Because it is imported into pandas, it becomes a string, and it cannot be traversed one by one.
Compile and run the code first, then move the cursor to the method, and press shift+tab to view the parameter description and return value of the method.
Chapter Three
axis=0 1 If you don't understand, just back up the entire inplace=False first, change it right, and then cover it with True
Compared with pd.range, numpy.linspace is used when you don't know the step size(start, end, number)
Embedding method is slow
Chapter Four
Lazy object [*]
First reduce the dimension, and then increase the dimension, you can denoise.
Go directly to the case and practice it
I have gone through the Titanic kaggle case code in Chapter 1.Familiar but unfamiliar, like the code for those algorithmic problems.
边栏推荐
- [Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
- HQL statement execution process
- 【技能】长期更新
- The fourth back propagation back propagation
- Wise Force Deleter强制删除工具
- 【读书】长期更新
- 「PHP8入门指南」PHP简明介绍
- A blog clears the Redis technology stack
- The underlying mechanism of the class
- es6迭代协议
猜你喜欢

day10-字符串作业

RL reinforcement learning summary (1)

【过一下12】整整一星期没记录

Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法

DOM及其应用

The underlying mechanism of the class

【过一下 17】pytorch 改写 keras

Lecture 4 Backpropagation Essays

Convert the paper official seal in the form of a photo into an electronic official seal (no need to download ps)

CAP+BASE
随机推荐
软件设计 实验四 桥接模式实验
【After a while 6】Machine vision video 【After a while 2 was squeezed out】
NodeJs接收上传文件并自定义保存路径
解决端口占用问题
多线程查询结果,添加List集合
【技能】长期更新
【读书】长期更新
CAP+BASE
[Redis] Resid的删除策略
学习总结week2_2
JSX基础
Machine Learning (2) - Machine Learning Fundamentals
怎么更改el-table-column的边框线
有用番茄来监督自己的同道中人吗?加一下我的自习室,一起加油
2022杭电多校第一场01
学习总结week2_4
Mesos学习
机器学习(一) —— 机器学习基础
对数据排序
DOM and its applications