Download PDF
NumPy
numba
Matplotlib
SciPy
pandas
seaborn
sklearn
biopython
plotly
statsmodels
tensorflow and keras
PyTorch
jax
builds on numpy, pandas, matplotlib, scipy
import statsmodels.api as sm results = sm.OLS(y, X).fit() print(results.summary())