<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Eric Nussbaumer</title>
    <description>Thoughts and experiments in data science</description>
    <link>https://e-baumer.github.io/</link>
    <atom:link href="https://e-baumer.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>The Product-Led Trap</title>
        <description>
          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...
        </description>
        <pubDate>Mon, 30 Jan 2023 00:00:00 -0700</pubDate>
        <link>https://e-baumer.github.io/2023-01-30-product-led/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2023-01-30-product-led/</guid>
      </item>
    
      <item>
        <title>The Curious Case of the Python Debugger</title>
        <description>
          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...
        </description>
        <pubDate>Mon, 12 Dec 2022 00:00:00 -0700</pubDate>
        <link>https://e-baumer.github.io/2022-12-12-python-debugger/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2022-12-12-python-debugger/</guid>
      </item>
    
      <item>
        <title>POS - Particle Optimizing Swarm</title>
        <description>
          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,...
        </description>
        <pubDate>Sun, 17 May 2020 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2020-05-17-local_optimization/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2020-05-17-local_optimization/</guid>
      </item>
    
      <item>
        <title>Optimization</title>
        <description>
          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...
        </description>
        <pubDate>Sun, 03 May 2020 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2020-05-03-optimization/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2020-05-03-optimization/</guid>
      </item>
    
      <item>
        <title>The Math Behind Migration</title>
        <description>
          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...
        </description>
        <pubDate>Mon, 20 Apr 2020 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2020-04-20-math-behind-migration/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2020-04-20-math-behind-migration/</guid>
      </item>
    
      <item>
        <title>Understanding Model Uncertainty</title>
        <description>
          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...
        </description>
        <pubDate>Fri, 03 Apr 2020 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2020-04-03-model-risk-uncertainty/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2020-04-03-model-risk-uncertainty/</guid>
      </item>
    
      <item>
        <title>Let's Do the Time Warp Again</title>
        <description>
          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...
        </description>
        <pubDate>Mon, 16 Mar 2020 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2020-03-16-dynamic-time-warp/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2020-03-16-dynamic-time-warp/</guid>
      </item>
    
      <item>
        <title>Simulating Forced Migration in a Conflict Zone</title>
        <description>
          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 - 
          

        </description>
        <pubDate>Mon, 14 Jan 2019 00:00:00 -0700</pubDate>
        <link>https://e-baumer.github.io/2019-01-14-forced-migration/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2019-01-14-forced-migration/</guid>
      </item>
    
      <item>
        <title>Exploring Iceland's Vegetation Anomalies</title>
        <description>
          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 - 
          

        </description>
        <pubDate>Tue, 04 Sep 2018 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2018-09-04-iceland-anomalies/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2018-09-04-iceland-anomalies/</guid>
      </item>
    
      <item>
        <title>Visualizing Iceland's Vegetation</title>
        <description>
          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 - 
          

        </description>
        <pubDate>Wed, 15 Aug 2018 00:00:00 -0600</pubDate>
        <link>https://e-baumer.github.io/2018-08-15-iceland-ndvi-viewer/</link>
        <guid isPermaLink="true">https://e-baumer.github.io/2018-08-15-iceland-ndvi-viewer/</guid>
      </item>
    
  </channel>
</rss>
