Hello – for those Data Scientists/MLEs who build models from scratch (i.e. say building a least squares model without using sklearn, etc.), why? Are there performance benefits if the pre-built model isn't built with a faster language or maybe restrictions on imports?
Leave a comment