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 8fb4a34 commit 965b330Copy full SHA for 965b330
src/data.jl
@@ -43,6 +43,8 @@ With `parser = :arff` (default) the ARFFFiles.jl parser is used.
43
With `parser = :auto` the output of the ARFFFiles parser is coerced to
44
automatically detected scientific types.
45
46
+Datasets are saved as julia artifacts so that they persist locally once loaded.
47
+
48
Returns a table.
49
50
# Examples
0 commit comments