Files
DS-for-LA/bibliography.md

15 KiB

Bibliography

Mathematics

Modelling

Python

Numpy (https://numpy.org/doc/stable/index.html)

numpy.random (https://numpy.org/doc/stable/reference/random/index.html)

numpy.linalg (https://numpy.org/doc/stable/reference/routines.linalg.html)

Matplotlib (https://matplotlib.org/stable/users/getting_started/)

matplotlib.pyplot

matplotlib.figure

matplotlib.axes

Scatter plots with line of best fit

Pandas

pandas.DataFrame

scikit-learn

sklearn.preprocessing

sklearn.linear_model

sklearn.model_selection

sklearn.metrics

Pillow

Math