Firstly, thank you for this awesome project.
I tried using the umbridge R library from here, and noticed that it currently only supports the client mode. The functions for the server mode are not implemented.
We would like to use a model based on the RobustGaSP library in R.
The easy way out, would be to create a python wrapper, and use the server mode from python. However, it would be great to have native support for the server mode in R. This would also make the R library of umbridge feature complete.
Firstly, thank you for this awesome project.
I tried using the
umbridgeR library from here, and noticed that it currently only supports the client mode. The functions for the server mode are not implemented.We would like to use a model based on the RobustGaSP library in R.
The easy way out, would be to create a python wrapper, and use the server mode from python. However, it would be great to have native support for the server mode in R. This would also make the R library of
umbridgefeature complete.