I would like to use the output of an R model in a Python tool to generate additional metrics, such as the ROC curve or visualizing the trees of a random forest. Although I am aware that this can be done using an R tool, it is a requirement from the client to use Python.
Is it possible to achieve this using Python?
Thank you!
