当前位置:网站首页>Visualization of wine datasets in R language
Visualization of wine datasets in R language
2022-06-22 20:53:00 【Mrrunsen】
The wine The data set contains the results of chemical analysis of wines grown in specific regions of Italy .178 Three samples represent three types of wine , Each sample is recorded 13 The results of this chemical analysis .
Whether there are missing values in the dataset
data(wine, package="rattle")
library(VIM )
aggr(wine, prop=FALSE, numbers=TRUE)

There are no missing values in the dataset
Which of the variables in the dataset are relevant ?
library(ggcorrplot)
wine[,-1] %>%
cor() %>%
round(2) %>%
ggcorrplot(hc.order = TRUE,lab = TRUE)

Hue, Proanthocyanins , Dilution Phenols Flavanoids These variables are highly correlated
Decision tree classification model visualization , What features will be used
library(rpart)
dtree <- rpart(Type ~ ., data=wine, method="class",
parms=list(split="information"))
library(rpart.plot)
rpart.plot( dtree)
边栏推荐
猜你喜欢

采用QTest进行数据集测试-性能测试-GUI测试

Container container runtime (2): which is better for you, yum installation or binary installation?

【Proteus仿真】8x8Led点阵数字循环显示

MySQL advanced (II)

Introduction of neural network (BP) in Intelligent Computing
MySQL中如何计算同比和环比

The road to systematic construction of geek planet business monitoring and alarm system

一张图解码 OpenCloudOS 社区开放日

怎样实现网页端im即时通讯中的@人功能
![[resolved] -go_ out: protoc-gen-go: Plugin failed with status code 1.](/img/da/9ced1c0a9c386bc8da75dddaa443e5.png)
[resolved] -go_ out: protoc-gen-go: Plugin failed with status code 1.
随机推荐
智能计算之神经网络(BP)介绍
[in depth understanding of tcapulusdb technology] form creation and approval of document acceptance
【深入理解TcaplusDB技术】单据受理之建表审批
从感知机到Transformer,一文概述深度学习简史
【观察】软件行业创新进入“新周期”,如何在变局中开新局?
Résolu: peut - on avoir plus d'une colonne auto - incrémentale dans un tableau
A detailed solution to mysql8.0 forgetting password
It supports running in kubernetes, adds multiple connectors, and seatunnel version 2.1.2 is officially released!
Classic interview question: a page from entering URL to rendering process
元宇宙中的云计算,提升你的数字体验
MySQL advanced (II)
Stochastic Adaptive Dynamics of a Simple Market as a Non-Stationary Multi-Armed Bandit Problem
他98年的,我玩不过他...
R语言midwest数据集可视化
79-不要看到有order by xxx desc就创建desc降序索引-文末有赠书福利
Gradle Build Cache引发的Task缓存编译问题
Introduction of neural networks for Intelligent Computing (Hopfield network DHNN, CHNN)
极客星球 | 业务监控及告警系统体系化建设之路
Ribbon负载均衡
[deeply understand tcapulusdb technology] create a game zone