美文网首页数据科学与R语言
【DS-1】The Data Scientist's T

【DS-1】The Data Scientist's T

作者: iShareOne | 来源:发表于2016-11-08 23:22 被阅读40次
数据科学家

数据科学家是做什么的?

  • 确定要探索或者解决的问题
  • 确定如何解决问题的想法集合
  • 决定获取什么样的数据
  • 获取数据
  • 清洗数据
  • 探索性数据分析(EDA)
  • 统计建模及预测
  • 解释结果
  • 质疑结果
  • 建立可重复性代码
  • 向其他人描述结果

数据科学家的主要武器

  • 编码工具:R & RStudio
RStudio官网 RStudio
  • 分享你的结果:GitHub & Git
GitHub首页 The place to run Github commands---**shell**

遇到解决不了的问题?

通常来讲,最快获取答案的方式是靠自己,通过自己的努力解决问题是非常重要且必须的!

  • 可以通过R帮助文档
  • 善用google,科学使用

一些重要的R函数

  • ?dnorm【获取帮助文件】
  • help.search('pnorm')【搜索帮助文件】
  • args('rnorn')【获取参数】
  • qnorm【观察函数代码】

R 参考卡片

R Reference Card

相关文章

  • 【DS-1】The Data Scientist's T

    数据科学家是做什么的? 确定要探索或者解决的问题 确定如何解决问题的想法集合 决定获取什么样的数据 获取数据 清洗...

  • ElasticSearch scroll & scan

    It's very useful to retrieve massive data, instead of t...

  • data

    * data is the plural of datum, so it's plural! - refers t...

  • 2018-01-29 11-12 Map/Reduce fram

    A large number of customer's pass-through data motivate t...

  • KK分享

    Best Time Ever Data- Ford V.S. Tesla Access Congnition- T...

  • js append点击事件不生效

    success: function (t) {$.each(t.data, function (i, data) ...

  • swift 2 -> swift 3

    data.bytes extension Data { init(fromArray values: [T...

  • R-饼图geom_bar

    data=read.table("7-stat.txt",header=T,sep="\t")data=subse...

  • 导数

    一段时间Δt内,走过的路程为Δs=s(t₀+Δt)-s(t₀),平均速度为Δv=Δs/Δt=[s(t₀+Δt)-s...

  • 2018-10-23

    that.data.opinion = that.data.opinion.replace(/^\s+|\s+$/...

网友评论

    本文标题:【DS-1】The Data Scientist's T

    本文链接:https://www.haomeiwen.com/subject/agrzuttx.html