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 236b990 commit 6d64340Copy full SHA for 6d64340
test/composition/learning_networks/inspection.jl
@@ -15,7 +15,6 @@ List all (immediate) children of node `N` in the ancestor graph of `y`
15
children(N::AbstractNode, y::AbstractNode) = filter(nodes(y)) do Z
16
t = MMI.isrepresented(N, MLJBase.args(Z)) ||
17
MMI.isrepresented(N, MLJBase.train_args(Z))
18
- @show Z t
19
end |> unique
20
21
@constant X = source()
0 commit comments