Skip to content

Modules containing reusable functions for machine learning visualization plotting

License

Notifications You must be signed in to change notification settings

opengood-aio/py-ml-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Machine Learning (ML) Plot

License

Module containing reusable functions for machine learning visualization plotting

Setup

Python Virtual Environment

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

Install Packages

python3 -m pip install matplotlib
python3 -m pip install numpy
python3 -m pip install pandas
python3 -m pip install scikit-learn

Create Requirements File

python3 -m pip freeze > requirements.txt
python3 -m pip install -r requirements.txt

About

Modules containing reusable functions for machine learning visualization plotting

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages