Discussion about this post

User's avatar
David C Rankin's avatar

Dear teacher, thank you for the least-squares article! However, .ipynb files are quite inconvenient to run from the command-line. While you may use jupiter or pycharm, a majority of people don't. It would be very helpful to include .py files along with the .ipynb files so those that use a text-editor and command-line won't have to go through the trouble of copy/pasting (so 90's) just to be able to work along through the problem. Further, the _{2,3,4}.ipynb files are not pretty-print json, so they are obfuscated for all practical purposes. (yes, we could parse it with jq, but that's beyond most substack readers) Think about your friendly Linux students :)

Expand full comment
Dmitry Pereverzev's avatar

There is one constraint we have to meet det(X^T * T) != 0

Expand full comment
2 more comments...

No posts