We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b0992 commit 66265d0Copy full SHA for 66265d0
test/data.jl
@@ -17,15 +17,15 @@ seed!(1234)
17
import MLJBase: decoder, int, raw, classes
18
19
20
-## RECONSTRUCT
+# ## RECONSTRUCT
21
22
-C = categorical(rand(UInt8,20,20))[1:2,1:3]
23
-@test length(levels(C)) > 6
24
-@test reconstruct(broadcast(identity, C)) == C
+# C = categorical(rand(UInt8,20,20))[1:2,1:3]
+# @test length(levels(C)) > 6
+# @test reconstruct(broadcast(identity, C)) == C
25
26
-C = categorical(string.(rand(UInt8,20,20)))[1:2,1:3]
27
28
+# C = categorical(string.(rand(UInt8,20,20)))[1:2,1:3]
29
30
31
## DECODER
0 commit comments