-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo-sync-2024-05-30T19:36:59+0800 (#67)
- Loading branch information
Showing
35 changed files
with
446 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: SecretFlow-Serving \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-13 19:29+0800\n" | ||
"POT-Creation-Date: 2024-05-22 16:27+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -314,11 +314,9 @@ msgstr "" | |
#: ../../source/topics/deployment/serving_on_kuscia.rst:176 | ||
msgid "" | ||
"Model data source type, options include: ST_FILE: In this case, the " | ||
"sourcePath should be a file path accessible to Serving. ST_OSS: In this " | ||
"case, the sourcePath should be the path to the model package in OSS." | ||
"sourcePath should be a file path accessible to Serving." | ||
msgstr "" | ||
"模型数据源类型,可选内容: ST_FILE: 此时`sourcePath`应为文件系统路径。 ST_OSS: " | ||
"此时`sourcePath`应为OSS存储中数据的路径。" | ||
"模型数据源类型,可选内容: ST_FILE: 此时`sourcePath`应为文件系统路径。" | ||
|
||
#: ../../source/topics/deployment/serving_on_kuscia.rst:178 | ||
msgid "PartyConfig.featureSourceConfig" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,42 +8,41 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: SecretFlow-Serving \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-01 17:29+0800\n" | ||
"POT-Creation-Date: 2024-05-29 20:16+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.14.0\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
|
||
#: ../../source/topics/graph/operator_list.md:5 | ||
msgid "SecretFlow-Serving Operator List" | ||
msgstr "SecretFlow-Serving 算子列表" | ||
|
||
#: ../../source/topics/graph/operator_list.md:9 | ||
msgid "Last update: Fri Mar 1 17:28:55 2024" | ||
msgid "Last update: Wed May 29 20:14:58 2024" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:10 | ||
msgid "MERGE_Y" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:13 | ||
#: ../../source/topics/graph/operator_list.md:51 | ||
msgid "Operator version: 0.0.2" | ||
msgid "Operator version: 0.0.3" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:15 | ||
msgid "Merge all partial y(score) and apply link function" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:16 | ||
#: ../../source/topics/graph/operator_list.md:54 | ||
#: ../../source/topics/graph/operator_list.md:85 | ||
#: ../../source/topics/graph/operator_list.md:122 | ||
#: ../../source/topics/graph/operator_list.md:158 | ||
#: ../../source/topics/graph/operator_list.md:194 | ||
#: ../../source/topics/graph/operator_list.md:55 | ||
#: ../../source/topics/graph/operator_list.md:86 | ||
#: ../../source/topics/graph/operator_list.md:123 | ||
#: ../../source/topics/graph/operator_list.md:159 | ||
#: ../../source/topics/graph/operator_list.md:195 | ||
msgid "Attrs" | ||
msgstr "" | ||
|
||
|
@@ -67,6 +66,28 @@ msgstr "" | |
msgid "Notes" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "exp_iters" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "" | ||
"Number of iterations of `exp` approximation, valid when `link_function` " | ||
"set `LF_EXP_TAYLOR`" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Integer32" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "N" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Default: 0." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "output_col_name" | ||
msgstr "" | ||
|
@@ -91,11 +112,11 @@ msgstr "" | |
msgid "" | ||
"Type of link function, defined in " | ||
"`secretflow_serving/protos/link_function.proto`. Optional value: LF_EXP, " | ||
"LF_RECIPROCAL, LF_IDENTITY, LF_SIGMOID_RAW, LF_SIGMOID_MM1, " | ||
"LF_SIGMOID_MM3, LF_SIGMOID_GA, LF_SIGMOID_T1, LF_SIGMOID_T3, " | ||
"LF_SIGMOID_T5, LF_SIGMOID_T7, LF_SIGMOID_T9, LF_SIGMOID_LS7, " | ||
"LF_SIGMOID_SEG3, LF_SIGMOID_SEG5, LF_SIGMOID_DF, LF_SIGMOID_SR, " | ||
"LF_SIGMOID_SEGLS" | ||
"LF_EXP_TAYLOR, LF_RECIPROCAL, LF_IDENTITY, LF_SIGMOID_RAW, " | ||
"LF_SIGMOID_MM1, LF_SIGMOID_MM3, LF_SIGMOID_GA, LF_SIGMOID_T1, " | ||
"LF_SIGMOID_T3, LF_SIGMOID_T5, LF_SIGMOID_T7, LF_SIGMOID_T9, " | ||
"LF_SIGMOID_LS7, LF_SIGMOID_SEG3, LF_SIGMOID_SEG5, LF_SIGMOID_DF, " | ||
"LF_SIGMOID_SR, LF_SIGMOID_SEGLS" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
|
@@ -121,18 +142,14 @@ msgstr "" | |
msgid "Double" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "N" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Default: 1.0." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:26 | ||
#: ../../source/topics/graph/operator_list.md:95 | ||
#: ../../source/topics/graph/operator_list.md:167 | ||
#: ../../source/topics/graph/operator_list.md:204 | ||
#: ../../source/topics/graph/operator_list.md:27 | ||
#: ../../source/topics/graph/operator_list.md:96 | ||
#: ../../source/topics/graph/operator_list.md:168 | ||
#: ../../source/topics/graph/operator_list.md:206 | ||
msgid "Tags" | ||
msgstr "" | ||
|
||
|
@@ -154,12 +171,12 @@ msgid "" | |
"and will somehow merge them." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:34 | ||
#: ../../source/topics/graph/operator_list.md:65 | ||
#: ../../source/topics/graph/operator_list.md:102 | ||
#: ../../source/topics/graph/operator_list.md:138 | ||
#: ../../source/topics/graph/operator_list.md:174 | ||
#: ../../source/topics/graph/operator_list.md:211 | ||
#: ../../source/topics/graph/operator_list.md:35 | ||
#: ../../source/topics/graph/operator_list.md:66 | ||
#: ../../source/topics/graph/operator_list.md:103 | ||
#: ../../source/topics/graph/operator_list.md:139 | ||
#: ../../source/topics/graph/operator_list.md:175 | ||
#: ../../source/topics/graph/operator_list.md:213 | ||
msgid "Inputs" | ||
msgstr "" | ||
|
||
|
@@ -171,12 +188,12 @@ msgstr "" | |
msgid "The list of partial y, data type: `double`" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:41 | ||
#: ../../source/topics/graph/operator_list.md:72 | ||
#: ../../source/topics/graph/operator_list.md:109 | ||
#: ../../source/topics/graph/operator_list.md:145 | ||
#: ../../source/topics/graph/operator_list.md:181 | ||
#: ../../source/topics/graph/operator_list.md:218 | ||
#: ../../source/topics/graph/operator_list.md:42 | ||
#: ../../source/topics/graph/operator_list.md:73 | ||
#: ../../source/topics/graph/operator_list.md:110 | ||
#: ../../source/topics/graph/operator_list.md:146 | ||
#: ../../source/topics/graph/operator_list.md:182 | ||
#: ../../source/topics/graph/operator_list.md:220 | ||
msgid "Output" | ||
msgstr "" | ||
|
||
|
@@ -188,11 +205,16 @@ msgstr "" | |
msgid "The merge result of `partial_ys`, data type: `double`" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:48 | ||
#: ../../source/topics/graph/operator_list.md:49 | ||
msgid "DOT_PRODUCT" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:53 | ||
#: ../../source/topics/graph/operator_list.md:52 | ||
#: ../../source/topics/graph/operator_list.md:192 | ||
msgid "Operator version: 0.0.2" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:54 | ||
msgid "Calculate the dot product of feature weights and values" | ||
msgstr "" | ||
|
||
|
@@ -259,18 +281,17 @@ msgstr "" | |
msgid "The calculation results, they have a data type of `double`." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:79 | ||
#: ../../source/topics/graph/operator_list.md:80 | ||
msgid "ARROW_PROCESSING" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:82 | ||
#: ../../source/topics/graph/operator_list.md:119 | ||
#: ../../source/topics/graph/operator_list.md:155 | ||
#: ../../source/topics/graph/operator_list.md:191 | ||
#: ../../source/topics/graph/operator_list.md:83 | ||
#: ../../source/topics/graph/operator_list.md:120 | ||
#: ../../source/topics/graph/operator_list.md:156 | ||
msgid "Operator version: 0.0.1" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:84 | ||
#: ../../source/topics/graph/operator_list.md:85 | ||
msgid "Replay secretflow compute functions" | ||
msgstr "" | ||
|
||
|
@@ -326,11 +347,11 @@ msgstr "" | |
msgid "output" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:116 | ||
#: ../../source/topics/graph/operator_list.md:117 | ||
msgid "TREE_SELECT" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:121 | ||
#: ../../source/topics/graph/operator_list.md:122 | ||
msgid "" | ||
"Obtaining the local prediction path information of the decision tree " | ||
"using input features." | ||
|
@@ -394,14 +415,6 @@ msgstr "" | |
msgid "The id of the root tree node" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Integer32" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Default: 0." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "Column name of tree select" | ||
msgstr "" | ||
|
@@ -437,11 +450,11 @@ msgstr "" | |
msgid "The local prediction path information of the decision tree." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:152 | ||
#: ../../source/topics/graph/operator_list.md:153 | ||
msgid "TREE_MERGE" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:157 | ||
#: ../../source/topics/graph/operator_list.md:158 | ||
msgid "" | ||
"Merge the `TREE_SELECT` output from multiple parties to obtain a unique " | ||
"prediction path and return the result weights." | ||
|
@@ -485,17 +498,25 @@ msgstr "" | |
msgid "The prediction result of tree." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:188 | ||
#: ../../source/topics/graph/operator_list.md:189 | ||
msgid "TREE_ENSEMBLE_PREDICT" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md:193 | ||
#: ../../source/topics/graph/operator_list.md:194 | ||
msgid "" | ||
"Accept the weighted results from multiple trees (`TREE_SELECT` + " | ||
"`TREE_MERGE`), merge them, and obtain the final prediction result of the " | ||
"tree ensemble." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "base_score" | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "The initial prediction score, global bias." | ||
msgstr "" | ||
|
||
#: ../../source/topics/graph/operator_list.md | ||
msgid "num_trees" | ||
msgstr "" | ||
|
Oops, something went wrong.