sql-machine-learning.github.io icon indicating copy to clipboard operation
sql-machine-learning.github.io copied to clipboard

Document structure design

Open llxxxll opened this issue 6 years ago • 7 comments

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.

llxxxll avatar May 05 '19 17:05 llxxxll

Current structure

SQLFlow

  • Installation
  • Design
  • Contribute GoHive PySQLFlow

Proposed structure

SQLFlow

  • Introduction
    • What is SQLFlow
    • Motivation
    • Where can I use SQLFlow
  • Concepts (specific to SQLFlow)
  • Installation
    • Docker Image
    • Build from source
    • Demo/Tutorials
  • More examples
    • DNNClassifier
    • DNNRegressor
    • etc…
  • Design (Component level details)
    • Submitter, ProducerToConsumer, DB Abstraction layer, Parser, Executer etc…
    • Model
    • GoHive, PySQLFlow, and other connectors
  • Roadmap
  • Team

Team, please review and comment.

hungry1526 avatar May 07 '19 02:05 hungry1526

@llxxxll any suggestion?

hungry1526 avatar May 10 '19 02:05 hungry1526

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

weiguoz avatar May 28 '19 07:05 weiguoz

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

typhoonzero avatar May 28 '19 08:05 typhoonzero

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 avatar Jun 05 '19 09:06 hungry1526

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

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

hungry1526 avatar Jun 05 '19 09:06 hungry1526

I updated the structure following the latest SQLFlow repo:

Yancey0623 avatar Sep 16 '19 13:09 Yancey0623