Interpretability at Anthropic; prev Google DeepMind, Simons Foundation, Journal of Open Source Software
(he/him)
https://dfm.io // https://github.com/dfm
I mostly point people to tinygp.readthedocs.io instead of george but either should be ok.
I mostly point people to tinygp.readthedocs.io instead of george but either should be ok.
from numpy import sin as sine
but (I think?) not
import numpy.sin as sine
So there is a difference in that direction. But for modules they should be the same!
from numpy import sin as sine
but (I think?) not
import numpy.sin as sine
So there is a difference in that direction. But for modules they should be the same!