You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ Its functionality is built on top of the package
15
15
16
16
## Available Datasets
17
17
18
-
**Warning**: this package is under heavy redesign. The link belows point to the documentation for the yet to be released version.
19
-
For the tagged version instead, please consult the [stable docs](https://JuliaML.github.io/MLDatasets.jl/stable).
20
-
21
18
Datasets are grouped into different categories. Click on the links below for a full list of datasets available in each category.
22
19
23
20
-[Graphs](https://juliaml.github.io/MLDatasets.jl/dev/datasets/graphs) - Datasets with an underlying graph structure: Cora, PubMed, CiteSeer, ...
@@ -37,7 +34,19 @@ Pkg.add("MLDatasets")
37
34
38
35
## Contributing to MLDatasets
39
36
40
-
Pull requests contributing new datasets are warmly welcome. See the source code of any of the currently implemented datasets, e.g. [Iris](https://github.com/JuliaML/MLDatasets.jl/blob/master/src/datasets/misc/iris.jl), for examples.
37
+
Pull requests contributing new datasets are warmly welcome. See the source code of any of the available implemented datasets for
38
+
implementation examples.
39
+
40
+
## Other data repositories for Julia
41
+
42
+
If you don't find here the dataset you are looking for, please let us know by opening an issue.
43
+
Moreover, you can check out these other packages to find what you need:
0 commit comments