This repository contains graph plotting examples using the libraries numpy, pandas and matplotlib focused on data visualization for machine & deep learning
-
Scatter graphics (2d & 3d). Helps you to visualize patterns in your data and analyze separability on classification problems
-
Pie & bar graphics. Also histograms & boxplots
To run all the notebooks you will need a few
package dependencies that you can add via pip.
I Added the file requeriments.txt so you can run the next command to install all libraries
pip install -r requeriments.txt