<?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>azure ml services Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/azure-ml-services/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/azure-ml-services/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Sun, 20 Nov 2022 07:38:10 +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>azure ml services Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/azure-ml-services/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>KAISPE Employee Churn Dashboard</title>
		<link>https://www.kaispe.com/kaispe-employee-churn-dashboard/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Sat, 11 Apr 2020 02:15:05 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[azure ml services]]></category>
		<category><![CDATA[employee churn]]></category>
		<category><![CDATA[Power BI]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1254</guid>

					<description><![CDATA[<p>Employee Churn prediction has always been a challenge for organizations. Powered by Microsoft Azure Machine Learning Services, our Power BI dashboard gives you useful insights into employee churn prediction. You [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-employee-churn-dashboard/">KAISPE Employee Churn Dashboard</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Employee Churn prediction has always been a challenge for organizations. Powered by Microsoft Azure Machine Learning Services, our Power BI dashboard gives you useful insights into employee churn prediction. You can identify the reasons of employee leaving, employees that may stay or leave, department or regions wise retention and a lot more other useful insights.</p>
<p>With Azure Machine Learning, rapidly build and deploy machine learning models using tools that meet your needs regardless of skill level. Use the no-code designer to get started, or use built-in Jupyter notebooks for a code-first experience. Accelerate model creation with the automated machine learning UI, and access built-in feature engineering, algorithm selection, and hyperparameter sweeping to develop highly accurate models.</p>
<p>Power BI tranforms your company&#8217;s data into rich visuals for you to collect and organize so you can focus on what matters to you. Stay in the know, spot trends as they happen, and push your business further.</p>
<p>You can find more about the dashboard <a href="https://powerbi.microsoft.com/en-us/partner-showcase/kaispe-llc-employee-churn/">here</a>.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-employee-churn-dashboard/">KAISPE Employee Churn Dashboard</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Consuming Azure ML experiment web service using Visual Studio</title>
		<link>https://www.kaispe.com/consuming-azure-ml-experiment-web-service-using-visual-studio/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 02:07:58 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[azure ml services]]></category>
		<category><![CDATA[consume azure ml web service]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1242</guid>

					<description><![CDATA[<p>As I was working on Student Churn Prediction model using Azure  Machine Learning (ML Experiment Web Service). My goal was to consume a Web service using a CSV as input [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/consuming-azure-ml-experiment-web-service-using-visual-studio/">Consuming Azure ML experiment web service using Visual Studio</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As I was working on Student Churn Prediction model using Azure  Machine Learning (ML Experiment Web Service). My goal was to consume a Web service using a CSV as input file to score results in our C# Application.</p>
<p>To achieve this goal, we need to get return predictions results to the application in real time. To connect to a Machine Learning real-time endpoint, the following NuGet packages must be installed:</p>
<ul>
<li><strong>Microsoft.AspNet.WebApi.Client </strong></li>
<li><strong>NewtonsoftJson</strong></li>
</ul>
<p>Next, we will import a CSV as our input file to score results in real-time.</p>
<p><img fetchpriority="high" decoding="async" class=" wp-image-1243 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/04/blog1.png" alt="" width="606" height="195" /></p>
<p>Now, we need to pass input data variables to our input schema to score results.</p>
<p><img decoding="async" class=" wp-image-1244 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/04/blog2.png" alt="" width="567" height="333" /></p>
<p>Next, we need to call the rest endpoint for the web service and convert my input schema in json form.</p>
<p><img decoding="async" class=" wp-image-1245 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/04/blog3.png" alt="" width="616" height="129" /></p>
<p>In the last step we will be using Power Bi to get some useful insight using our output data.</p>
<p><img decoding="async" class=" wp-image-1246 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/04/blog4.png" alt="" width="575" height="311" /></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>&nbsp;</p>
<p>The post <a href="https://www.kaispe.com/consuming-azure-ml-experiment-web-service-using-visual-studio/">Consuming Azure ML experiment web service using Visual Studio</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KAISPE Azure Machine Learning PoC Offering is now available on Microsoft Marketplace</title>
		<link>https://www.kaispe.com/kaispe-azure-machine-learning-poc-offering-is-now-available-on-microsoft-marketplace/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Thu, 16 Jan 2020 17:07:48 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[azure machine learning]]></category>
		<category><![CDATA[Azure ML]]></category>
		<category><![CDATA[azure ml poc]]></category>
		<category><![CDATA[azure ml services]]></category>
		<category><![CDATA[azure ml studio]]></category>
		<category><![CDATA[ml proof of concept]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1147</guid>

					<description><![CDATA[<p>NEW YORK, January 16, 2020– KAISPE is pleased to announce that customers and partners can now avail our one week Proof of Concept offering for Microsoft Azure Machine Learning implementation. [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-azure-machine-learning-poc-offering-is-now-available-on-microsoft-marketplace/">KAISPE Azure Machine Learning PoC Offering is now available on Microsoft Marketplace</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>NEW YORK, January 16, 2020– KAISPE is pleased to announce that customers and partners can now avail our one week Proof of Concept offering for Microsoft Azure Machine Learning implementation. This will particularly help customers who want to practically see how Azure Machine Learning can help them fulfilling the Predictive Maintenance requirements for their business assets. More details are <a href="https://azuremarketplace.microsoft.com/en-us/marketplace/consulting-services/kaispellc.kaisp_ml_poc?tab=Overview">available</a> on Microsoft Azure Marketplace.</p>
<p>At KAISPE, we pride ourselves on our innovation, expertise, and our continued commitment to ensuring delivery of the highest quality products to our customers. As a Microsoft Certified Partner, we provide solutions backed by industry best practices and standards. We are Microsoft Co-Sell partner and have strong presence on Microsoft marketplaces with our remarkable apps and services.</p>
<p>To learn more, visit <a href="https://www.kaispe.com/">https://testing.kaispe.com</a> or call (315) 791-4472. Connect with us on <a href="https://twitter.com/kaispe_">Twitter</a>, <a href="https://www.linkedin.com/company/kaispe">LinkedIn</a>, and <a href="https://www.facebook.com/Kaispe-226720541143041">Facebook</a>.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-azure-machine-learning-poc-offering-is-now-available-on-microsoft-marketplace/">KAISPE Azure Machine Learning PoC Offering is now available on Microsoft Marketplace</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
