sql-machine-learning.github.io
sql-machine-learning.github.io copied to clipboard
Update some links with new versions. Remove some links (invalid or unnecessary).
disable ci on push, just use github doc to build
Reverts sql-machine-learning/sql-machine-learning.github.io#102
We hide the submodule files on the sidebar by specifying files to `_config.yaml::exclude` https://github.com/sql-machine-learning/sql-machine-learning.github.io/blob/fa1aeb86267e7a8ff3cf3470104c23ad62996f71/_config.yml#L5 As the submodule keep updating, we should fix the `_config.yaml::exclude` to exclude the new files. I...
I feel that we can rename Document into Guide, and make it as when the user clicks Guide, it goes to a leaf of the documentation tree named "Guide". The...
## 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...
The playground is now available at http://play.sqlflow.org. It is hosted on the Google Cloud Platform. Please link it at the homepage.
The [document](https://sql-machine-learning.github.io/doc_index/doc) is missing the following requirements - Running a Demo - Using SQLFlow from [Jupyter Notebook](https://github.com/sql-machine-learning/sqlflow/blob/develop/example/jupyter/example.ipynb) and [Command Line](https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/demo.md); - More examples [example](https://github.com/sql-machine-learning/sqlflow/tree/develop/example/creditcard); - Extended SQL Syntax - User...