s****e 发帖数: 1180 | 1 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面
试一个it公司data scientist的问题
1. hadoop 里, combiner 是干什么的?
2.用python 写一个binary tree
3.python 怎么manage memory?
你觉得你能答上来吗?
还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢?
其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。 |
g*****o 发帖数: 812 | 2 big data的最大特点不就是只看相关性, 听风就是雨么?
这和统计最基本的相关性不等于因果性严重不符
合。
【在 s****e 的大作中提到】 : 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面 : 试一个it公司data scientist的问题 : 1. hadoop 里, combiner 是干什么的? : 2.用python 写一个binary tree : 3.python 怎么manage memory? : 你觉得你能答上来吗? : 还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢? : 其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。
|
z******n 发帖数: 397 | 3 兄弟你分裂了。
1、我觉得统计专业的同学不是很适合干data scientist 的工作
2、我觉得,stat master, cs master双master,干data scientist的工作比较适合
合。
【在 s****e 的大作中提到】 : 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面 : 试一个it公司data scientist的问题 : 1. hadoop 里, combiner 是干什么的? : 2.用python 写一个binary tree : 3.python 怎么manage memory? : 你觉得你能答上来吗? : 还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢? : 其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。
|
z**********i 发帖数: 12276 | 4 3个问题都答不上来。
合。
【在 s****e 的大作中提到】 : 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面 : 试一个it公司data scientist的问题 : 1. hadoop 里, combiner 是干什么的? : 2.用python 写一个binary tree : 3.python 怎么manage memory? : 你觉得你能答上来吗? : 还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢? : 其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。
|
a*****n 发帖数: 230 | 5 1. No idea.
2. Yes, binary tree is easy to do. I have written a kd-tree in R and python.
3 Python has built-in garbage collection. But you still need to be careful
in not allocating unnecessary memories.
合。
【在 s****e 的大作中提到】 : 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面 : 试一个it公司data scientist的问题 : 1. hadoop 里, combiner 是干什么的? : 2.用python 写一个binary tree : 3.python 怎么manage memory? : 你觉得你能答上来吗? : 还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢? : 其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。
|
w********m 发帖数: 1137 | 6 1. ./map.py | sort | ./reduce.py
combiner
2. class TreeNode():
def __init__(self, x):
self.val = x
self.left = None
self.right = None
3.heap v.s. stack |
s****e 发帖数: 1180 | 7 你牛,你工作了吗?
【在 w********m 的大作中提到】 : 1. ./map.py | sort | ./reduce.py : combiner : 2. class TreeNode(): : def __init__(self, x): : self.val = x : self.left = None : self.right = None : 3.heap v.s. stack
|
h***i 发帖数: 3844 | 8 wow,这公司很有前途!
合。
【在 s****e 的大作中提到】 : 其实,我觉得统计专业的同学不是很适合干data scientist 的工作,以下是我以前面 : 试一个it公司data scientist的问题 : 1. hadoop 里, combiner 是干什么的? : 2.用python 写一个binary tree : 3.python 怎么manage memory? : 你觉得你能答上来吗? : 还有,就是大家对data scientist 这个工作怎么看?现在比较火,未来呢? : 其实,我觉得,stat master, cs master双master,干data scientist的工作比较适合。
|