Module containing reusable functions for machine learning visualization plotting
Create Python virtual environment:
cd ~/workspace/opengood-aio/py-ml-plot/.venv
python3 -m venv ~/workspace/opengood-aio/py-ml-plot/.venv
source bin/activate
python3 -m pip install matplotlib
python3 -m pip install numpy
python3 -m pip install pandas
python3 -m pip install scikit-learn
python3 -m pip freeze > requirements.txt
python3 -m pip install -r requirements.txt