6 Comments
User's avatar
Christopher Lovejoy's avatar

So, so helpful - thanks Laszlo!

Expand full comment
Laszlo Sragner's avatar

Cheers!

Expand full comment
Pavithra Solai's avatar

Liking your content, Lazlo! Do keep it coming.. As a Data Scientist, this is very helpful

Expand full comment
Laszlo Sragner's avatar

Thanks, Pavithra!

Expand full comment
Mohamed Lahna's avatar

Great Tutorial, Very helpful for me as a data scientist that wants to shift towards ML engineering.

I have one question, why didn't you use a component interface with run() as an abstract method, and then components classes would implement this interface, why directly creating classes without the interface ?

Expand full comment
Laszlo Sragner's avatar

This is a good point. I left it out as the example works without it and it was already too long.

But indeed you can do that if you think it helps. Also this is pretty common in statically typed languages (Java, C, etc)

Expand full comment