shogun-toolbox / shogun

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

model selection? #5088

Closed kaigu1997 closed 4 years ago

kaigu1997 commented 4 years ago

I am a beginner to shogun. When I am looking for example of hyperparameter optimization of gaussian process, the cookbook tells me to using gradient model selection. (in meta examples no optimization provided) However, with the newest update, there is no model selection folder, with all the files in it being removed. So what should I do? I checked all the meta examples but none of them mentioned about that. Will you provide that in meta examples, or update cookbook?

kaigu1997 commented 4 years ago

I have seen a folder named optimization, but no meta example mentioned about that, so idk if I could use that to do the model selection (i.e. hyperparameter optimization).

gf712 commented 4 years ago

Hi, we have currently disabled the model selection module in shogun because it was not compatible with some recent changes. We are currently working on bringing it back!

gf712 commented 4 years ago

If you want to use a stable version of shogun please use a release. The model selection stuff is only disabled in the development branch.

kaigu1997 commented 4 years ago

If you want to use a stable version of shogun please use a release. The model selection stuff is only disabled in the development branch.

Thanks for your reply. I guess I would use the 6.1.4 release now, and hope 7.0.0 could be coming soon :P