How to Build an ML Model Registry: A Step-by-step Guide from Opendoor Engineering
By: Chongyuan Xiang
With the advance of open source libraries, such as scikit-learn, catboost, and PyTorch, training a machine learning model has become much more approachable. You can load your data, call the fit function from one of these libraries, and you have a trained ML model!