Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssgprtune script in the learningMachine module is outdated #721

Closed
agijsberts opened this issue Mar 2, 2021 · 3 comments · Fixed by #722
Closed

ssgprtune script in the learningMachine module is outdated #721

agijsberts opened this issue Mar 2, 2021 · 3 comments · Fixed by #722

Comments

@agijsberts
Copy link
Contributor

Hi all,

The learningMachine module comes with a ssgprtune script written in Python to pretrain optimized incremental sparse spectrum GPR models for deployment via the module. Unfortunately, the code is in Python 2 and makes use of OpenOpt, which is no longer being maintained.

Since I occasionally still receive requests for the incremental SSGPR code, not long ago I have split off these scripts and cleaned them up: Python 3, removed OpenOpt, setup.py and some tests and documentation. The result is available on https://github.com/agijsberts/ssgpr.

May I propose to replace the outdated version in the icub repository with a pointer to the dedicated ssgpr repository (e.g., via a simple textfile or perhaps a git submodule)?

@pattacini
Copy link
Member

Hi Arjan, good to hear from you again!
Sure, go ahead with your proposal and open up a pull request.
No git submodule, please! A markdown file filled with some documentation and proper pointers should be spot on!

@traversaro
Copy link
Member

fyi @singhbal-baljinder @raffaello-camoriano

@pattacini
Copy link
Member

Done in #722

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants