MLDatasets.jl icon indicating copy to clipboard operation
MLDatasets.jl copied to clipboard

Utility package for accessing common Machine Learning datasets in Julia

Results 63 MLDatasets.jl issues
Sort by recently updated
recently updated
newest added

When running ```julia julia> using MLDatasets: Iris julia> X, y = Iris(as_df=false)[:] ``` on julia 1.8.2, MLDatasets v0.7.5 the user is prompted with an error asking for `DataFrames` to be...

https://github.com/greydanus/mnist1d

The dataset used for downloading EMNIST is no longer working. The url for the download is currently: https://biometrics.nist.gov/EMNIST/matlab.zip However, that url now redirects to https://www.nist.gov/programs-projects/biometrics A fix would require changing...

In this pull request, we add the PPI dataset from http://snap.stanford.edu/graphsage/#datasets The PPI dataset is loaded in the same way as Reddit. We added a new file `graphsage.jl`, it provides...

This PR adds the `ChickenPox` graph dataset. The dataset was taken from the [Pytorch Geometric Temporal repository](https://pytorch-geometric-temporal.readthedocs.io/en/latest/modules/dataset.html#torch_geometric_temporal.dataset.chickenpox.ChickenpoxDatasetLoader) and more information about the dataset can be found in the paper ["Chickenpox...

Explain the steps needed to add a new datasets.

For Vision Datasets, it would be good to add [stacked-mnist](https://paperswithcode.com/dataset/stacked-mnist) which is an mnist dataset with three channels. It is very useful in the field of GANs for analyzing mode...

Some of the (graph) databases that we are trying to support might have either of the following problems: 1. Hosted in university servers or a non-trusted source which cannot provide...

This is in comparison to pytorch geometric(some datasets might need to be re verified since they might be implemented in umbrella datasets like OGB): - [x] Chickenpox - [x] CiteSeer...