AWS sagemaker RandomCutForest (RCF) vs scikit lean RandomForest (RF)?

丶灬走出姿态 提交于 2019-12-13 03:10:10

问题


Is there a difference between the two, or are they different names for the same algorithm?


回答1:


RandomCutForest (RCF) is an unsupervised method primarily used for anomaly detection, while RandomForest (RF) is a supervised method that can be used for regression or classification.

For RCF, see documentation (here) and notebook example (here)



来源:https://stackoverflow.com/questions/56728230/aws-sagemaker-randomcutforest-rcf-vs-scikit-lean-randomforest-rf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!