<?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>Python OLS Archives : Predictive Modeler</title>
	<atom:link href="https://predictivemodeler.com/tag/python-ols/feed/" rel="self" type="application/rss+xml" />
	<link>https://predictivemodeler.com/tag/python-ols/</link>
	<description></description>
	<lastBuildDate>Wed, 13 Feb 2019 05:19:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>

<image>
	<url>https://predictivemodeler.com/wp-content/uploads/2019/01/favicon.png</url>
	<title>Python OLS Archives : Predictive Modeler</title>
	<link>https://predictivemodeler.com/tag/python-ols/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Python OLS: A Basic Example</title>
		<link>https://predictivemodeler.com/2019/01/25/python-ols-a-basic-example/</link>
					<comments>https://predictivemodeler.com/2019/01/25/python-ols-a-basic-example/#respond</comments>
		
		<dc:creator><![CDATA[Syed Mehmud]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 18:43:08 +0000</pubDate>
				<category><![CDATA[Practice]]></category>
		<category><![CDATA[Linear Regression in Python]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python OLS]]></category>
		<guid isPermaLink="false">https://predictivemodeler.com/?p=2499</guid>

					<description><![CDATA[<p>In this post you will: Run a basic Ordinary Least Squares (OLS) regression in Python Time to complete should be less than 30 minutes Prerequisites: This post assumes that you have knowledge of the following post(s): Installing Anaconda Below you will see a Jupyter script that you first saw in the Installing Anaconda post. You can download the [&#8230;]</p>
<p>The post <a href="https://predictivemodeler.com/2019/01/25/python-ols-a-basic-example/">Python OLS: A Basic Example</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>In this post you will:</strong></p>
<ol style="background-color: hsla(0, 45%, 95%, 0.32);">
<li>Run a basic Ordinary Least Squares (OLS) regression in Python</li>
<li><i class="fa fa-clock-o " ></i> Time to complete should be less than 30 minutes</li>
<li><span style="color: #ff0000;">Prerequisites:</span> This post assumes that you have knowledge of the following post(s):
<ol style="list-style-type: lower-alpha;">
<li><a href="https://predictivemodeler.com/2019/01/11/installing-anaconda/">Installing Anaconda</a></li>
</ol>
</li>
</ol>
<hr />
<p>Below you will see a <em>Jupyter</em> script that you first saw in the <a href="https://predictivemodeler.com/2019/01/11/installing-anaconda/"><em>Installing Anaconda</em></a> post. You can download the script (&amp; sample data) at the bottom of this post, and reproduce the results.</p>

<!-- iframe plugin v.5.1 wordpress.org/plugins/iframe/ -->
<iframe src="/sitecontent/scrpts/py.basic%20ols.html" width="100%" height="1500" scrolling="yes" class="iframe-class" frameborder="0"></iframe>

<hr />
<div class="sdm_download_item "><div class="sdm_download_item_top"><div class="sdm_download_thumbnail"><img decoding="async" class="sdm_download_thumbnail_image" src="https://predictivemodeler.com/wp-content/uploads/2019/01/python_logo.png" alt = "Python Basic OLS" /></div><div class="sdm_download_title">Python Basic OLS</div></div><div style="clear:both;"></div><div class="sdm_download_description"></div><div class="sdm_download_size"><span class="sdm_download_size_label">Size: </span><span class="sdm_download_size_value">25kb</span></div><div class="sdm_download_version"><span class="sdm_download_version_label">Version: </span><span class="sdm_download_version_value">20190125</span></div><div class="sdm_download_date"><span class="sdm_download_date_label">Published: </span><span class="sdm_download_date_value">January 25, 2019</span></div><div class="sdm_download_link"><span class="sdm_download_button"><form action="https://predictivemodeler.com/?sdm_process_download=1&download_id=2504" method="post" class="sdm-g-recaptcha-form sdm-download-form"><div class="sdm-recaptcha-button"><div class="g-recaptcha sdm-g-recaptcha"></div><div class="sdm-termscond-checkbox"><input type="checkbox" class="agree_termscond" value="1"/> I agree to the <a href="https://predictivemodeler.com/tos-and-privacy/" target="_blank">terms and conditions</a></div><a href="#" class="sdm_download green sdm_download_with_condition">Download</a></div><input type="hidden" name="download_id" value="2504" /></form></span><span class="sdm_download_item_count"><span class="sdm_item_count_number">41</span><span class="sdm_item_count_string"> Downloads</span></span></div></div><div class="sdm_clear_float"></div>
<p>The post <a href="https://predictivemodeler.com/2019/01/25/python-ols-a-basic-example/">Python OLS: A Basic Example</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://predictivemodeler.com/2019/01/25/python-ols-a-basic-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
