Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/auth_design.md → doc/design/auth_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ that case, we store session data into a reliable storage service like
The below figure demonstrates overall workflow for authorization and
authentication.

<img src="figures/sqlflow_auth.png">
<img src="../figures/sqlflow_auth.png">

Users can access the JupyterHub web page using their own username and password.
The user's identity will be verified by the [SSO](https://en.wikipedia.org/wiki/Single_sign-on)
Expand Down
2 changes: 1 addition & 1 deletion doc/cluster_design.md → doc/design/cluster_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This design document introduced how to support the `Cluster Model` in SQLFLow.

The figure below demonstrates the overall workflow for cluster model training, which include both the pre_train autoencoder model and the clustering model.(Reference https://www.dlology.com/blog/how-to-do-unsupervised-clustering-with-keras/)

<div align=center> <img width="460" height="550" src="figures/cluster_model_train_overview.png"> </div>
<div align=center> <img width="460" height="550" src="../figures/cluster_model_train_overview.png"> </div>

1. The first part is used to load a pre_trained model. We use the output of the trained encoder layer as the input to the clustering model.
2. Then, the clustering model starts training with randomly initialized weights, and generate clusters after multiple iterations.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A common ML training job usually involves two kinds of data sets: training data
## Overall
SQLFlow generates a temporary table following the user-specific table, trains and evaluates a model.

<img src="./figures/training_and_validation.png" width="60%">
<img src="../figures/training_and_validation.png" width="60%">

Notice, we talk about the **train** process in this post.

Expand Down Expand Up @@ -125,4 +125,4 @@ In the end, SQLFlow remove the temporary table to release resources.

- If the column sqlflow_random already exists, SQLFlow chooses to quit
Notice, *column name started with an underscore is invalid in the hive*
- Any discussion to implement a better splitting is welcomed
- Any discussion to implement a better splitting is welcomed
92 changes: 0 additions & 92 deletions doc/submitter.md

This file was deleted.

160 changes: 0 additions & 160 deletions doc/syntax.md

This file was deleted.