Many models workflows in Python: part I
This post demonstrates how to organize models into dataframes for exploratory data analysis, and discusses why you might want to do this. In a future blog post I will show how to extend the basic workflow I present here to handle sample splitting, custom estimators, and parallel processing.
Source: Many models workflows in Python: part I, an article by Alex Hayes.