Specify the python version and packages used in your code.
- If you use virtualenv or conda environment, you should requirements.txt or environments.yaml and mention it.
- If you use the default environment given in Google Colab, please specify 'Google Colab' here.
Install pandas matplotlib and numpy, then execute the mymlp script
pip install pandas
pip install numpy
pip install matplotlib
python3 mymlp.py