专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
软件定义世界(SDX)  ·  数据资产盘点及治理路径与方法 ·  昨天  
软件定义世界(SDX)  ·  ERP 是信息化还是数字化(万字长文) ·  4 天前  
CDA数据分析师  ·  【干货】金融数据分析:风险评估中的数据分析 ·  昨天  
数据派THU  ·  直播预告 | ... ·  1 周前  
51好读  ›  专栏  ›  大数据应用

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

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

正文

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

Day 55

DS Interview Questions

How does the KNN algorithm work?

BA Interview Questions

R language:

Using the following variable:

i=10

x=10

# type a while() or repeat () loop that decreasing i computes x=x/i until i=0.

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

Day 54 答案揭晓

DS Interview Questions

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

Use a model that is resistant to outliers.  Tree-based models are not as affected by outliers as regression models.  For statistical tests, choose non-parametric test instead of parametric test


Use a more robust error metric.  For instance, use absolute mean difference instead of mean squared error to reduce the effect of outliers


Winsorize the data.  Cap the data at a certain threshold


Transform the data.  If the data has a pronounced right tail, use log transform


Remove the outliers.  If there are very few of outliers and you are certain that they are anomalies not worth predicting


Reference: https://www.quora.com/What-are-methods-to-make-a-predictive-model-more-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]

# .

# .

a=1:10

i=0

x

while(i<11){

 if(i==1){x[i]=a[i]}

 else {x[i]=a[i]+x[i-1]}

 i=i+1

}

x

12

  数据应用学院

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



 长期招募 

TECHNICAL WRITER/翻译志愿者  

  1. 职责:

    1. 深度讨论数据应用

    2. 调研行业发展

  2. 要求:

    1. 对数据应用极为感兴趣

    2.  具备数据分析基础

    3. 具有一定BUSINESS INSIGHT

    4. 写作能力强

感兴趣的同学发送简历writing sample[email protected],邮件标题“申请翻译/Technical Writer”。

往期文章内容


点击“阅读原文”查看数据应用学院核心课程