Tyler Burch
Tyler Burch
Thanks @tomicapretto. I'll work on updating with the correct poly reference and give this a test! Much appreciated you taking a look at it. Would a separate example with `poly`...
I'm still working to clean up the original notebook, but I've just added a second notebook that's purely dedicated to just the orthogonal polynomials and using `poly`. It's ready for...
Thanks! Hoping to have the original cleaned up shortly. You may have seen that I deleted a previous comment, I'm running into errors when truncating the response variable, which I...
This is actually something I learned while putting this together. The first call of np.diag extracts the diagonal elements. The second call constructs a diagonalized matrix: In [1]: import numpy...
Alright, I think this is probably ready to no longer be a WIP and good for final review. I took out the last example with multiple astronauts in the original...
Whoops! If you're unable to recover, let me know and I can open a new PR or something, but all things equal it'd be nice to keep some of this...
Ran the CI. Seems like a fine change. I don't do a much here anymore, but if @schorrm doesn't pull the trigger in the next few days I'll merge it.
Yeah, I did some searching last night hoping I could start it myself, but wound up punting after seeing the code. `mgcv` appears to have `te` and `ti` in [R...
Still not working for windows host, 0.41.2.
Thanks - implemented. The function print is still kind of ugly, but the rest now use the cli classes better.