cnhkmcp 1.8.10__py3-none-any.whl → 2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. cnhkmcp/untracked/APP/MODULAR_STRUCTURE.md +38 -49
  2. cnhkmcp/untracked/APP/Tranformer/Transformer.py +131 -1
  3. cnhkmcp/untracked/APP/Tranformer/output/Alpha_candidates.json +951 -2055
  4. cnhkmcp/untracked/APP/Tranformer/output/Alpha_generated_expressions_error.json +261 -1
  5. cnhkmcp/untracked/APP/Tranformer/output/Alpha_generated_expressions_success.json +168 -1362
  6. cnhkmcp/untracked/APP/Tranformer/template_summary.txt +57 -1
  7. cnhkmcp/untracked/APP/ace.log +26 -0
  8. cnhkmcp/untracked/APP/give_me_idea/BRAIN_Alpha_Template_Expert_SystemPrompt.md +400 -0
  9. cnhkmcp/untracked/APP/give_me_idea/ace_lib.py +1489 -0
  10. cnhkmcp/untracked/APP/give_me_idea/alpha_data_specific_template_master.py +247 -0
  11. cnhkmcp/untracked/APP/give_me_idea/helpful_functions.py +180 -0
  12. cnhkmcp/untracked/APP/give_me_idea/what_is_Alpha_template.md +11 -0
  13. cnhkmcp/untracked/APP/static/brain.js +13 -3
  14. cnhkmcp/untracked/APP/static/inspiration.js +434 -0
  15. cnhkmcp/untracked/APP/templates/index.html +126 -0
  16. cnhkmcp/untracked/APP/usage.md +29 -3
  17. cnhkmcp/untracked/APP//321/210/342/224/220/320/240/321/210/320/261/320/234/321/206/320/231/320/243/321/205/342/225/235/320/220/321/206/320/230/320/241.py +233 -1
  18. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/METADATA +1 -1
  19. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/RECORD +23 -17
  20. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/WHEEL +0 -0
  21. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/entry_points.txt +0 -0
  22. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/licenses/LICENSE +0 -0
  23. {cnhkmcp-1.8.10.dist-info → cnhkmcp-2.0.dist-info}/top_level.txt +0 -0
@@ -1 +1,261 @@
1
- []
1
+ [
2
+ {
3
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl219_1_nopatmargin, 252), 252), industry)",
4
+ "errors": [
5
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
6
+ "参数 2 应该是一个数字,但得到 category"
7
+ ]
8
+ },
9
+ {
10
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_s_pit_or_bs_q_bs_net_fix_asset, 252), 252), industry)",
11
+ "errors": [
12
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
13
+ "参数 2 应该是一个数字,但得到 category"
14
+ ]
15
+ },
16
+ {
17
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl177_liquidityriskfactor_nfaldebt_alt, 252), 252), industry)",
18
+ "errors": [
19
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
20
+ "参数 2 应该是一个数字,但得到 category"
21
+ ]
22
+ },
23
+ {
24
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl262_trkdpitpredictivecapex_prediction, 252), 252), industry)",
25
+ "errors": [
26
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
27
+ "参数 2 应该是一个数字,但得到 category"
28
+ ]
29
+ },
30
+ {
31
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_q_epp, 252), 252), industry)",
32
+ "errors": [
33
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
34
+ "参数 2 应该是一个数字,但得到 category"
35
+ ]
36
+ },
37
+ {
38
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_a_capexgross, 252), 252), industry)",
39
+ "errors": [
40
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
41
+ "参数 2 应该是一个数字,但得到 category"
42
+ ]
43
+ },
44
+ {
45
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_annfvadjfieldsacctadj_ctpa, 252), 252), industry)",
46
+ "errors": [
47
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
48
+ "参数 2 应该是一个数字,但得到 category"
49
+ ]
50
+ },
51
+ {
52
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_intfvm_ctpa, 252), 252), industry)",
53
+ "errors": [
54
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
55
+ "参数 2 应该是一个数字,但得到 category"
56
+ ]
57
+ },
58
+ {
59
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_capex, 252), 252), industry)",
60
+ "errors": [
61
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
62
+ "参数 2 应该是一个数字,但得到 category"
63
+ ]
64
+ },
65
+ {
66
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_intfvadjfieldsacctadj_ctpa, 252), 252), industry)",
67
+ "errors": [
68
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
69
+ "参数 2 应该是一个数字,但得到 category"
70
+ ]
71
+ },
72
+ {
73
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl262_capx_compustatdeltapredict_annual_funda_predict, 252), 252), industry)",
74
+ "errors": [
75
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
76
+ "参数 2 应该是一个数字,但得到 category"
77
+ ]
78
+ },
79
+ {
80
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_a_capexgross_fast_d1, 252), 252), industry)",
81
+ "errors": [
82
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
83
+ "参数 2 应该是一个数字,但得到 category"
84
+ ]
85
+ },
86
+ {
87
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl219_1_nnastp, 252), 252), industry)",
88
+ "errors": [
89
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
90
+ "参数 2 应该是一个数字,但得到 category"
91
+ ]
92
+ },
93
+ {
94
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_annfv1a_ctpa, 252), 252), industry)",
95
+ "errors": [
96
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
97
+ "参数 2 应该是一个数字,但得到 category"
98
+ ]
99
+ },
100
+ {
101
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_bs_net_fix_asset, 252), 252), industry)",
102
+ "errors": [
103
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
104
+ "参数 2 应该是一个数字,但得到 category"
105
+ ]
106
+ },
107
+ {
108
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_s_pit_or_cr_q_net_fix_asset_turn, 252), 252), industry)",
109
+ "errors": [
110
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
111
+ "参数 2 应该是一个数字,但得到 category"
112
+ ]
113
+ },
114
+ {
115
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_s_pit_or_bs_a_bs_net_fix_asset, 252), 252), industry)",
116
+ "errors": [
117
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
118
+ "参数 2 应该是一个数字,但得到 category"
119
+ ]
120
+ },
121
+ {
122
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_wsbsht_value_02513a, 252), 252), industry)",
123
+ "errors": [
124
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
125
+ "参数 2 应该是一个数字,但得到 category"
126
+ ]
127
+ },
128
+ {
129
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_intfvadjfieldsacctadj_dlo_ctpa, 252), 252), industry)",
130
+ "errors": [
131
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
132
+ "参数 2 应该是一个数字,但得到 category"
133
+ ]
134
+ },
135
+ {
136
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_1_bs_net_fix_asset, 252), 252), industry)",
137
+ "errors": [
138
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
139
+ "参数 2 应该是一个数字,但得到 category"
140
+ ]
141
+ },
142
+ {
143
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd23_intfvalld1_ctpa, 252), 252), industry)",
144
+ "errors": [
145
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
146
+ "参数 2 应该是一个数字,但得到 category"
147
+ ]
148
+ },
149
+ {
150
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl177_global_all_delay_1_nfaldebt, 252), 252), industry)",
151
+ "errors": [
152
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
153
+ "参数 2 应该是一个数字,但得到 category"
154
+ ]
155
+ },
156
+ {
157
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_value_18297q, 252), 252), industry)",
158
+ "errors": [
159
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
160
+ "参数 2 应该是一个数字,但得到 category"
161
+ ]
162
+ },
163
+ {
164
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd72_s_pit_or_bs_q_1_bs_net_fix_asset, 252), 252), industry)",
165
+ "errors": [
166
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
167
+ "参数 2 应该是一个数字,但得到 category"
168
+ ]
169
+ },
170
+ {
171
+ "expression": "ts_zscore(ts_delta(ts_backfill(pv87_capital_expenditure_actual, 252), 252), industry)",
172
+ "errors": [
173
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
174
+ "参数 2 应该是一个数字,但得到 category"
175
+ ]
176
+ },
177
+ {
178
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_wast_value_02513a, 252), 252), industry)",
179
+ "errors": [
180
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
181
+ "参数 2 应该是一个数字,但得到 category"
182
+ ]
183
+ },
184
+ {
185
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_Q_capexgross, 252), 252), industry)",
186
+ "errors": [
187
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
188
+ "参数 2 应该是一个数字,但得到 category"
189
+ ]
190
+ },
191
+ {
192
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_q_epp_fast_d1, 252), 252), industry)",
193
+ "errors": [
194
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
195
+ "参数 2 应该是一个数字,但得到 category"
196
+ ]
197
+ },
198
+ {
199
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl219_2_nfaldebt, 252), 252), industry)",
200
+ "errors": [
201
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
202
+ "参数 2 应该是一个数字,但得到 category"
203
+ ]
204
+ },
205
+ {
206
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_wast_value_02507a, 252), 252), industry)",
207
+ "errors": [
208
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
209
+ "参数 2 应该是一个数字,但得到 category"
210
+ ]
211
+ },
212
+ {
213
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_wcbshtasseta_value_02501a, 252), 252), industry)",
214
+ "errors": [
215
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
216
+ "参数 2 应该是一个数字,但得到 category"
217
+ ]
218
+ },
219
+ {
220
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_value_18297a, 252), 252), industry)",
221
+ "errors": [
222
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
223
+ "参数 2 应该是一个数字,但得到 category"
224
+ ]
225
+ },
226
+ {
227
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_a_epp_fast_d1, 252), 252), industry)",
228
+ "errors": [
229
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
230
+ "参数 2 应该是一个数字,但得到 category"
231
+ ]
232
+ },
233
+ {
234
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_A_capexgross, 252), 252), industry)",
235
+ "errors": [
236
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
237
+ "参数 2 应该是一个数字,但得到 category"
238
+ ]
239
+ },
240
+ {
241
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd28_wsbsht_value_02507a, 252), 252), industry)",
242
+ "errors": [
243
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
244
+ "参数 2 应该是一个数字,但得到 category"
245
+ ]
246
+ },
247
+ {
248
+ "expression": "ts_zscore(ts_delta(ts_backfill(fnd3_A_epp, 252), 252), industry)",
249
+ "errors": [
250
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
251
+ "参数 2 应该是一个数字,但得到 category"
252
+ ]
253
+ },
254
+ {
255
+ "expression": "ts_zscore(ts_delta(ts_backfill(mdl219_1_nfaldebt, 252), 252), industry)",
256
+ "errors": [
257
+ "Group类型字段 'industry' 只能用于Group类型函数的参数中",
258
+ "参数 2 应该是一个数字,但得到 category"
259
+ ]
260
+ }
261
+ ]