I'm concerned about using Python
But...
Python is slow
- Is the CPU the bounding factor for the project's performance?
- How much time has been spent trying to optimize performance?
- Which is currently more important, raw execution speed or time to create features?
- Is Python fast enough for the project?
- It is an often used strategy …