<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ramaal Mubiru</title>
    <description>The latest articles on DEV Community by Ramaal Mubiru (@ramaal_mubiru_e5bc0530e39).</description>
    <link>https://dev.to/ramaal_mubiru_e5bc0530e39</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4044377%2F8674d7a1-6824-4e5a-9464-f03acd13d9f4.png</url>
      <title>DEV Community: Ramaal Mubiru</title>
      <link>https://dev.to/ramaal_mubiru_e5bc0530e39</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ramaal_mubiru_e5bc0530e39"/>
    <language>en</language>
    <item>
      <title>Can an ML model actually avoid making false positives and how do you know your model isn`t just memorising patterns ?</title>
      <dc:creator>Ramaal Mubiru</dc:creator>
      <pubDate>Mon, 03 Aug 2026 17:59:53 +0000</pubDate>
      <link>https://dev.to/ramaal_mubiru_e5bc0530e39/can-an-ml-model-actually-avoid-making-false-positives-and-how-do-you-know-your-model-isnt-just-2455</link>
      <guid>https://dev.to/ramaal_mubiru_e5bc0530e39/can-an-ml-model-actually-avoid-making-false-positives-and-how-do-you-know-your-model-isnt-just-2455</guid>
      <description>&lt;p&gt;Hello ,I&lt;code&gt;m a self taught developer in python who took interest in machine learning very curious about how an ml model actually works. I have built a double layered  ai agent with an xgbooost model and audit layer of gemini . But it has brought to my attention that some of the predictions made by the model are actually false positives . And really how do you know your model isn&lt;/code&gt;t just memorising patterns and even so what if now when you test it with something it can`t understand and it  just gets something from your dataset and it makes a false prediction. And know tis model is used in production and leads to losses. Since my models was working with medical data about drug to drug interaction side effects i had to make sure in case it makes a false prediction since now it could false categorise a toxic drug combination as safe. I thought this should be the best practice in machine learning models to be able to flag out the false positives(MOST IMPORTANT) and false negatives.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>python</category>
    </item>
  </channel>
</rss>
