<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Qlik AutoML: How are confusion matrix values generated? in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-are-confusion-matrix-values-generated/ta-p/1987014</link>
    <description>&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Introduction:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For binary classification models, AutoML will generate a confusion matrix after running a model experiment. This represents the True Positives, True Negatives, False Positives (model predicted true but target value was false), and False Negatives (model predicted false but target value was true). &lt;A href="https://developers.google.com/machine-learning/crash-course/classification/true-false-positive-negative" target="_blank" rel="noopener"&gt;Classification explanation here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="confu_matrix.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90187i64545BB58B172932/image-size/large?v=v2&amp;amp;px=999" role="button" title="confu_matrix.png" alt="confu_matrix.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The confusion matrix is calculated from the hold out set for data training.&lt;/P&gt;
&lt;P&gt;During the model training phase, the tool automatically splits data between training and hold out sets on a 80/20 basis.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holdout.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90188i10F09A7E5185BC2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="holdout.png" alt="holdout.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The training data is split through a k fold iteration and trained on multiple samples.&amp;nbsp; The hold out dataset is held to the end of this process and then the model is run against this to generate the model metrics and confusion matrix.&amp;nbsp; You can think of the hold out as showing how the model performs against something it has never seen before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 10:29:44 GMT</pubDate>
    <dc:creator>KellyHobson</dc:creator>
    <dc:date>2022-09-29T10:29:44Z</dc:date>
    <item>
      <title>Qlik AutoML: How are confusion matrix values generated?</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-are-confusion-matrix-values-generated/ta-p/1987014</link>
      <description>&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Introduction:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For binary classification models, AutoML will generate a confusion matrix after running a model experiment. This represents the True Positives, True Negatives, False Positives (model predicted true but target value was false), and False Negatives (model predicted false but target value was true). &lt;A href="https://developers.google.com/machine-learning/crash-course/classification/true-false-positive-negative" target="_blank" rel="noopener"&gt;Classification explanation here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="confu_matrix.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90187i64545BB58B172932/image-size/large?v=v2&amp;amp;px=999" role="button" title="confu_matrix.png" alt="confu_matrix.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The confusion matrix is calculated from the hold out set for data training.&lt;/P&gt;
&lt;P&gt;During the model training phase, the tool automatically splits data between training and hold out sets on a 80/20 basis.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holdout.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90188i10F09A7E5185BC2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="holdout.png" alt="holdout.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The training data is split through a k fold iteration and trained on multiple samples.&amp;nbsp; The hold out dataset is held to the end of this process and then the model is run against this to generate the model metrics and confusion matrix.&amp;nbsp; You can think of the hold out as showing how the model performs against something it has never seen before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik AutoML" id="qlikAutoML"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 10:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-AutoML-How-are-confusion-matrix-values-generated/ta-p/1987014</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-09-29T10:29:44Z</dc:date>
    </item>
  </channel>
</rss>

