<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>student churn prediction Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/student-churn-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/student-churn-prediction/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Mon, 09 Mar 2020 06:29:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>student churn prediction Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/student-churn-prediction/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Student Churn Prediction using Microsoft Azure Machine Learning</title>
		<link>https://www.kaispe.com/student-churn-prediction-using-microsoft-azure-machine-learning/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 06:29:14 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure ML]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[student churn]]></category>
		<category><![CDATA[student churn prediction]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1201</guid>

					<description><![CDATA[<p>In an study with different schools, teachers shared how high attrition rates affect classroom learning and culture. An unstable living environment may cause students to be often late, missing classes [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/student-churn-prediction-using-microsoft-azure-machine-learning/">Student Churn Prediction using Microsoft Azure Machine Learning</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In an study with different schools, teachers shared how high attrition rates affect classroom learning and culture. An unstable living environment may cause students to be often late, missing classes or changing schools, although teachers say they try to reduce distractions, such as using mindfulness technology in academic classes however student churn is still a problem that exists.</p>
<p>As a technology solution provider, our focus is to help schools reducing the drop out rate using technology.  For this purpose, we will be using Machine Learning (AI) to predict the student churn and identify dropout students at an early stage.</p>
<p>We will be walking-through an experiment on Azure Machine Learning Studio that will help us to predict future student churn predictions.</p>
<p>In order to achieve our goal, we will be using <strong>Two Class Decision Forest </strong>algorithm for our solution that comes with Azure Machine Learning Studio. We will be using sample data for this experiment.</p>
<p>So, in the first step we will upload the data on Azure Machine Learning Studio in the CSV file format, where it contains historical data composed of attributes on various parameters such as:</p>
<ul>
<li>School Id</li>
<li>Student Id</li>
<li>Gender</li>
<li>Subject marks</li>
<li>Students performance</li>
<li>Guardian</li>
<li>Internet</li>
<li>Number of absences</li>
<li>Lack of awareness</li>
<li>School performance</li>
<li>Establishment year</li>
<li>Health protected</li>
<li>Continue or Drop<strong> (Target feature)</strong></li>
</ul>
<ul>
<li>First, open Azure Machine Learning home page and Click <strong>+NEW</strong> at the bottom of the window</li>
<li>Select <strong>DATASET</strong></li>
<li>Select <strong>FROM LOCAL FILE</strong></li>
</ul>
<p><img fetchpriority="high" decoding="async" class=" wp-image-1205 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/dataset.png" alt="" width="534" height="111" srcset="https://www.kaispe.com/wp-content/uploads/2020/03/dataset.png 1914w, https://www.kaispe.com/wp-content/uploads/2020/03/dataset-300x62.png 300w, https://www.kaispe.com/wp-content/uploads/2020/03/dataset-1024x212.png 1024w, https://www.kaispe.com/wp-content/uploads/2020/03/dataset-768x159.png 768w, https://www.kaispe.com/wp-content/uploads/2020/03/dataset-1536x318.png 1536w" sizes="(max-width: 534px) 100vw, 534px" /></p>
<p>In the <strong>Upload a new dataset</strong> dialog, click Browse, and find the <strong>studentChurnPrediction.csv </strong>file you created.</p>
<p><img decoding="async" class=" wp-image-1212 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/uploaddata.png" alt="" width="328" height="306" /></p>
<p>Now in the next step we will create an experiment in Machine Learning Studio that uses the data you uploaded. So, click <strong>+NEW</strong> at the bottom of the window and Select <strong>EXPERIMENT</strong>, and then select “Blank Experiment”.</p>
<p><img decoding="async" class=" wp-image-1207 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/experiment.png" alt="" width="521" height="164" /></p>
<p>Select the default experiment name at the top and rename it to <strong>KAISPE Student Churn Prediction </strong>and in the module palette to the left of the experiment page, expand <strong>Saved Datasets</strong>. Find the dataset you created under <strong>My Datasets</strong> and drag it onto the canvas.</p>
<p><img decoding="async" class=" wp-image-1214 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/selectdataset-1.png" alt="" width="413" height="216" /></p>
<p>Now let’s prepare and clean the data by using <strong>Select Columns in Dataset</strong> and <strong>Clean Missing Data</strong> module which is useful if you want to clean and reduce the size of the data by deleting unwanted columns.</p>
<p><img decoding="async" class=" wp-image-1204 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/clean_prepare_data.png" alt="" width="443" height="234" /></p>
<p>In addition, we will be using <strong>Edit metadata </strong>module<strong> </strong>which will help us to select categorical column in our dataset.</p>
<ul>
<li>Search and drag <strong>Edit Metadata </strong>and in the <strong>Properties </strong>pane to the right page, click <strong>Launch column selector </strong>and select the following categorical columns and make categorical.</li>
</ul>
<p><img decoding="async" class=" wp-image-1203 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/categorical.png" alt="" width="470" height="277" srcset="https://www.kaispe.com/wp-content/uploads/2020/03/categorical.png 584w, https://www.kaispe.com/wp-content/uploads/2020/03/categorical-300x177.png 300w" sizes="(max-width: 470px) 100vw, 470px" /></p>
<p>Now, we’ll use our data for both training the model and testing it by splitting the data into separate training and testing datasets.</p>
<ul>
<li>Search and drag <strong>Split Data </strong>onto the canvas and connect to the last<strong> Edit Metadata </strong>module<strong>.</strong></li>
<li>Click <strong>Split Data </strong>and in the <strong>Properties </strong>pane to the right of the canvas and set it to 0.75. In this way, we will use 75% of the data to train the model and 25% of the data for testing.</li>
</ul>
<p><img decoding="async" class=" wp-image-1210 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/splitdata.png" alt="" width="551" height="148" /></p>
<p>In the next step we will be applying <strong>Two Class Decision Forest </strong>machine learning algorithm which is most suitable for our <strong>KAISPE Student Churn Prediction </strong>experiment.</p>
<p>So, in the next step we will find and drag the <strong>Train Model</strong> module to the experiment canvas.</p>
<ul>
<li>Connect the output of the <strong>Two Class Decision Forest </strong>algorithm to the left input of the Train Model module</li>
<li>Connect the training data output (left port) of the Split Data module to the right input of the Train Model module.</li>
</ul>
<p><img decoding="async" class=" wp-image-1211 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/train_model.png" alt="" width="414" height="328" /></p>
<p>After successfully we have trained our model with 75% of the data, we can use it to score and evaluate model to check the other 25% of the data to understand the function of our model.</p>
<p>Now, we will be Running our experiment to <strong>Visualize</strong> the output of our <strong>Score</strong> and<strong> Evaluate </strong>the model<strong>.</strong></p>
<p><img decoding="async" class=" wp-image-1208 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/score.png" alt="" width="441" height="291" /></p>
<p><img decoding="async" class=" wp-image-1206 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/03/evaluate.png" alt="" width="425" height="376" srcset="https://www.kaispe.com/wp-content/uploads/2020/03/evaluate.png 830w, https://www.kaispe.com/wp-content/uploads/2020/03/evaluate-300x266.png 300w, https://www.kaispe.com/wp-content/uploads/2020/03/evaluate-768x680.png 768w" sizes="(max-width: 425px) 100vw, 425px" /></p>
<p>I hope you found this blog post helpful. If you have any questions, please feel free to contact info@kaispe.com.</p>
<p>The post <a href="https://www.kaispe.com/student-churn-prediction-using-microsoft-azure-machine-learning/">Student Churn Prediction using Microsoft Azure Machine Learning</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
