sqlflow
sqlflow copied to clipboard
Migrate PAI Submitter to Python runtime
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,RFandXGBoost - [ ] Refine db.py to be more Object Oriented so easy to use
Describe alternatives (optional)
Additional Notes