ml-rest-api-caching
ml-rest-api-caching copied to clipboard
How to serve ML predictions 100x faster
Results
2
ml-rest-api-caching issues
Sort by
recently updated
recently updated
newest added
In your caching file, there are some instances where you log.info for things that should not happen (eg failing to connect to the redis instance). I think it would be...
There are some instances in your code where you import in a function or method call. This is inefficient, because the import gets run multiple times. I would think it...