where can I find the documentation?

#6
by syounger - opened

other than the code examples?

Hi @syounger !
You can find all details of our approach in our paper: https://arxiv.org/abs/2506.10707

In terms of code and usage: what are you looking for in addition to the given code examples? The code should provide all info needed to run the classifier/regressor. All required methods (init, fit, predict) should be documented in the code, see here: https://github.com/SAP-samples/sap-rpt-1-oss/blob/main/sap_rpt_oss/rpt.py

Sign up or log in to comment