raydp icon indicating copy to clipboard operation
raydp copied to clipboard

Add predict api to estimator

Open buaazhwb opened this issue 4 years ago • 2 comments

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

buaazhwb avatar Sep 21 '20 08:09 buaazhwb

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

ConeyLiu avatar Sep 28 '20 06:09 ConeyLiu

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 avatar Sep 29 '20 02:09 buaazhwb

close as stale

kira-lin avatar Apr 14 '23 08:04 kira-lin