5 files changed
+137
-12
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
| 18 | + | |
14 | 19 |
| |
15 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 |
| |
17 | 28 |
| |
18 | 29 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 |
| |
42 | 47 |
| |
43 | 48 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| 20 | + | |
19 | 21 |
| |
20 |
| - | |
21 |
| - | |
| 22 | + | |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
|
- .travis.yml+20-14
- cmd/sqlflowserver/main_test.go+117-5
- doc/design/cli_model_zoo_cmd.md+46
- doc/design/model_zoo.md+44-44
- doc/design/programming_solver.md+283
- doc/design/xgboost_feature_column.md+101-28
- doc/run/k8s/install-sqlflow.yaml+64
- doc/run/kubernetes.md+40-43
- doc/sqlflow.org_cn/credit_card_fraud.cn.md+19-19
- docker/ci/Dockerfile+6-13
- docker/ci/install-hadoop.bash+19-3
- docker/ci/install-pips.bash+7-1
- docker/ci/install-python.bash+1
- docker/ci/start.sh+4-12
- docker/dev/Dockerfile+5-8
- docker/dev/README.md+5-3
- docker/dev/build.sh+5-1
- docker/dev/find_fastest_resources.sh+210-96
- docker/dev/install.sh+30-32
- docker/jupyter/Dockerfile+48
- docker/jupyter/install-jupyter.bash+4-3
- docker/jupyter/js/custom.js
- docker/jupyter/js/sqlflow.js
- docker/mysql/Dockerfile+2
- docker/mysql/install-mysql-server.bash+3
- docker/server/Dockerfile+47
- docker/step/Dockerfile+27-13
- java/parser-hive/pom.xml+58
- pkg/modelzooserver/get_model_classes.go+5-2
- pkg/modelzooserver/image_build.go+106
- pkg/modelzooserver/image_build_test.go+42
- pkg/modelzooserver/input_check.go+2
- pkg/modelzooserver/modelzooserver.go+88-42
- pkg/modelzooserver/modelzooserver_test.go+82-61
- pkg/modelzooserver/tar_test.go+12-4
- pkg/modelzooserver/templates.go+5
- pkg/parser/sqlflow_parser.go+2
- pkg/proto/modelzooserver.proto+31-27
- pkg/sql/codegen/codegen_feature_column.go+136
- pkg/sql/codegen/pai/template_tf.go+1
- pkg/sql/codegen/pai/template_xgboost.go+28-6
- pkg/sql/codegen/tensorflow/codegen.go+11-112
- pkg/sql/codegen/xgboost/codegen.go+51-3
- pkg/sql/codegen/xgboost/codegen_explain.go+3-1
- pkg/sql/codegen/xgboost/template_evaluate.go+7-1
- pkg/sql/codegen/xgboost/template_explain.go+7-1
- pkg/sql/codegen/xgboost/template_pred.go+7-2
- pkg/sql/codegen/xgboost/template_train.go+18-2
- pkg/sql/executor_ir.go+42-1
- pkg/sql/executor_ir_test.go+24-3
- pkg/sql/fields.go+1-1
- pkg/sql/testdata/churn_sql.go+134-184
- pkg/sql/testdata/feature_derivation_case.go+3-3
- pkg/step/feature/derivation.go+4-4
- pkg/workflow/workflow.go+2-1
- python/sql_data.py+5
- python/sqlflow_submitter/db.py+16-22
- python/sqlflow_submitter/import_custom_models.py+2-2
- python/sqlflow_submitter/tensorflow/evaluate.py+1-1
- python/sqlflow_submitter/tensorflow/explain.py+1-1
- python/sqlflow_submitter/tensorflow/predict.py+1-1
- python/sqlflow_submitter/tensorflow/train.py+1-1
- python/sqlflow_submitter/xgboost/__init__.py+12
- python/sqlflow_submitter/xgboost/dataset.py+132-28
- python/sqlflow_submitter/xgboost/evaluate.py+8-4
- python/sqlflow_submitter/xgboost/explain.py+59-11
- python/sqlflow_submitter/xgboost/feature_column.py+212
- python/sqlflow_submitter/xgboost/model_save_test.py+163
- python/sqlflow_submitter/xgboost/predict.py+51-21
- python/sqlflow_submitter/xgboost/train.py+84-14
- scripts/travis/build.sh+32-10
- scripts/travis/deploy_docker.sh+8-7
- scripts/travis/install_minikube.sh+1-1
- scripts/travis/start_argo.sh+14-4
Lines changed: 113 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
25 | 132 |
| |
26 |
| - | |
27 |
| - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
28 | 136 |
| |
29 |
| - | |
|
0 commit comments