探索性数据分析(Exploratory Data Analysis,简称EDA)

数据竞赛基本流程

  • 赛题理解
  • 探索性数据分析
  • 特征工程
  • 建模调参
  • 模型融合

探索性数据分析(Exploratory Data Analysis,EDA)

In statistics, exploratory data analysis(EDA) is an approach to analyzing data sets to summarize their maincharacteristics, often with visual methods. A statistical model can be used ornot, but primarily EDA is for seeing what the data can tell us beyond theformal modeling or hypothesis testing task. Exploratory data analysis waspromoted by John Tukey to encourage statisticians to explore the data, andpossibly formulate hypotheses that could lead to new data collection andexperiments. EDA is different from initial data analysis (IDA), which focusesmore narrowly on checking assumptions required for model fitting and hypothesistesting, and handling missing values and making transformations of variables asneeded. EDA encompasses IDA. (-From Wiki)

1 EDA的功能

美国国家标准与技术研究院(National Institute of Standards and Technology,NIST)提出探索性数据分析(EDA)主要有如下功能:

  • 尽可能洞察数据基本属性
  • 发现潜在的数据结构
  • 提取重要的变量
  • 异常检测和处理异常值
  • 检验统计假设
  • 建立初步模型
  • 决定最优模型因子的设定

2 EDA内容

  1. 载入各种数据科学以及可视化库:
    • 数据科学库 pandas、numpy、scipy;
    • 可视化库 matplotlib、seabon;
    • 其他;
  2. 载入数据:
    • 载入训练集和测试集( pd.read_csv());
    • 简略观察数据(head()+tail()+shape);
  3. 数据预览:
    • 通过describe()来熟悉数据的相
  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值