TabularPredictor.set_decision_threshold#

TabularPredictor.set_decision_threshold(decision_threshold: float)[source]#

Set predictor.decision_threshold. Problem type must be ‘binary’, and the value must be between 0 and 1.