Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kwargs support to TabularCloudPredictor.predict() #112

Open
2 tasks
Innixma opened this issue May 17, 2024 · 0 comments
Open
2 tasks

Add kwargs support to TabularCloudPredictor.predict() #112

Innixma opened this issue May 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Innixma
Copy link
Collaborator

Innixma commented May 17, 2024

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

@Innixma Innixma added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants