<?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 Prediction in Alteryx Machine Learning Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054204#M114</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261946"&gt;@mboroto_89&lt;/a&gt;&amp;nbsp; do you need to use a certain set of tools? Or are you open to ideas? A couple of options for handling this:&lt;BR /&gt;- Alteryx Machine learning Cloud (my preference given it can give you multiple models and rank them for you)&lt;BR /&gt;- Alteryx Intelligence Suite Assisted Modeling (similar to above but a designer desktop add on)&lt;/P&gt;
&lt;P&gt;- Leverage core predictive tools, something like logistic regression&lt;BR /&gt;&lt;BR /&gt;Your problem is a supervised classification problem. Some steps:&lt;/P&gt;
&lt;P&gt;- Join your sample file to your data set file on Customer ID to ensure each row of the customers is mapped to a churned or not churned example&lt;/P&gt;
&lt;P&gt;- Once joined we will look toward a classification method to solve for this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- high level youll want to split your data into a training and test set (80/20 or 70/30)&lt;BR /&gt;- Build your model in your preference of above methods (AYX ML cloud is the EASIEST for non data scientists + offers business explanations and feature importance)&lt;/P&gt;
&lt;P&gt;- Score/predict the holdout/test set with the model&lt;BR /&gt;&lt;BR /&gt;Theres obviously more to this but let me know if this helps&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 16:25:27 GMT</pubDate>
    <dc:creator>AlteryxMarco</dc:creator>
    <dc:date>2022-12-22T16:25:27Z</dc:date>
    <item>
      <title>Churn Prediction</title>
      <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1052241#M112</link>
      <description>&lt;P&gt;-Using the attached dataset (dataset.csv) analyze the data and visualize the most important aspects using your preferred method.&lt;/P&gt;&lt;P&gt;-Furthermore, share three ideas on how to decrease the churn rate. Document steps where needed.&lt;BR /&gt;-Split the data into train and test sets. Predict whether a shop will churn or not.&lt;/P&gt;&lt;P&gt;Please document your steps and method used. The csv,“sample_submission_file_churn” will help with the format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The objective of this case study is to &lt;STRONG&gt;create a machine learning model that will predict whether&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;a customer will churn or not&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 09:36:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1052241#M112</guid>
      <dc:creator>mboroto_89</dc:creator>
      <dc:date>2022-12-20T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Churn Prediction</title>
      <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054204#M114</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261946"&gt;@mboroto_89&lt;/a&gt;&amp;nbsp; do you need to use a certain set of tools? Or are you open to ideas? A couple of options for handling this:&lt;BR /&gt;- Alteryx Machine learning Cloud (my preference given it can give you multiple models and rank them for you)&lt;BR /&gt;- Alteryx Intelligence Suite Assisted Modeling (similar to above but a designer desktop add on)&lt;/P&gt;
&lt;P&gt;- Leverage core predictive tools, something like logistic regression&lt;BR /&gt;&lt;BR /&gt;Your problem is a supervised classification problem. Some steps:&lt;/P&gt;
&lt;P&gt;- Join your sample file to your data set file on Customer ID to ensure each row of the customers is mapped to a churned or not churned example&lt;/P&gt;
&lt;P&gt;- Once joined we will look toward a classification method to solve for this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- high level youll want to split your data into a training and test set (80/20 or 70/30)&lt;BR /&gt;- Build your model in your preference of above methods (AYX ML cloud is the EASIEST for non data scientists + offers business explanations and feature importance)&lt;/P&gt;
&lt;P&gt;- Score/predict the holdout/test set with the model&lt;BR /&gt;&lt;BR /&gt;Theres obviously more to this but let me know if this helps&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 16:25:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054204#M114</guid>
      <dc:creator>AlteryxMarco</dc:creator>
      <dc:date>2022-12-22T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Churn Prediction</title>
      <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054591#M115</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/287138"&gt;@AlteryxMarco&lt;/a&gt;&amp;nbsp;, will follow the steps provided.&lt;/P&gt;&lt;P&gt;One thing am struggling with is whether to remove duplicate clients based on client ID. However given that this is a classification problem identifying clients likely to churn, there are multiple data points that represent different interactions, I suspect these may be valuable for predicting churn.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 11:53:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054591#M115</guid>
      <dc:creator>mboroto_89</dc:creator>
      <dc:date>2022-12-23T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Churn Prediction</title>
      <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054675#M116</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261946"&gt;@mboroto_89&lt;/a&gt;&amp;nbsp;I would not remove duplicates on client ID (just don't use the ID itself as a feature to train the model). Like you said there are multiple interactions per customer, and it's likely ONE of those interactions if not multiple contributed to the actual churn. Example: Let's say I buy a single quantity of something and have no issues. Maybe I go back now and buy another 50 items in bulk, but I experience longer wait times for my order (which puts me off and I leave). If you were to remove one of those factors from the data then you lose that observation. This is kind of oversimplifying it, but the short of it is your customer ID is just your primary KEY ID and since you do have many observations per customer, you'll want to retain them so the model can learn from them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some other helpful tips - maybe explore feature engineering. One Example - is the delivery date a weekend? Weekday? Holiday? etc,, these could all play factors into how the products show up, when they show up, etc..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlteryxMarco_0-1671806151242.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/277104i7AD7E580C5866D41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlteryxMarco_0-1671806151242.png" alt="AlteryxMarco_0-1671806151242.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 14:37:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054675#M116</guid>
      <dc:creator>AlteryxMarco</dc:creator>
      <dc:date>2022-12-23T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Churn Prediction</title>
      <link>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054763#M119</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/287138"&gt;@AlteryxMarco&lt;/a&gt;&amp;nbsp; many thanks, this helps a tone! i created a workflow for day of the week analysis for days with most orders and also days most orders are delivered, ofcouse for orders requested on a weekend have a&amp;nbsp; longer TAT i.e 2 days given weekends are non working days esp Sunday.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 16:40:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Machine-Learning-Discussions/Churn-Prediction/m-p/1054763#M119</guid>
      <dc:creator>mboroto_89</dc:creator>
      <dc:date>2022-12-23T16:40:08Z</dc:date>
    </item>
  </channel>
</rss>

