If you have ever trained a Machine Learning model, you know the magic command: model.fit(X, y). You press run, your CPU fans spin up, and suddenly, the computer knows how to predict housing prices, ...