Josh Duncan
Josh Duncan
I had asked in the Turing slack channel if there were a simple way to adjust the precision of the `describe` methods output. I was told there isn't and to...
Thanks for open sourcing your work! I just had a comment on the model performance evaluation. It looks like this package checks the best out-of-sample forecast for the last set...
Hey, thanks for your work here. I was testing out the switch macro example and ran into an error: ```julia using Lazy x = 1 @switch x begin 1; "x...