Skip to content

Commit d5f5178

Browse files
Update README.md
1 parent 0d26602 commit d5f5178

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Its functionality is built on top of the package
1515

1616
## Available Datasets
1717

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-
2118
Datasets are grouped into different categories. Click on the links below for a full list of datasets available in each category.
2219

2320
- [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")
3734

3835
## Contributing to MLDatasets
3936

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:
44+
45+
- [OutlierDetectionData.jl](https://github.com/OutlierDetectionJL/OutlierDetectionData.jl)
46+
- [MarketData.jl](https://github.com/JuliaQuant/MarketData.jl)
47+
- [ForecastData.jl](https://github.com/viraltux/ForecastData.jl)
48+
- [RDatasets.jl](https://github.com/JuliaStats/RDatasets.jl)
49+
- [CDSAPI.jl](https://github.com/JuliaClimate/CDSAPI.jl)
4150

4251
## License
4352

0 commit comments

Comments
 (0)