AWS sagemaker RandomCutForest (RCF) 与 scikit 学习随机森林 (RF)?

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

两者有区别吗,还是同一个算法叫法不同?

RandomCutForest (RCF) 是一种主要用于异常检测的无监督方法,而 RandomForest (RF) 是一种可用于回归或分类的监督方法。

对于 RCF,请参阅文档 (here) and notebook example (here)