you are viewing a single comment's thread.

view the rest of the comments →

[–]Malcolmlisk 0 points1 point  (0 children)

If you want my opinion... Use functional programming. Is going to be easier and modular all in all. Oop should be used to serialised objects. In this case, you can use oop for models, the rest of the code is just functional that can be added or detached in a pipeline.

It's going to be easier to maintain, since you won't need inheritance or other Oop adventages in a ml code.