JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
228 stars 47 forks source link

add OrganicMaterialsDB #180

Closed CarloLucibello closed 2 years ago

CarloLucibello commented 2 years ago

This dataset requires manual download from https://omdb.mathub.io/dataset.

As a first for this repo, I'm storing the preprocessed dataset as jld2 files for fast loading after the first time.

codecov-commenter commented 2 years ago

Codecov Report

Merging #180 (7b8e281) into master (5c380f1) will increase coverage by 7.51%. The diff coverage is 3.50%.

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   28.78%   36.29%   +7.51%     
==========================================
  Files          42       43       +1     
  Lines        2182     2240      +58     
==========================================
+ Hits          628      813     +185     
+ Misses       1554     1427     -127     
Impacted Files Coverage Δ
src/io.jl 61.90% <0.00%> (-6.52%) :arrow_down:
src/datasets/graphs/organicmaterialsdb.jl 1.85% <1.85%> (ø)
src/MLDatasets.jl 100.00% <100.00%> (ø)
src/utils.jl 53.06% <0.00%> (+2.04%) :arrow_up:
src/graph.jl 50.00% <0.00%> (+25.36%) :arrow_up:
src/datasets/graphs/ogbdataset.jl 82.36% <0.00%> (+43.15%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.