AWS sagemaker RandomCutForest (RCF) vs scikit lean

2019-08-20 17:38发布

问题:

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)