You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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!
Hi all,
The
learningMachine
module comes with assgprtune
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 dedicatedssgpr
repository (e.g., via a simple textfile or perhaps a git submodule)?The text was updated successfully, but these errors were encountered: