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