0

I made a recommendation system prototype using Surprise and Pandas Dataframe. I also made a command-line tool that takes in some parameters (like user id, type of recommendation, etc...), the main problem is that importing Pandas and Surprise takes way too much time and I need it to run the script in less than a second. The code is already optimized and I also added some caching features to it. Is there a way to optimize import time or speed it up a bit?

aminography
  • 21,986
  • 13
  • 70
  • 74

0 Answers0