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 predict api to estimator #50

Closed
buaazhwb opened this issue Sep 21, 2020 · 3 comments
Closed

Add predict api to estimator #50

buaazhwb opened this issue Sep 21, 2020 · 3 comments

Comments

@buaazhwb
Copy link
Collaborator

For now, user can only obtain predictions by getting the model and then predicting

@ConeyLiu
Copy link
Collaborator

what input and output should we want? And for predicting, does it should be the model serving part?

@buaazhwb
Copy link
Collaborator Author

I'm not sure whom raydp's target user is. Looks like the evaluate function is enough.
If I'm a kaggler, I need the prediction result of test dataset which is without label and submit the result to the competition. For now, I need to get the model and predict by myself.
The purpose of predicting is different from serving. We just want to obtain the prediction in a python script

Input should support both RayDp dataset and spark dataframe. For output, should it be consistent with input or just numpy array/pandas dataframe?

@buaazhwb buaazhwb linked a pull request Oct 27, 2020 that will close this issue
2 tasks
@kira-lin
Copy link
Collaborator

close as stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants