shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Add integration testing data for all uncovered meta examples #3580

Open karlnapf opened 7 years ago

karlnapf commented 7 years ago

Some meta examples do not have testing data, e.g. the nystrom regression one.

This (super easy) entrance task is to add such integration testing data. See the wiki develop readme for details how to do this.

Workflow 1.) Send PR and merge to data repo 2.) Update data submodule commit hash in develop branch and send a second PR

Potentially, this can be done for more than a single example at a time.

3402 #3555

abhinavrai44 commented 7 years ago

Hi @karlnapf , I am new to Shogun and I would like to take up this task.

fredhallgren commented 7 years ago

Added a PR with integration testing data for KRR Nyström in shogun-data

fredhallgren commented 7 years ago

Sorry didn't see you did it already