Skip to content

Instantly share code, notes, and snippets.

@ngraymon
ngraymon / check.sh
Created June 15, 2022 14:55
Check BLAS/LAPACK linkage (openBLAS or IntelMKL commonly)
python3 -c "import numpy as np; np.show_config()"
@ngraymon
ngraymon / example.py
Created November 24, 2018 19:04
Plotting Confidance Intervals
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
from scipy.optimize import curve_fit
from scipy import stats
# thanks to
# https://codereview.stackexchange.com/questions/84414/obtaining-prediction-bands-for-regression-model