Skip to content

Commit 80986e8

Browse files
itearslShvets Kirill
authored and
Shvets Kirill
committed
test
1 parent 823ef34 commit 80986e8

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

configs/testing/sklearn.json

100755100644
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
{
2626
"algorithm": "df_clsf",
27-
"dtype": "float32",
2827
"dataset": [
2928
{
3029
"source": "synthetic",
@@ -43,7 +42,6 @@
4342
},
4443
{
4544
"algorithm": "df_regr",
46-
"dtype": "float32",
4745
"dataset": [
4846
{
4947
"source": "synthetic",
@@ -246,7 +244,7 @@
246244
"n_features": 10,
247245
"training": {
248246
"n_samples": 1000
249-
}
247+
}
250248
}
251249
],
252250
"include-y": "",
@@ -325,23 +323,6 @@
325323
}
326324
}
327325
]
328-
},
329-
{
330-
"algorithm": "tsne",
331-
"dataset": [
332-
{
333-
"source": "synthetic",
334-
"type": "classification",
335-
"n_classes": 5,
336-
"n_features": 10,
337-
"training": {
338-
"n_samples": 1000
339-
},
340-
"testing": {
341-
"n_samples": 20
342-
}
343-
}
344-
]
345326
}
346327
]
347328
}

0 commit comments

Comments
 (0)