code-for-a-living February 23, 2021 Level Up: Mastering statistics with Python – part 2 Investigate a dataset with summary statistics and some basic data visualizations using the Python libraries NumPy, pandas, matplotlib, and Seaborn. Ben Popper and Sophie Sommer
code-for-a-living October 12, 2020 How to put machine learning models into production The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is as important as model building. Rising Odegua