<?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>topic Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ? in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2492386#M1069</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I haven't found a solution which allows for changing model settings in a way which maximizes my model RECALL.&lt;BR /&gt;Let's say I need to distinguish as many fraudulent transactions as possible, so I don't care so much about precision.&lt;/P&gt;
&lt;P&gt;Thx&lt;BR /&gt;P&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 20:41:14 GMT</pubDate>
    <dc:creator>piotr-bratek</dc:creator>
    <dc:date>2024-11-12T20:41:14Z</dc:date>
    <item>
      <title>Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2492386#M1069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I haven't found a solution which allows for changing model settings in a way which maximizes my model RECALL.&lt;BR /&gt;Let's say I need to distinguish as many fraudulent transactions as possible, so I don't care so much about precision.&lt;/P&gt;
&lt;P&gt;Thx&lt;BR /&gt;P&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 20:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2492386#M1069</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2024-11-12T20:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493385#M1073</link>
      <description>&lt;P&gt;Hi Piotr&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm not sure if I got your point but both intelligent model optimization and hyperparameters optimization always aims for the best F1 and there is no way to change it. Not yet, anyway, since e.g. python equivalents for hyperparameters optimization have a “scoring” argument that takes the metric to optimize for during random search and grid search, so there is a room for that in AutoML as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But since AutoML shows Recall/Precision along with other scoring metrics after each training cycle, it's your task to choose which model suits you best. In your case, just choose the model with the best Recall and forget about other metrics.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;M.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 08:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493385#M1073</guid>
      <dc:creator>michalnurzynski</dc:creator>
      <dc:date>2024-11-19T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493387#M1074</link>
      <description>&lt;P&gt;Let me give you an example. F1 is just an indicator and AutoML's goal is to maximize it.&lt;BR /&gt;However F1 balances between Recall and Precision.&lt;BR /&gt;Depending on your business case you may focused on one or the other.&lt;BR /&gt;For Example if we talk about some medial diagnosis, regarding some hard disease your goal is to minimize Miss Rate as no one wants to miss the fact that your patient is seriously sick.&lt;BR /&gt;That's why I'm less focused on precision. I should not miss anyone who is sick and I'm ready to pay for it with lower precision. That means I might want to change the threshold set by AutoML - perhaps optimal from a technical perspecitve (F1) but imperfect from a "business" perspective.&lt;BR /&gt;&lt;BR /&gt;So my question is: can we somehow change the threshold manually?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 08:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493387#M1074</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2024-11-19T08:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493394#M1075</link>
      <description>&lt;P&gt;In this case, it is very likely it will end with a selection of the highest recall. Yet my questions is a sort of binary classification - yes or no &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; so I guess it is NO. There are some examples where it is not such a clear cut case so I was wondering if there is some secretly hidden "threshold slider" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 09:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493394#M1075</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2024-11-19T09:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493404#M1076</link>
      <description>&lt;P&gt;There's a lot of cases where one metric e.g. Recall is crucial, that's for sure, and it can be improved via manual model optimization. So it's not just a model "selection of the highest recall" but conscious changes of training dataset to improve that crucial metric in subsequent training cycles.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 09:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2493404#M1076</guid>
      <dc:creator>michalnurzynski</dc:creator>
      <dc:date>2024-11-19T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2516758#M1136</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Piotr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Have you got the solution, Or other way to set the&amp;nbsp;&lt;SPAN&gt;threshold cutoff manually.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sandeep Maurya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 06:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2516758#M1136</guid>
      <dc:creator>Msandeepkumar</dc:creator>
      <dc:date>2025-05-06T06:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set a threshold manually or other ways I could use to maximize my model RECALL ?</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2519479#M1141</link>
      <description>&lt;P&gt;It is an ugly workaround but you can define manually the threshold if you load the predicted probabilities and use an if statement to define the result, like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if(predicted_class_1 &amp;gt;= 0.65, 'Yes', 'No')&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 13:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Is-there-a-way-to-set-a-threshold-manually-or-other-ways-I-could/m-p/2519479#M1141</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2025-05-29T13:27:15Z</dc:date>
    </item>
  </channel>
</rss>

