Skip to content

Commit ef7c18b

Browse files
authored
repo-sync-2024-05-30T19:36:59+0800 (#67)
1 parent 4307d6d commit ef7c18b

35 files changed

+446
-354
lines changed

build_wheel_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ set -e
1717

1818
rm -rf dist
1919
python setup.py bdist_wheel
20-
python3 -m pip install dist/*.whl --force-reinstall
20+
python -m pip install dist/*.whl --force-reinstall

docs/locales/zh_CN/LC_MESSAGES/topics/deployment/serving_on_kuscia.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SecretFlow-Serving \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-03-13 19:29+0800\n"
11+
"POT-Creation-Date: 2024-05-22 16:27+0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -314,11 +314,9 @@ msgstr ""
314314
#: ../../source/topics/deployment/serving_on_kuscia.rst:176
315315
msgid ""
316316
"Model data source type, options include: ST_FILE: In this case, the "
317-
"sourcePath should be a file path accessible to Serving. ST_OSS: In this "
318-
"case, the sourcePath should be the path to the model package in OSS."
317+
"sourcePath should be a file path accessible to Serving."
319318
msgstr ""
320-
"模型数据源类型,可选内容: ST_FILE: 此时`sourcePath`应为文件系统路径。 ST_OSS: "
321-
"此时`sourcePath`应为OSS存储中数据的路径。"
319+
"模型数据源类型,可选内容: ST_FILE: 此时`sourcePath`应为文件系统路径。"
322320

323321
#: ../../source/topics/deployment/serving_on_kuscia.rst:178
324322
msgid "PartyConfig.featureSourceConfig"

docs/locales/zh_CN/LC_MESSAGES/topics/graph/operator_list.po

Lines changed: 78 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,41 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SecretFlow-Serving \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-03-01 17:29+0800\n"
11+
"POT-Creation-Date: 2024-05-29 20:16+0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.14.0\n"
18+
"Generated-By: Babel 2.15.0\n"
1919

2020
#: ../../source/topics/graph/operator_list.md:5
2121
msgid "SecretFlow-Serving Operator List"
2222
msgstr "SecretFlow-Serving 算子列表"
2323

2424
#: ../../source/topics/graph/operator_list.md:9
25-
msgid "Last update: Fri Mar 1 17:28:55 2024"
25+
msgid "Last update: Wed May 29 20:14:58 2024"
2626
msgstr ""
2727

2828
#: ../../source/topics/graph/operator_list.md:10
2929
msgid "MERGE_Y"
3030
msgstr ""
3131

3232
#: ../../source/topics/graph/operator_list.md:13
33-
#: ../../source/topics/graph/operator_list.md:51
34-
msgid "Operator version: 0.0.2"
33+
msgid "Operator version: 0.0.3"
3534
msgstr ""
3635

3736
#: ../../source/topics/graph/operator_list.md:15
3837
msgid "Merge all partial y(score) and apply link function"
3938
msgstr ""
4039

4140
#: ../../source/topics/graph/operator_list.md:16
42-
#: ../../source/topics/graph/operator_list.md:54
43-
#: ../../source/topics/graph/operator_list.md:85
44-
#: ../../source/topics/graph/operator_list.md:122
45-
#: ../../source/topics/graph/operator_list.md:158
46-
#: ../../source/topics/graph/operator_list.md:194
41+
#: ../../source/topics/graph/operator_list.md:55
42+
#: ../../source/topics/graph/operator_list.md:86
43+
#: ../../source/topics/graph/operator_list.md:123
44+
#: ../../source/topics/graph/operator_list.md:159
45+
#: ../../source/topics/graph/operator_list.md:195
4746
msgid "Attrs"
4847
msgstr ""
4948

@@ -67,6 +66,28 @@ msgstr ""
6766
msgid "Notes"
6867
msgstr ""
6968

69+
#: ../../source/topics/graph/operator_list.md
70+
msgid "exp_iters"
71+
msgstr ""
72+
73+
#: ../../source/topics/graph/operator_list.md
74+
msgid ""
75+
"Number of iterations of `exp` approximation, valid when `link_function` "
76+
"set `LF_EXP_TAYLOR`"
77+
msgstr ""
78+
79+
#: ../../source/topics/graph/operator_list.md
80+
msgid "Integer32"
81+
msgstr ""
82+
83+
#: ../../source/topics/graph/operator_list.md
84+
msgid "N"
85+
msgstr ""
86+
87+
#: ../../source/topics/graph/operator_list.md
88+
msgid "Default: 0."
89+
msgstr ""
90+
7091
#: ../../source/topics/graph/operator_list.md
7192
msgid "output_col_name"
7293
msgstr ""
@@ -91,11 +112,11 @@ msgstr ""
91112
msgid ""
92113
"Type of link function, defined in "
93114
"`secretflow_serving/protos/link_function.proto`. Optional value: LF_EXP, "
94-
"LF_RECIPROCAL, LF_IDENTITY, LF_SIGMOID_RAW, LF_SIGMOID_MM1, "
95-
"LF_SIGMOID_MM3, LF_SIGMOID_GA, LF_SIGMOID_T1, LF_SIGMOID_T3, "
96-
"LF_SIGMOID_T5, LF_SIGMOID_T7, LF_SIGMOID_T9, LF_SIGMOID_LS7, "
97-
"LF_SIGMOID_SEG3, LF_SIGMOID_SEG5, LF_SIGMOID_DF, LF_SIGMOID_SR, "
98-
"LF_SIGMOID_SEGLS"
115+
"LF_EXP_TAYLOR, LF_RECIPROCAL, LF_IDENTITY, LF_SIGMOID_RAW, "
116+
"LF_SIGMOID_MM1, LF_SIGMOID_MM3, LF_SIGMOID_GA, LF_SIGMOID_T1, "
117+
"LF_SIGMOID_T3, LF_SIGMOID_T5, LF_SIGMOID_T7, LF_SIGMOID_T9, "
118+
"LF_SIGMOID_LS7, LF_SIGMOID_SEG3, LF_SIGMOID_SEG5, LF_SIGMOID_DF, "
119+
"LF_SIGMOID_SR, LF_SIGMOID_SEGLS"
99120
msgstr ""
100121

101122
#: ../../source/topics/graph/operator_list.md
@@ -121,18 +142,14 @@ msgstr ""
121142
msgid "Double"
122143
msgstr ""
123144

124-
#: ../../source/topics/graph/operator_list.md
125-
msgid "N"
126-
msgstr ""
127-
128145
#: ../../source/topics/graph/operator_list.md
129146
msgid "Default: 1.0."
130147
msgstr ""
131148

132-
#: ../../source/topics/graph/operator_list.md:26
133-
#: ../../source/topics/graph/operator_list.md:95
134-
#: ../../source/topics/graph/operator_list.md:167
135-
#: ../../source/topics/graph/operator_list.md:204
149+
#: ../../source/topics/graph/operator_list.md:27
150+
#: ../../source/topics/graph/operator_list.md:96
151+
#: ../../source/topics/graph/operator_list.md:168
152+
#: ../../source/topics/graph/operator_list.md:206
136153
msgid "Tags"
137154
msgstr ""
138155

@@ -154,12 +171,12 @@ msgid ""
154171
"and will somehow merge them."
155172
msgstr ""
156173

157-
#: ../../source/topics/graph/operator_list.md:34
158-
#: ../../source/topics/graph/operator_list.md:65
159-
#: ../../source/topics/graph/operator_list.md:102
160-
#: ../../source/topics/graph/operator_list.md:138
161-
#: ../../source/topics/graph/operator_list.md:174
162-
#: ../../source/topics/graph/operator_list.md:211
174+
#: ../../source/topics/graph/operator_list.md:35
175+
#: ../../source/topics/graph/operator_list.md:66
176+
#: ../../source/topics/graph/operator_list.md:103
177+
#: ../../source/topics/graph/operator_list.md:139
178+
#: ../../source/topics/graph/operator_list.md:175
179+
#: ../../source/topics/graph/operator_list.md:213
163180
msgid "Inputs"
164181
msgstr ""
165182

@@ -171,12 +188,12 @@ msgstr ""
171188
msgid "The list of partial y, data type: `double`"
172189
msgstr ""
173190

174-
#: ../../source/topics/graph/operator_list.md:41
175-
#: ../../source/topics/graph/operator_list.md:72
176-
#: ../../source/topics/graph/operator_list.md:109
177-
#: ../../source/topics/graph/operator_list.md:145
178-
#: ../../source/topics/graph/operator_list.md:181
179-
#: ../../source/topics/graph/operator_list.md:218
191+
#: ../../source/topics/graph/operator_list.md:42
192+
#: ../../source/topics/graph/operator_list.md:73
193+
#: ../../source/topics/graph/operator_list.md:110
194+
#: ../../source/topics/graph/operator_list.md:146
195+
#: ../../source/topics/graph/operator_list.md:182
196+
#: ../../source/topics/graph/operator_list.md:220
180197
msgid "Output"
181198
msgstr ""
182199

@@ -188,11 +205,16 @@ msgstr ""
188205
msgid "The merge result of `partial_ys`, data type: `double`"
189206
msgstr ""
190207

191-
#: ../../source/topics/graph/operator_list.md:48
208+
#: ../../source/topics/graph/operator_list.md:49
192209
msgid "DOT_PRODUCT"
193210
msgstr ""
194211

195-
#: ../../source/topics/graph/operator_list.md:53
212+
#: ../../source/topics/graph/operator_list.md:52
213+
#: ../../source/topics/graph/operator_list.md:192
214+
msgid "Operator version: 0.0.2"
215+
msgstr ""
216+
217+
#: ../../source/topics/graph/operator_list.md:54
196218
msgid "Calculate the dot product of feature weights and values"
197219
msgstr ""
198220

@@ -259,18 +281,17 @@ msgstr ""
259281
msgid "The calculation results, they have a data type of `double`."
260282
msgstr ""
261283

262-
#: ../../source/topics/graph/operator_list.md:79
284+
#: ../../source/topics/graph/operator_list.md:80
263285
msgid "ARROW_PROCESSING"
264286
msgstr ""
265287

266-
#: ../../source/topics/graph/operator_list.md:82
267-
#: ../../source/topics/graph/operator_list.md:119
268-
#: ../../source/topics/graph/operator_list.md:155
269-
#: ../../source/topics/graph/operator_list.md:191
288+
#: ../../source/topics/graph/operator_list.md:83
289+
#: ../../source/topics/graph/operator_list.md:120
290+
#: ../../source/topics/graph/operator_list.md:156
270291
msgid "Operator version: 0.0.1"
271292
msgstr ""
272293

273-
#: ../../source/topics/graph/operator_list.md:84
294+
#: ../../source/topics/graph/operator_list.md:85
274295
msgid "Replay secretflow compute functions"
275296
msgstr ""
276297

@@ -326,11 +347,11 @@ msgstr ""
326347
msgid "output"
327348
msgstr ""
328349

329-
#: ../../source/topics/graph/operator_list.md:116
350+
#: ../../source/topics/graph/operator_list.md:117
330351
msgid "TREE_SELECT"
331352
msgstr ""
332353

333-
#: ../../source/topics/graph/operator_list.md:121
354+
#: ../../source/topics/graph/operator_list.md:122
334355
msgid ""
335356
"Obtaining the local prediction path information of the decision tree "
336357
"using input features."
@@ -394,14 +415,6 @@ msgstr ""
394415
msgid "The id of the root tree node"
395416
msgstr ""
396417

397-
#: ../../source/topics/graph/operator_list.md
398-
msgid "Integer32"
399-
msgstr ""
400-
401-
#: ../../source/topics/graph/operator_list.md
402-
msgid "Default: 0."
403-
msgstr ""
404-
405418
#: ../../source/topics/graph/operator_list.md
406419
msgid "Column name of tree select"
407420
msgstr ""
@@ -437,11 +450,11 @@ msgstr ""
437450
msgid "The local prediction path information of the decision tree."
438451
msgstr ""
439452

440-
#: ../../source/topics/graph/operator_list.md:152
453+
#: ../../source/topics/graph/operator_list.md:153
441454
msgid "TREE_MERGE"
442455
msgstr ""
443456

444-
#: ../../source/topics/graph/operator_list.md:157
457+
#: ../../source/topics/graph/operator_list.md:158
445458
msgid ""
446459
"Merge the `TREE_SELECT` output from multiple parties to obtain a unique "
447460
"prediction path and return the result weights."
@@ -485,17 +498,25 @@ msgstr ""
485498
msgid "The prediction result of tree."
486499
msgstr ""
487500

488-
#: ../../source/topics/graph/operator_list.md:188
501+
#: ../../source/topics/graph/operator_list.md:189
489502
msgid "TREE_ENSEMBLE_PREDICT"
490503
msgstr ""
491504

492-
#: ../../source/topics/graph/operator_list.md:193
505+
#: ../../source/topics/graph/operator_list.md:194
493506
msgid ""
494507
"Accept the weighted results from multiple trees (`TREE_SELECT` + "
495508
"`TREE_MERGE`), merge them, and obtain the final prediction result of the "
496509
"tree ensemble."
497510
msgstr ""
498511

512+
#: ../../source/topics/graph/operator_list.md
513+
msgid "base_score"
514+
msgstr ""
515+
516+
#: ../../source/topics/graph/operator_list.md
517+
msgid "The initial prediction score, global bias."
518+
msgstr ""
519+
499520
#: ../../source/topics/graph/operator_list.md
500521
msgid "num_trees"
501522
msgstr ""

0 commit comments

Comments
 (0)