|
|
|
|
|
by MiroF
2090 days ago
|
|
> representing all the slicing, column removal, joins, etc. is actually pretty hard without dependent tricks Disagree in the strongest possible terms, tbh. It's the lack of static typing that gets you 3/4 of the way down your experimental pipeline only for your code to fail because column "trianing_batch" can't be found. Huge productivity loss, even with rapid iteration. |
|