Cameron Zabriskie
Cameron Zabriskie
On the [docs](https://lifelines.readthedocs.io/en/latest/fitters/regression/CoxTimeVaryingFitter.html), the CoxTimeVaryingFitter object has an attribute check_assumptions like the COXPHFitter. However, when I looked in the code for CoxTimeVaryingFitter, I didn't see this attribute declared. However, when...
### Before creating a new issue, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [X] I have tried disabling all browser extensions or...
data = pdr.DataReader(ticker, 'google', start, end) Does not work anymore, need to replace with data = pdr.DataReader(ticker, 'yahoo', start, end)
Hey thanks so much for putting this material together. I've really enjoyed the overview so far. Could we add to the Docker images the necessary things for the book? I'm...