Skip to content

Conversation

@tonyyang-svail
Copy link
Collaborator

Fix #826.

### DNNClassifer
The [select clause](#select-clause) syntax is the same as the select clause syntax in the training syntax. SQLFlow uses the column name to guarantee the prediction data has the same order as the training data. For example, if we have used `c1`, `c2`, `c3` and `label` column to train a model, the select clause in the prediction job should also retrieve columns that contain exactly the same names.

### Predict and using clause
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Predict and Using Clause

title capitalizing rules: https://wenku.baidu.com/view/07e52c69a98271fe910ef9f4.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I update all section titles? For example, "Select clause" => "Select Clause", "Prediction syntax" => "Prediction Syntax".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should, and seems that some of the documents also need update like run_with_hive.md

@typhoonzero typhoonzero merged commit 417b111 into sql-machine-learning:develop Sep 25, 2019
shendiaomo pushed a commit to shendiaomo/sqlflow that referenced this pull request Oct 22, 2019
…ng#928)

* Add prediction and analyzing syntax to the user guide

* rename to language guide

* update title format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add prediction and analyzing syntax to the user guide

2 participants