当前位置:网站首页>Data mining series (3)_ Data mining plug-in for Excel_ Estimation analysis
Data mining series (3)_ Data mining plug-in for Excel_ Estimation analysis
2022-04-23 03:11:00 【Wen Xin '】
This blog uses SQL Server Data mining client plug-in to Excel The above are Estimation analysis .
List of articles
You can browse the specific information about estimation analysis in the directory first :


One 、 Estimation model
Estimation model Extract patterns from data , And use these models to predict the factors that will affect the results . The result must be in numerical ( Such as currency 、 sales 、 Date or time ) To express .
for example , If the target column contains the graduation rate of the school ( Expressed as a percentage ), Then we can analyze the factors that may increase or decrease the graduation rate , Such as the number of students in each school 、 The ratio of students to teachers and the number of teachers .
It is estimated that the wizard will use Microsoft Decision tree algorithm . You can browse dependencies and patterns in an interactive viewer , And quickly create graphics that can represent more details of the discovered patterns .
The data used in this analysis :300 Movie information ( If you need resources, please leave a message in the comment area )


Two 、 Decision tree

Here I choose to use decision tree for estimation :

The type of regression is general , Therefore, some parameters cannot be regressed :



The dependency network is as follows
According to the following dynamic diagram, we can see : The least important parameter is POINTS, The most important parameter is BO.

3、 ... and 、 neural network
Another algorithm :


After creating the structure, choose to add the model to the structure :





And then you use NBA The data acts on the neural network algorithm :
Estimate the impact of the previous parameters on each game score :

Four 、 Logical regression
Select logistic regression algorithm :


版权声明
本文为[Wen Xin ']所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230306126881.html
边栏推荐
- 《C语言程序设计》(谭浩强第五版) 第9章 用户自己建立数据类型 习题解析与答案
- 編碼電機PID調試(速度環|比特置環|跟隨)
- C syntax pattern matching [switch expression]
- . net tip: talk about the problem that the scoped service cannot be obtained in the middleware structure
- 腾讯视频涨价:一年多赚74亿!关注我领取腾讯VIP会员,周卡低至7元
- [Mysql] LEFT函數 | RIGHT函數
- Tencent video price rise: earn more than 7.4 billion a year! Pay attention to me to receive Tencent VIP members, and the weekly card is as low as 7 yuan
- Realize QQ login with PHP
- Response processing of openfeign
- Distributed system services
猜你喜欢
随机推荐
Laravel's own paging query
xutils3修改了我提报的一个bug,开心
《C语言程序设计》(谭浩强第五版) 第9章 用户自己建立数据类型 习题解析与答案
The most detailed in the whole network, software testing measurement, how to optimize software testing cost and improve efficiency --- hot
Use of slice grammar sugar in C #
TP5 multi conditional where query (using PHP variables)
The most easy to understand dependency injection and control inversion
Find the number of leaf nodes of binary tree
C#语法糖空合并运算符【??】和空合并赋值运算符【 ??=】
Maui initial experience: Cool
This new feature of C 11, I would like to call it the strongest!
Middle and rear binary tree
利用正反遍历来解决“字符的最短距离”问题
2022年P气瓶充装培训试题及模拟考试
The backtracking of stack is used to solve the problem of "the longest absolute path of file"
先中二叉建树
数据挖掘系列(3)_Excel的数据挖掘插件_估计分析
2022年度Top9的任务管理系统
Openfeign timeout setting
Impact of AOT and single file release on program performance

![[Mysql] LEFT函数 | RIGHT函数](/img/26/82e0f2280de011636c26931a74e749.png)





