@@ -94,36 +94,60 @@ export const classJobs = [
94
94
95
95
const regJobs = [
96
96
{
97
- 'id' : 53 ,
97
+ 'id' : 1073 ,
98
98
'created_date' : '2018-02-07T22:47:32.146583Z' ,
99
99
'modified_date' : '2018-02-07T22:47:32.149647Z' ,
100
100
'config' : {
101
- 'encoding' : { 'method' : 'simpleIndex ' , 'prefix_length' : 1 , 'padding' : 'no_padding' , 'generation_type' : 'only' } ,
101
+ 'encoding' : { 'method' : 'complex ' , 'prefix_length' : 16 , 'padding' : 'no_padding' , 'generation_type' : 'only' } ,
102
102
'clustering' : 'noCluster' ,
103
- 'method' : 'linear ' ,
103
+ 'method' : 'lasso ' ,
104
104
'create_models' : false ,
105
105
'label' : label1 ,
106
106
'hyperopt' : {
107
107
'use_hyperopt' : false ,
108
108
'max_evals' : 100 ,
109
109
'performance_metric' : 'rmse'
110
110
} ,
111
- 'regression.linear ' : {
111
+ 'regression.lasso ' : {
112
112
'fit_intercept' : true ,
113
113
'normalize' : false ,
114
114
'copy_X' : true
115
115
}
116
116
} ,
117
117
'status' : 'created' ,
118
- 'result' : {
119
- 'mae' : 1 ,
120
- 'rmse' : 2 ,
121
- 'rscore' : 3
118
+ 'result' : { 'rmse' : 1316.1386475352517 , 'mae' : 933.93803112935666 , 'rscore' : - 0.10448018564371164 } ,
119
+ 'type' : 'regression' ,
120
+ 'split_id' : 1 ,
121
+ 'error' : ''
122
+ } ,
123
+ {
124
+ 'id' : 1240 ,
125
+ 'created_date' : '2018-02-07T22:47:32.146583Z' ,
126
+ 'modified_date' : '2018-02-07T22:47:32.149647Z' ,
127
+ 'config' : {
128
+ 'encoding' : { 'method' : 'complex' , 'prefix_length' : 16 , 'padding' : 'no_padding' , 'generation_type' : 'only' } ,
129
+ 'clustering' : 'noCluster' ,
130
+ 'method' : 'lasso' ,
131
+ 'create_models' : false ,
132
+ 'label' : label1 ,
133
+ 'hyperopt' : {
134
+ 'use_hyperopt' : false ,
135
+ 'max_evals' : 100 ,
136
+ 'performance_metric' : 'rmse'
137
+ } ,
138
+ 'regression.lasso' : {
139
+ 'fit_intercept' : true ,
140
+ 'normalize' : false ,
141
+ 'copy_X' : true
142
+ }
122
143
} ,
144
+ 'status' : 'created' ,
145
+ 'result' : { 'rmse' : 1309.2985098872928 , 'mae' : 918.62048228654021 , 'rscore' : - 0.093029773636106539 } ,
123
146
'type' : 'regression' ,
124
147
'split_id' : 1 ,
125
148
'error' : ''
126
- } ] ;
149
+ }
150
+ ] ;
127
151
128
152
const labelJobs = [
129
153
{
0 commit comments