问题
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