File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,18 @@ MLJTestIntegration.test_single_target_regressors(
31
31
level= 1
32
32
)
33
33
34
- fails, report =
34
+ fails1, report1 =
35
35
MLJTestIntegration. test_single_target_regressors (
36
36
known_problems,
37
37
ignore= true ,
38
38
level= 3
39
39
)
40
40
41
- @test isempty (fails)
42
- report |> DataFrame
41
+ fails1 |> DataFrame
42
+
43
+ # -
44
+
45
+ report1 |> DataFrame
43
46
44
47
45
48
# # Classification
@@ -56,10 +59,18 @@ known_problems = [
56
59
57
60
MLJTestIntegration. test_single_target_classifiers (
58
61
known_problems,
59
- level= 1
62
+ level= 1 ,
63
+ ignore= true ,
60
64
)
61
- fails, report =
65
+ fails2, report2 =
62
66
MLJTestIntegration. test_single_target_classifiers (
63
67
known_problems,
68
+ ignore= true ,
64
69
level= 3 ,
65
70
)
71
+
72
+ fails2 |> DataFrame
73
+
74
+ # -
75
+
76
+ report2 |> DataFrame
You can’t perform that action at this time.
0 commit comments