We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756fad2 commit bd0cb9cCopy full SHA for bd0cb9c
dataikuapi/dss/ml.py
@@ -463,7 +463,8 @@ 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.unset_weighting()
+ return self.set_weigthing(method="NO_WEIGHTING")
467
+
468
469
class DSSClusteringMLTaskSettings(DSSMLTaskSettings):
470
__doc__ = []
0 commit comments