sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

Migrate PAI Submitter to Python runtime

Open lhw362950217 opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Now we should migrate PAI TensorFlow train/predict to Python because feature derivation and following process should execute in Python runtime.

Describe the solution you'd like Modify below code in Python runtime package.

  • [x] Support PAI TensorFlow train task submitting.
  • [ ] Support PAI TensorFlow prediction task submitting.
  • [ ] Support PAI TensorFlow explain task submitting.
  • [ ] Support PAI TO RUN statement task submitting.
  • [ ] Migrate other algorithm like kmeans, RF and XGBoost
  • [ ] Refine db.py to be more Object Oriented so easy to use

Describe alternatives (optional)

Additional Notes

lhw362950217 avatar Jul 10 '20 09:07 lhw362950217