All Projects → shogun-toolbox → shogun-data

shogun-toolbox / shogun-data

Licence: other
The Shogun Machine Learning Toolbox (Data Sets)

Programming Languages

objective c
16641 projects - #2 most used programming language
Mercury
31 projects
Limbo
41 projects
TSQL
950 projects

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].