sql-machine-learning / elasticdl

Kubernetes-native Deep Learning Framework
https://elasticdl.org
MIT License
731 stars 113 forks source link

Implement `ODPSWriter` #975

Closed terrytangyuan closed 5 years ago

terrytangyuan commented 5 years ago

This can be used to write testing data or prediction results to an ODPS table. Some reference on how to do this: https://pyodps.readthedocs.io/zh_CN/latest/base-tables.html#table-write

chunyang-wen commented 5 years ago

multi-threading will surely accelerate the process of writing to odps table. Please make sure we have this support.