由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DataSciences版 - One phone interview question.
相关主题
凑热闹转发一篇自己写的博文,轻拍Bioinformatics Position in a Genomics Center in a University in the Southern California
[Road map] From ClickStream to ConsumerInsightSE/Data scientist找工作总结[F/G/L/T/D/P/U…] (转载)
欢迎加入“机器学习实践” 俱乐部新手学python, 有个简单数据结构问题,在线急等
说说浅学ML的感受求问一道关于NLP的面试题
[Data Science Project Case] Generate Categories for Product如何evaluate an unsupervised learning method?
[Data Science Project Case] Topic Learning有没有大牛来classifiy一下 PCA用法吗?
Bioinformatics Position in a Genomics Center in a University in the Southern CaliforniaRegression也属于ML?
Bioinformatics Position in a Genomics Center in a University in the Southern CaliforniaCustomer Journey Analytics的一般方法跟models
相关话题的讨论汇总
话题: rf话题: interview话题: phone话题: question话题: accuracy
进入DataSciences版参与讨论
1 (共1页)
D****o
发帖数: 6
1
Last week in one phone interview, I am asked: in classification, random
forest is very good algorithm, so why do we need other methods?
Now the answer I can imagine is: in some cases, RF may be overqualified. For
example, if the classes are linearly separable, using logistic regression
can give the same accuracy and higher training efficiency.
So anyone has a better answer?
w******d
发帖数: 120
2
Regulation/ governance 要求,random forest 不行,比如银行

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

w******d
发帖数: 120
3
Unsupervised clustering 我觉得也可以看成classification ptobelm, RF也不行

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

w******d
发帖数: 120
4
AlphaGo 估计也不是RF

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

C**********t
发帖数: 24
5
Interpretability?
N**N
发帖数: 1713
6
支持这个,另外就是rf也不一定是最好的,boosting在有的数据上会更好
也可以提一下这个:
https://en.wikipedia.org/wiki/No_free_lunch_theorem

【在 C**********t 的大作中提到】
: Interpretability?
a*******e
发帖数: 253
7
Sometimes you need to explain the model

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

t******k
发帖数: 5617
8
people will prefer a model with 90% accuracy but tell you how and why than a
RF model with 95% accuracy but only tell you how

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

s*********h
发帖数: 6288
9
1.速度啊速度。
2.解释啊解释
3.软件支持
4.不够好啊不够好。NN beat RF的 情况很多的。

For

【在 D****o 的大作中提到】
: Last week in one phone interview, I am asked: in classification, random
: forest is very good algorithm, so why do we need other methods?
: Now the answer I can imagine is: in some cases, RF may be overqualified. For
: example, if the classes are linearly separable, using logistic regression
: can give the same accuracy and higher training efficiency.
: So anyone has a better answer?

s***n
发帖数: 678
10
这是为什么?监管者为什么要管银行用什么算法?
是指这模型不能给出明确insights么,可能在未来出问题么。

【在 w******d 的大作中提到】
: Regulation/ governance 要求,random forest 不行,比如银行
:
: For

l******n
发帖数: 9344
11
fed,occ的report都是有规定的,你只能在他们规定的框架内干事情,这就是
regulation, no why question.

【在 s***n 的大作中提到】
: 这是为什么?监管者为什么要管银行用什么算法?
: 是指这模型不能给出明确insights么,可能在未来出问题么。

1 (共1页)
进入DataSciences版参与讨论
相关主题
Customer Journey Analytics的一般方法跟models[Data Science Project Case] Generate Categories for Product
有没有做sentiment analysis的,求思路 (转载)[Data Science Project Case] Topic Learning
刚入行新人的两个问题Bioinformatics Position in a Genomics Center in a University in the Southern California
data science 面试求教Bioinformatics Position in a Genomics Center in a University in the Southern California
凑热闹转发一篇自己写的博文,轻拍Bioinformatics Position in a Genomics Center in a University in the Southern California
[Road map] From ClickStream to ConsumerInsightSE/Data scientist找工作总结[F/G/L/T/D/P/U…] (转载)
欢迎加入“机器学习实践” 俱乐部新手学python, 有个简单数据结构问题,在线急等
说说浅学ML的感受求问一道关于NLP的面试题
相关话题的讨论汇总
话题: rf话题: interview话题: phone话题: question话题: accuracy