R Client
Last updated
Was this helpful?
Last updated
Was this helpful?
It is assumed you installed the . The R client can create tasks and retrieve their results. If you want to do more administrative tasks, either use the API directly or use the Python client.
Initialization of the R client can be done by:
Then this client can be used for the different algorithms. Refer to the README in the repository on how to call the algorithm. Usually this includes installing some additional client-side packages for the specific algorithm you are using.
The R client is subject to change. We aim to make it more similar to the Python client.
First you need to install the client side of the algorithm by:
This is the code to run the coxph: