Machine learning solutions for https://www.kaggle.com/crowdflower/twitter-user-gender-classification
- Install PyCharm / Python plugin
- Install Anaconda (tested for windows)
- In IntelliJ create new Python SDK - select "New conda environment" with Python 3.6, based on the root Anaconda env in %userdir%/Anaconda3
- Open Anaconda Navigator and select your environment
- Install packages: jupyter (gensim and other if needed)
- Open notebook file in IntelliJ
- Run All Cells - select url with open port e.g 8888, 8889 when asked for Jupyter server
- Jupyter server will be launched and the notebook executed