red-data-tools / red-datasets

A RubyGem that provides common datasets
MIT License
30 stars 25 forks source link

Which data set is available? You can see the list of datasets at a glance. #38

Closed kojix2 closed 5 years ago

kojix2 commented 5 years ago

yes. dataset.rb is a list of available datasets. https://github.com/red-data-tools/red-datasets/blob/master/lib/datasets.rb

However, it is better to know which dataset is available without looking at the source code.

kou commented 5 years ago

It seems that we should write document (by YARD). Then, we'll be able to see available dataset list at https://www.rubydoc.info/gems/red-datasets .

kojix2 commented 5 years ago

Yes. workaround. https://github.com/red-data-tools/red-datasets/pull/40