TabularCloudPredictor.predict_real_time() has kwargs support to pass extra arguments to TabularPredictor.predict, ditto for predict_proba.
For example, the user should be able to pass TabularCloudPredictor.predict(..., decision_threshold=0.4) which then calls TabularPredictor.predict(..., decision_threshold=0.4).
Doc Strings:
https://auto.gluon.ai/cloud/dev/api/autogluon.cloud.TabularCloudPredictor.predict_real_time.html
https://auto.gluon.ai/cloud/dev/api/autogluon.cloud.TabularCloudPredictor.predict.html
https://auto.gluon.ai/stable/api/autogluon.tabular.TabularPredictor.predict.html
TabularCloudPredictor.predict_real_time()haskwargssupport to pass extra arguments toTabularPredictor.predict, ditto forpredict_proba.For example, the user should be able to pass
TabularCloudPredictor.predict(..., decision_threshold=0.4)which then callsTabularPredictor.predict(..., decision_threshold=0.4).TabularCloudPredictor.predict()TabularCloudPredictor.predict_proba()Doc Strings:
https://auto.gluon.ai/cloud/dev/api/autogluon.cloud.TabularCloudPredictor.predict_real_time.html
https://auto.gluon.ai/cloud/dev/api/autogluon.cloud.TabularCloudPredictor.predict.html
https://auto.gluon.ai/stable/api/autogluon.tabular.TabularPredictor.predict.html