Eric Nussbaumer Thoughts and experiments in data science https://e-baumer.github.io/ The Product-Led Trap Why it's important for a company to balance technology, vision, sales, and product. - A colleague recently shared a video entitled “Escaping the Build Trap”[1]. This video was the keynote address in the 2018 Productized conference. In the keynote address, Melissa Perri discussed how to build organizations that thrive off of product management. The talk is in part based on her book, Escaping the... Mon, 30 Jan 2023 00:00:00 -0700 https://e-baumer.github.io/2023-01-30-product-led/ https://e-baumer.github.io/2023-01-30-product-led/ The Curious Case of the Python Debugger What happens when you try to run dictionary comprehension in the Python debugger (Pdb)? - This is primarily a note to remind myself of this bug the next time I encounter it. This issue is seen on Python version 3.10.6. I’m a big fan of using the Python and Ipython debuggers, pdb and ipdb respectively, when trying to debug code. Recently, I was debugging a... Mon, 12 Dec 2022 00:00:00 -0700 https://e-baumer.github.io/2022-12-12-python-debugger/ https://e-baumer.github.io/2022-12-12-python-debugger/ POS - Particle Optimizing Swarm Enhancing Particle Swarm Optimization with Local Optimization - The purpose of this post is to introduce a new two-step optimizing technique that utilizes Particle Swarm Optimization (PSO) and local numerical optimization. The code for this optimization method can be found here and is a work in progress. In real-world applications such as hyper-parameter tuning of machine learning models,... Sun, 17 May 2020 00:00:00 -0600 https://e-baumer.github.io/2020-05-17-local_optimization/ https://e-baumer.github.io/2020-05-17-local_optimization/ Optimization Exploring Bayesian Optimization - Intent In this blog, post I will cover different approaches for gradient-free optimization. The main focus will be on Bayesian Optimization and in order to understand Bayesian Optimization, we will cover Gaussian processes. In full transparency, my original intent for the post was to show for a real-world example that... Sun, 03 May 2020 00:00:00 -0600 https://e-baumer.github.io/2020-05-03-optimization/ https://e-baumer.github.io/2020-05-03-optimization/ The Math Behind Migration Modeling human behavior with physical laws - Introduction Where is the intersection of social-economic behavior and mathematics? Is it possible to use fundamental equations to model population behavior? A while back a colleague, Kevin James, and I created an interactive report detailing a hypothetical forced migration scenario in Yemen. That report gave a high-level graphic overview of... Mon, 20 Apr 2020 00:00:00 -0600 https://e-baumer.github.io/2020-04-20-math-behind-migration/ https://e-baumer.github.io/2020-04-20-math-behind-migration/ Understanding Model Uncertainty Investigating uncertainty in model predictions with practical examples - Introduction For every model prediction we make there is an underlying uncertainty in that prediction. One of the key aspects of operationalizing AI models, is to understand the uncertainties of the predictions. If you are going to make a decision or take an action based on a model that could... Fri, 03 Apr 2020 00:00:00 -0600 https://e-baumer.github.io/2020-04-03-model-risk-uncertainty/ https://e-baumer.github.io/2020-04-03-model-risk-uncertainty/ Let's Do the Time Warp Again Investigating the use of Dynamic Time Warping to test correlation between time series - Introduction This is a cautionary tale of using Dynamic Time Warping (DTW). We often see examples of successful applications of algorithms and models; however, this is an example when things do not go according to plan. Although we all enjoy talking about our success, I think we should take more... Mon, 16 Mar 2020 00:00:00 -0600 https://e-baumer.github.io/2020-03-16-dynamic-time-warp/ https://e-baumer.github.io/2020-03-16-dynamic-time-warp/ Simulating Forced Migration in a Conflict Zone An interactive report showing a hypothetical forced migration event in Yemen. This work was done in collaboration with Kevin James and links out to our Visual Perspective website - Mon, 14 Jan 2019 00:00:00 -0700 https://e-baumer.github.io/2019-01-14-forced-migration/ https://e-baumer.github.io/2019-01-14-forced-migration/ Exploring Iceland's Vegetation Anomalies Tracking changes in Iceland's vegetation through time. This work was done in collaboration with Kevin James and links out to our Visual Perspective website - Tue, 04 Sep 2018 00:00:00 -0600 https://e-baumer.github.io/2018-09-04-iceland-anomalies/ https://e-baumer.github.io/2018-09-04-iceland-anomalies/ Visualizing Iceland's Vegetation Using satellite data to observe Iceland's seasonal vegetation. This work was done in collaboration with Kevin James and links out to our Visual Perspective website - Wed, 15 Aug 2018 00:00:00 -0600 https://e-baumer.github.io/2018-08-15-iceland-ndvi-viewer/ https://e-baumer.github.io/2018-08-15-iceland-ndvi-viewer/