sql-machine-learning / sql-machine-learning.github.io

21 stars 12 forks source link

Document structure design #63

Open llxxxll opened 5 years ago

llxxxll commented 5 years ago

Document structure design

- The principle of gradual progress. - Users at different stages of learning can find the corresponding guide. - Each model should have a corresponding application example.

hungry1526 commented 5 years ago

Current structure

SQLFlow

Proposed structure

SQLFlow

Team, please review and comment.

hungry1526 commented 5 years ago

@llxxxll any suggestion?

weiguoz commented 5 years ago

Looks good. What are the Concepts (specific to SQLFlow)? would you plz add more details

typhoonzero commented 5 years ago

Test model -> model validation Prediction services(Offline) -> batch predict on a data table

hungry1526 commented 5 years ago

Looks good. What are the Concepts (specific to SQLFlow)? would you plz add more details

This part means adding some definitions for some terminologies we use in SQLFlow, e.g. executer, SQLFlow server, RPC server, etc...For sure the less terms we created, the better.

hungry1526 commented 5 years ago

Test model -> model validation Prediction services(Offline) -> batch predict on a data table

Thanks for the review, Any suggestion for the structure I proposed?

Yancey1989 commented 4 years ago

I updated the structure following the latest SQLFlow repo: