(Learning) Machine Learning
I have been studying machine learning recently and trying out different tools for it, here are some observations about IDEs in relation with ML (on Windows):
1. No IDE, just using the Command Prompt terminal and web browsers. That's the one I like less. The command prompt terminal keeps forgetting all the commands I used in the previous sessions. There must be some workarounds for that but I don't care enough to look for them. Also, the default UI for Jupyter Notebook is pretty crappy, gotta install and set up some themes.
2. VS Code. This one I like the most. It works well but I keep getting some bogus warnings about libraries not being imported properly, but it works anyways so... 🤷♂️ Also the UI in VS code is all right I find.
3. PyCharm. The Community Edition only allows to view the notebooks in Read-Only mode. There is no way I'm paying for the Pro version so that's it for that one.
What are your favourite tools?
#ml #pandas #numpy #python #jupyter #notebook