sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.07k stars 699 forks source link

Model zoo TODO list #2307

Open typhoonzero opened 4 years ago

typhoonzero commented 4 years ago

We are implementing the model zoo currently. Here is the overall design and how users contribute custom models under this design

Yancey1989 commented 4 years ago

release trained models saved in DBMS release trained models saved in OSS

If we can save the trained model by SQLFS with OSS and DBMS backend, that we only need to release the trained model from SQLFS. The above two TODO tasks can be

BTW. If we use OSS as the backend, that is not the SQL engine, maybe we should rename SQLFS to a more meaningful name?