Hacker News new | ask | show | jobs
by stealthcat 3072 days ago
Prototyping is what you usually do in ML/DS. You code incrementally and break things really fast.

Python (IPython/Jupyter) and R's interactive mode is really indispensable for this. Without restarting/re-initialize every variables and modules from beginning, you can run code snippet, run, edit part of code, run, add some code, plot something, run, repeat...

1 comments

This + gazillion of optimized math functions and algos are available right out of the box for all platforms.