专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
CDA数据分析师  ·  Deepseek来袭,数据分析师会失业吗? ·  2 天前  
天池大数据科研平台  ·  一文漫谈DeepSeek及其背后的核心技术 ·  昨天  
CDA数据分析师  ·  Deepseek来袭,数据分析师会失业吗? ·  3 天前  
艺恩数据  ·  春节档观众满意度亮眼 ... ·  1 周前  
51好读  ›  专栏  ›  大数据应用

每日一练 | Data Scientist & Business Analyst 面试题 154

大数据应用  · 公众号  · 大数据  · 2017-08-08 10:10

正文

从6月15日起,数据应用学院将与你一起温习数据科学(DS)和商业分析(BA)领域常见的面试问题。希望积极寻求相关领域工作的你每天关注我们的问题并且与我们一起思考,我们将会在第二天给出答案。

Day 54

DS Interview Questions

What are methods to make a predictive model robust to outliers?

BA Interview Questions

R language:

Using the following variable:

a=1:10

# type a while () loop that computes a vector x=1 3 6 10 15 21 28 36 45 55

# such that:

# x[1]=a[1]

# x[2]=a[1]+a[2]

# x[3]=a[1]+a[2]+a[3]

# .

# .

欲知答案如何?请见下期分解!

Day 53 答案揭晓

DS Interview Questions

Tell me some majors issues needed to be considered in supervised machine learning?

  • Bias-variance tradeoff

  • Function complexity and amount of training data

  • Dimensionality of the input space

  • Noise in the output values

  • Input data problems such as Heterogeneity of the data, Redundancy in the data and Presence of interactions and non-linearities.


Reference: https://en.wikipedia.org/wiki/Supervised_learning

BA Interview Questions

R language:

Using the following variable:

a=15:10

b=20:15


type a while () loop that computes a vector x=225 224 221 216 209 200,such that

x[1]=a[1]*b[6]

x[2]=a[2]*b[5]

x[3]=a[3]*b[5]

.

.

x[6]=a[6]*b[1]

a=15:10

a

b=20:15

c

c

i=0

x=NULL

while(i<6){

i=i+1

x[i]=a[i]*c[i]

}

x

12

数据应用学院

数据应用学院(Data Application Lab), 北美第一家培训-项目实习-职业辅导-内推一站式专业数据人才输送机构,提供大数据和数据科学培训和公司项目解决方案,由南加州与硅谷的高级数据科学家与数据工程师联合创办,致力于传播数据行业最新应用和知识、培训及输送优秀大数据人才,以填补人才缺口、充分发挥大数据在商业中的力量。2016年被北美著名科技杂志Tech Beacon评为Top Data Camp。








请到「今天看啥」查看全文