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.
2 parents b8d4863 + 5377d98 commit e66b6e3Copy full SHA for e66b6e3
docs/Project.toml
@@ -1,4 +1,2 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
-HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
4
-ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
src/types.jl
@@ -23,6 +23,7 @@ train = RelationalDatasets.RelationalDataset((
23
neg=["related(b,c)."],
24
facts=["child(a,b)."],
25
))
26
+```
27
28
Instances of `RelationalDataset` are returned by `load`:
29
0 commit comments