autogluon / autogluon/autogluon-cloud

Add kwargs support to `TabularCloudPredictor.predict()`

Open
#112 0 comments 0 reactions 3 assignees Claimed by @prateekdesai04 View on GitHub
enhancement
Dominant language
Python
Stars
42
Forks
17
PR merge metrics
No merged PRs in 30d

Description

`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)`.

- [ ] Add kwargs support to `TabularCloudPredictor.predict()`
- [ ] Add kwargs support to `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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.