We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab37ab3 commit a72a381Copy full SHA for a72a381
dataikuapi/dss/ml.py
@@ -1361,6 +1361,7 @@ def get_enabled_algorithm_names(self):
1361
:rtype: list of string
1362
"""
1363
algos = self.__class__.algorithm_remap
1364
+ # Hide either "XGBOOST_CLASSIFICATION" or "XGBOOST_REGRESSION" which point to the same key "xgboost"
1365
if self.mltask_settings["predictionType"] == "REGRESSION":
1366
excluded_name = {"XGBOOST_CLASSIFICATION"}
1367
else:
0 commit comments