<?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 Re: Churn modelling - prediction meaning in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104705#M610</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112"&gt;@agigliotti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this customer is predicted to churn. If you look at the help site link I sent, you will see how to view the threshold metric determined for your model. Based on that, anything with a probability above this threshold is predicted as a “true” (or in your case “yes”) outcome. Anything below it is a “false” (or “no”).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes, however, it is better to look at the raw probability relative to others rather than the definitive prediction, as you should really treat someone with a 39.5% probability the same as someone with a 39.7% probability, even if the threshold is 39.6% and one is predicted “yes” and one “no”.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 19:38:33 GMT</pubDate>
    <dc:creator>Kyle_Jourdan</dc:creator>
    <dc:date>2023-08-10T19:38:33Z</dc:date>
    <item>
      <title>Churn modelling - prediction meaning</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104609#M607</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm going &lt;SPAN&gt;to make predictions to anticipate which customers you're about to lose (Churn modelling).&lt;BR /&gt;I have several cases that I can't understand because the ML algorithm prediction is yes (churned = yes)&amp;nbsp; but the relative confidence (0,39885264042926) is less than the confidence for churned=no (0,60114735957074).&lt;BR /&gt;What is the meaning of this prediction?&lt;BR /&gt;Attached an example.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Please let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks in advance for your time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104609#M607</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-08-10T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Churn modelling - prediction meaning</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104616#M608</link>
      <description>&lt;P&gt;In a perfect dataset distributed 50/50, a prediction threshold of 0.50 may produce the best F1 score, but since real world datasets are often imbalanced, AutoML will automatically tune the threshold to optimize the F1 score:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/AutoML/scoring-binary-classification.htm#anchor-13" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/AutoML/scoring-binary-classification.htm#anchor-13&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;What you’re seeing is a threshold that has been set to lower than the probability of yes for that record, which is resulting in a “yes” or true prediction.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104616#M608</guid>
      <dc:creator>Kyle_Jourdan</dc:creator>
      <dc:date>2023-08-10T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Churn modelling - prediction meaning</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104700#M609</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155009"&gt;@Kyle_Jourdan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your support.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Actually that customer is purchasing products so he's an active customer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is the algorithm&amp;nbsp;saying you are about to lose that customer?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you help me to explain this prediction to a non experienced analyst or business user?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 19:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104700#M609</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-08-10T19:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Churn modelling - prediction meaning</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104705#M610</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112"&gt;@agigliotti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this customer is predicted to churn. If you look at the help site link I sent, you will see how to view the threshold metric determined for your model. Based on that, anything with a probability above this threshold is predicted as a “true” (or in your case “yes”) outcome. Anything below it is a “false” (or “no”).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes, however, it is better to look at the raw probability relative to others rather than the definitive prediction, as you should really treat someone with a 39.5% probability the same as someone with a 39.7% probability, even if the threshold is 39.6% and one is predicted “yes” and one “no”.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 19:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104705#M610</guid>
      <dc:creator>Kyle_Jourdan</dc:creator>
      <dc:date>2023-08-10T19:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Churn modelling - prediction meaning</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104855#M611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155009"&gt;@Kyle_Jourdan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In my &lt;SPAN&gt;churn &lt;/SPAN&gt;model the &lt;SPAN&gt;algorithm&amp;nbsp;"CatBoost Classification" &lt;STRONG&gt;Threshold&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;is 0.398&amp;nbsp; and&amp;nbsp; &lt;STRONG&gt;F1&lt;/STRONG&gt; value&amp;nbsp; is&amp;nbsp;0.863&lt;BR /&gt;If I well understood that record is a FP (False positive).&lt;BR /&gt;In this scenario (Churn Modelling) what is the real added value of this ML&amp;nbsp;model&amp;nbsp;&lt;SPAN&gt;for a client/prospect?&lt;BR /&gt;With the help of the predictions, how can a business user&amp;nbsp;extract valuable information and identify churn drivers so maybe this company can anticipate a customer churn?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8259"&gt;@Steven_Pressland&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14117"&gt;@Chris_Mabardy&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155009"&gt;@Kyle_Jourdan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28589"&gt;@marcel_olmo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188477"&gt;@Cassandra_Nunley&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201828"&gt;@hardinscott&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 13:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Churn-modelling-prediction-meaning/m-p/2104855#M611</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-08-22T13:01:04Z</dc:date>
    </item>
  </channel>
</rss>

