Notes

Predictive Analysis

Use lots of data + machine learning to draw predictions!

There are steps!

NumPy

Good for computations in python. Can focus on analyzing data.

Template Preservation

import numpy as np
a = np.array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27], ndmin=3)

print(a)

Dimensions seem to be denoted by each set of brackets…