copy skompile model to clipboard
I have a random forest model that I’ve trained in Python 3.11.0 with scikit-learn. I’m then exporting the model weights with skompiler 0.7. I then export the model weights to dataframe, and then copy to clipboard. I have pyperclip 1.8.2 installed. I’ve installed xclip and xsel on my ubuntu 20.04.6 LTS server that I’m running my code on. I’m getting the error below when I run the code in a cell in a jupyter notebook I’m hosting from my ubuntu server. Do you know what the issue might be and can you suggest how to solve it?