- Instructions for submission and submission form can be found here -> http://bit.ly/ML4SCI-contest2
- Dual core CPU
- Minimum 4GB RAM (>= 8GB recommended)
- Linux (Any distribution like Ubuntu) installed natively (recommended)
- Linux distribution in a virtual machine
- Numpy
- Pandas
- Matplotlib
- Scikit-learn
- RDKit(optional)
- Jupyter Notebook
- PyTorch (CPU)
- Native Ubuntu 18.04 installation instructions can be found here
-
Install python3 package manager pip3 on ubuntu by executing the following in the terminal
sudo apt install python3-pip
-
Install git using the following command
sudo apt install git
-
To clone the repository
git clone https://github.com/devalab/ml4science_tut.git
-
Install the above mentioned libraries by executing the final command on terminal while you're connected to the internet
pip3 install -r requirements.txt