47
47
},
48
48
"split_kwargs" : {"ignore" : true }
49
49
}
50
- },
51
- "covariance" : {
52
- "algorithm" : [
53
- {
54
- "estimator" : " EmpiricalCovariance" ,
55
- "library" : " sklearnex.covariance" ,
56
- "estimator_methods" : {"training" : " fit" }
57
- }
58
- ]
59
- },
60
- "basic_statistics" : {
61
- "algorithm" : [
62
- {
63
- "estimator" : " BasicStatistics" ,
64
- "library" : " sklearnex.basic_statistics" ,
65
- "estimator_methods" : {"training" : " fit" }
66
- }
67
- ]
68
- },
69
- "linear_regression" : {
70
- "algorithm" : [
71
- {
72
- "estimator" : " LinearRegression" ,
73
- "library" : " sklearnex.linear_model" ,
74
- "estimator_methods" : {"training" : " fit" }
75
- }
76
- ]
77
- },
78
- "pca" : {
79
- "algorithm" : [
80
- {
81
- "estimator" : " IncrementalPCA" ,
82
- "library" : " sklearnex.decomposition" ,
83
- "estimator_methods" : {"training" : " fit" }
84
- }
85
- ]
86
50
}
87
51
},
88
52
"TEMPLATES" : {
89
- "basic_statistics" : {"SETS" : [" basic_statistics" , " basic_statistics data " , " large scale strong full one node parameters" , " sklearnex spmd implementation " ]},
90
- "covariance" : {"SETS" : [" covariance" , " covariance data " , " large scale strong full one node parameters" , " sklearnex spmd implementation " ]},
53
+ "basic_statistics" : {"SETS" : [" basic_statistics data " , " spmd default parameters " , " sklearnex spmd implementation " , " large scale strong full one node parameters" ]},
54
+ "covariance" : {"SETS" : [" covariance data " , " spmd default parameters " , " sklearnex spmd implementation " , " large scale strong full one node parameters" ]},
91
55
"linear_regression" : {
92
- "SETS" : [" linear_regression" , " linear_regression data " , " large scale strong full one node parameters" , " sklearnex spmd implementation " ]
56
+ "SETS" : [" linear_regression data " , " spmd default parameters " , " sklearnex spmd implementation " , " large scale strong full one node parameters" ]
93
57
},
94
- "pca" : {"SETS" : [" pca" , " pca data " , " large scale strong full one node parameters" , " sklearnex spmd implementation " ]}
58
+ "pca" : {"SETS" : [" pca data " , " spmd default parameters " , " sklearnex spmd implementation " , " large scale strong full one node parameters" ]}
95
59
}
96
- }
60
+ }
0 commit comments