We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2638580 commit b8db3f2Copy full SHA for b8db3f2
dataikuapi/dss/ml.py
@@ -463,8 +463,7 @@ def remove_sample_weighting(self):
463
Deprecated. Use unset_weighting() instead
464
"""
465
warnings.warn("remove_sample_weighting() is deprecated, please use set_weigthing(method=\"NO_WEIGHTING\") instead", DeprecationWarning)
466
- return self.set_weigthing(method="NO_WEIGHTING")
467
-
+ return self.unset_weighting()
468
469
class DSSClusteringMLTaskSettings(DSSMLTaskSettings):
470
__doc__ = []
0 commit comments