Graphs (using Matplotlib)
- Image Size
- Symbols,
Line Styles and Colours
- Working with Time-Based
Data
- Graphing using the ‘state machine interface’ (aka the pyplot style)
- This is quicker than the object-orientated style for simple plots
but it gives you less control:
- Graphing using axes objects (aka the object-orientated style) -
This is more complicated than the pyplot style but it gives you more
control:
- Graphing directly from Pandas data frames - This is essentially
the same as the above methods because Pandas uses Matplotlib in the
background:
- Axes and Labels:
Machine Learning
- Supervised Machine Learning Models:
- Regression:
- Classification: