@@ -518,7 +545,7 @@ class MLAlgorithm(SHPAlgorithm):
should provide a basic description about what the algorithm does and the
parameters and outputs associated with it..
"""
returnself.tr(f"Fit a Machine Learning model using input template\n{self.get_help_sk_methods()}")
returnself.tr(f"Fit a Machine Learning model using input template. Only RandomForestClassifier is throughfully tested. \n{self.get_help_sk_methods()}")