Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/sql-machine-learning/sql-machine-learning.github.io
git submodule update --init --recursive --remote
```

**Step Three**: Fire up docker run under the repo root. Note the command will pull the image from the remote automatically. Also, make sure to replace `b90ffea2` with your personal access token. It takes a few seconds to generate the token by following [this document](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). Now you can access SQLFlow.org from http://localhost:4000 with exactly the same content.
**Step Three**: Fire up docker run under the repo root. Note the command will pull the image from the remote automatically. Also, make sure to replace `b90ffea2` with your personal access token. It takes a few seconds to generate the token by following [this document](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). Now you can access SQLFlow.org from http://localhost:4000 with exact the same content.

```bash
cd sql-machine-learning.github.io
Expand Down
2 changes: 1 addition & 1 deletion elasticdl
Submodule elasticdl updated 79 files
+0 −17 .codecov.yml
+21 −33 .travis.yml
+2 −4 README.md
+0 −8 RELEASE.md
+0 −0 bump_version.sh
+3 −3 doc/async_sgd_design.md
+0 −0 doc/cn/elasticdl-gdd-2019.md
+1 −1 doc/custom_data_source_support_design.md
+0 −0 doc/data_preparation_design.md
+ doc/design_diagram.pdf
+ doc/design_diagram.pptx
+0 −0 doc/distributed_embedding_layer_design.md
+0 −0 doc/elastic_sync_sgd.md
+ doc/figures/architecture.png
+ doc/figures/data_io_pipeline.jpg
+ doc/figures/distributed_training_sequence.jpg
+ doc/figures/dynamic_data_sharding.png
+0 −0 doc/high-level-api.md
+ doc/images/parameter_server.graffle
+ doc/images/parameter_server.png
+0 −1 doc/model_building.md
+0 −0 doc/model_evaluation_design.md
+0 −0 doc/odps_support_design.md
+58 −0 doc/overall_design.md
+0 −0 doc/overview.md
+1 −1 doc/parameter_server.md
+8 −9 doc/recordio_data_preparation_tutorial.md
+10 −10 doc/tutorials/elasticdl_cloud.md
+3 −3 doc/tutorials/elasticdl_cluster.md
+9 −9 doc/tutorials/elasticdl_local.md
+34 −0 doc/tutorials/get_started.md
+5 −5 doc/versioning.md
+2 −2 doc/worker_optimization_design.md
+0 −13 docs/designs/data_io_pipeline_design.md
+0 −16 docs/designs/dynamic_data_sharding_design.md
+0 −62 docs/designs/evaluation_design.md
+0 −31 docs/designs/overall_design.md
+0 −424 docs/designs/ps_design.md
+0 −3 docs/images/evaluate_sequence.svg
+ docs/images/pserver.png
+0 −3 docs/images/train_and_evaluate_flowchart.svg
+0 −3 docs/images/train_and_evaluate_flowchart_proposal.svg
+0 −38 docs/tutorials/get_started.md
+3 −18 elasticdl/README.md
+1 −1 elasticdl/docker/Dockerfile
+1 −1 elasticdl/docker/Dockerfile.data_process
+2 −3 elasticdl/docker/Dockerfile.dev
+2 −2 elasticdl/manifests/examples/elasticdl-demo-k8s.yaml
+2 −2 elasticdl/manifests/examples/elasticdl-demo-minikube.yaml
+1 −2 elasticdl/proto/elasticdl.proto
+21 −26 elasticdl/python/common/args.py
+0 −5 elasticdl/python/common/constants.py
+1 −1 elasticdl/python/data/data_reader.py
+1 −1 elasticdl/python/data/odps_io.py
+5 −5 elasticdl/python/elasticdl/README.md
+6 −12 elasticdl/python/elasticdl/api.py
+18 −73 elasticdl/python/master/evaluation_service.py
+26 −18 elasticdl/python/master/main.py
+8 −8 elasticdl/python/master/optimizer_wrapper.py
+27 −1 elasticdl/python/master/servicer.py
+1 −4 elasticdl/python/tests/data_reader_test.py
+23 −56 elasticdl/python/tests/evaluation_service_test.py
+0 −14 elasticdl/python/tests/model_utils_test.py
+2 −2 elasticdl/python/tests/test_module.py
+3 −49 elasticdl/python/tests/test_utils.py
+19 −38 elasticdl/python/worker/worker.py
+0 −5 elasticdl/requirements-dev.txt
+5 −1 elasticdl/requirements.txt
+11 −5 model_zoo/cifar10_functional_api/cifar10_functional_api.py
+11 −5 model_zoo/cifar10_subclass/cifar10_subclass.py
+19 −16 model_zoo/deepfm_edl_embedding/deepfm_edl_embedding.py
+19 −16 model_zoo/deepfm_functional_api/deepfm_functional_api.py
+11 −5 model_zoo/mnist_functional_api/mnist_functional_api.py
+11 −5 model_zoo/mnist_subclass/mnist_subclass.py
+6 −13 model_zoo/odps_iris_dnn_model/odps_iris_dnn_model.py
+11 −5 model_zoo/resnet50_subclass/resnet50_subclass.py
+7 −29 scripts/client_test.sh
+3 −3 scripts/validate_job_status.sh
+4 −13 setup.py
2 changes: 1 addition & 1 deletion sqlflow
Submodule sqlflow updated 72 files
+1 −1 README.md
+29 −82 cmd/repl/repl.go
+40 −100 cmd/sqlflowserver/main_test.go
+2 −2 doc/design/design_elasticdl_on_sqlflow.md
+0 −232 doc/design/design_high-available_sqlflow_server.md
+0 −67 doc/design/design_support_arbitrary_select.md
+65 −58 doc/design/design_workflow.md
+1 −1 doc/design/design_xgboost_on_sqlflow.md
+ doc/design/figures/cluster_job_runner.graffle
+ doc/design/figures/cluster_job_runner.png
+0 −190 doc/design/model_zoo.md
+0 −9 doc/run/repl.md
+8 −8 doc/tutorial/iris-dnn.md
+0 −0 parser/tidb/tidb_parser.go
+0 −0 parser/tidb/tidb_parser_test.go
+0 −5 pkg/server/proto/sqlflow.proto
+0 −6 pkg/sql/attribute.go
+5 −14 pkg/sql/codegen.go
+0 −135 pkg/sql/codegen/attribute/attribute.go
+0 −69 pkg/sql/codegen/attribute/attribute_test.go
+0 −101 pkg/sql/codegen/attribute/checker.go
+0 −55 pkg/sql/codegen/attribute/checker_test.go
+6 −40 pkg/sql/codegen/feature_column.go
+3 −8 pkg/sql/codegen/intermediate_representation.go
+0 −274 pkg/sql/codegen/tensorflow/codegen.go
+0 −74 pkg/sql/codegen/tensorflow/codegen_test.go
+0 −75 pkg/sql/codegen/tensorflow/template_pred.go
+0 −79 pkg/sql/codegen/tensorflow/template_train.go
+0 −56 pkg/sql/codegen/xgboost/README.md
+47 −29 pkg/sql/codegen/xgboost/codegen.go
+8 −8 pkg/sql/codegen/xgboost/codegen_test.go
+0 −61 pkg/sql/codegen/xgboost/docgen.go
+0 −25 pkg/sql/codegen/xgboost/docgen_test.go
+1 −2 pkg/sql/codegen/xgboost/template.go
+16 −25 pkg/sql/codegen_alps.go
+1 −2 pkg/sql/codegen_analyze.go
+40 −54 pkg/sql/codegen_elasticdl.go
+2 −2 pkg/sql/codegen_elasticdl_test.go
+2 −53 pkg/sql/codegen_test.go
+8 −17 pkg/sql/codegen_xgboost.go
+2 −18 pkg/sql/codegen_xgboost_test.go
+0 −4 pkg/sql/create_train_val.go
+0 −4 pkg/sql/database.go
+2 −3 pkg/sql/database_test.go
+17 −59 pkg/sql/executor.go
+1 −1 pkg/sql/executor_test.go
+5 −1 pkg/sql/expression_resolver.go
+0 −354 pkg/sql/feature_derivation.go
+0 −177 pkg/sql/feature_derivation_test.go
+305 −0 pkg/sql/featurederivation.go
+120 −0 pkg/sql/featurederivation_test.go
+5 −70 pkg/sql/ir_generator.go
+0 −123 pkg/sql/ir_generator_test.go
+7 −14 pkg/sql/template_elasticdl.go
+2 −2 pkg/sql/template_tf.go
+1 −1 pkg/sql/template_xgboost.go
+5 −6 pkg/sql/testdata/feature_derivation_case.go
+2 −4 python/sqlflow_submitter/db.py
+4 −5 python/sqlflow_submitter/db_test.py
+5 −36 python/sqlflow_submitter/db_writer/hive.py
+0 −13 python/sqlflow_submitter/tensorflow/__init__.py
+0 −94 python/sqlflow_submitter/tensorflow/estimator_train_pred.py
+0 −45 python/sqlflow_submitter/tensorflow/keras_train_pred.py
+0 −181 python/sqlflow_submitter/tensorflow/predict.py
+0 −125 python/sqlflow_submitter/tensorflow/train.py
+0 −40 python/sqlflow_submitter/tensorflow/train_predict_test.py
+11 −10 scripts/build_docker_image.sh
+1 −1 scripts/deploy.sh
+1 −0 scripts/setup_k8s_env.sh
+1 −1 scripts/test_ipython.sh
+1 −15 scripts/test_maxcompute.sh
+0 −3 scripts/test_units.sh