Object-oriented programming for data scientists: Build your ML estimator

From: https://towardsdatascience.com/object-oriented-programming-for-data-scientists-build-your-ml-estimator-7da416751f64 Implement some of the core OOP principles in a machine learning context by building your own Scikit-learn-like estimator, and making it better. What is the problem? Data scientists often come from a background which is quite far removed from traditional computer science/software engineering — physics, biology, statistics, economics, electrical engineering, etc. Source: “Where do … Continue reading Object-oriented programming for data scientists: Build your ML estimator