Skip to content

shogun-toolbox/shogun-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b40737 · Aug 30, 2020
Dec 24, 2014
Jul 24, 2014
Dec 24, 2014
Sep 3, 2010
Sep 3, 2010
Dec 24, 2014
Apr 27, 2011
Oct 23, 2011
Nov 16, 2017
Sep 28, 2013
Sep 12, 2013
Feb 2, 2014
Sep 3, 2010
Mar 7, 2017
Aug 17, 2014
Apr 7, 2014
Aug 5, 2013
Aug 29, 2020
Aug 5, 2019
Apr 28, 2015
Dec 10, 2013

Repository files navigation

The Shogun Machine Learning Toolbox (Data Sets)


Instructions for developers


Usually there is no need to checkout this module separately. Just checkout (or clone) the source repository https://github.com/shogun-toolbox/shogun and issue git submodule update --init in the root directory. Then, fetch the data files by simply doing git submodule update.

Every new revision must be committed in Shogun as well. After merging new commits to shogun-data, you need to commit the new revision to the shogun repository:

cd data && git checkout master && cd .. git add data && git commit -m "updating revision of data submodule"