1
+ {
2
+ "primitives" : [
3
+ " mlstars.custom.timeseries_preprocessing.time_segments_aggregate" ,
4
+ " sklearn.impute.SimpleImputer" ,
5
+ " sigllm.primitives.transformation.Float2Scalar" ,
6
+ " sigllm.primitives.prompting.timeseries_preprocessing.rolling_window_sequences" ,
7
+ " sigllm.primitives.transformation.format_as_string" ,
8
+ " sigllm.primitives.prompting.huggingface.HF" ,
9
+ " sigllm.primitives.transformation.format_as_integer" ,
10
+ " sigllm.primitives.prompting.anomalies.val2idx" ,
11
+ " sigllm.primitives.prompting.anomalies.find_anomalies_in_windows" ,
12
+ " sigllm.primitives.prompting.anomalies.merge_anomalous_sequences" ,
13
+ " sigllm.primitives.prompting.anomalies.format_anomalies"
14
+ ],
15
+ "init_params" : {
16
+ "mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1" : {
17
+ "time_column" : " timestamp" ,
18
+ "interval" : 21600 ,
19
+ "method" : " mean"
20
+ },
21
+ "sigllm.primitives.transformation.Float2Scalar#1" : {
22
+ "decimal" : 2 ,
23
+ "rescale" : true
24
+ },
25
+ "sigllm.primitives.prompting.timeseries_preprocessing.rolling_window_sequences#1" : {
26
+ "window_size" : 200 ,
27
+ "step_size" : 40
28
+ },
29
+ "sigllm.primitives.transformation.format_as_string#1" : {
30
+ "space" : false
31
+ },
32
+ "sigllm.primitives.prompting.huggingface.HF#1" : {
33
+ "name" : " mistralai/Mistral-7B-Instruct-v0.2" ,
34
+ "samples" : 10
35
+ },
36
+ "sigllm.primitives.prompting.anomalies.find_anomalies_in_windows#1" : {
37
+ "alpha" : 0.4
38
+ },
39
+ "sigllm.primitives.prompting.anomalies.merge_anomalous_sequences#1" : {
40
+ "beta" : 0.5
41
+ }
42
+ },
43
+ "input_names" : {
44
+ "sigllm.primitives.prompting.huggingface.HF#1" : {
45
+ "X" : " X_str"
46
+ },
47
+ "sigllm.primitives.transformation.format_as_integer#1" :{
48
+ "X" : " y_hat"
49
+ }
50
+ },
51
+ "output_names" : {
52
+ "mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1" : {
53
+ "index" : " timestamp"
54
+ },
55
+ "sigllm.primitives.transformation.format_as_string#1" : {
56
+ "X" : " X_str"
57
+ },
58
+ "sigllm.primitives.prompting.huggingface.HF#1" : {
59
+ "y" : " y_hat"
60
+ },
61
+ "sigllm.primitives.transformation.format_as_integer#1" :{
62
+ "X" : " y"
63
+ }
64
+ }
65
+ }
0 commit comments