<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments for Analytics Made Skeezy</title> <atom:link href="http://analyticsmadeskeezy.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://analyticsmadeskeezy.com</link> <description>Analytics explained via story time. Skeezy characters included</description> <lastBuildDate>Fri, 17 May 2013 18:14:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Comment on What is this site? by tyrone</title><link>http://analyticsmadeskeezy.com/what-the-hell-is-this-blog/#comment-98</link> <dc:creator>tyrone</dc:creator> <pubDate>Fri, 17 May 2013 18:14:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?page_id=9#comment-98</guid> <description><![CDATA[all i want for my birthday is a big black juicy footlong popsicle]]></description> <content:encoded><![CDATA[<p>all i want for my birthday is a big black juicy footlong popsicle</p> ]]></content:encoded> </item> <item><title>Comment on What is this site? by tyrone</title><link>http://analyticsmadeskeezy.com/what-the-hell-is-this-blog/#comment-97</link> <dc:creator>tyrone</dc:creator> <pubDate>Fri, 17 May 2013 18:12:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?page_id=9#comment-97</guid> <description><![CDATA[this is tyrone and i don&#039;t give a crap]]></description> <content:encoded><![CDATA[<p>this is tyrone and i don&#8217;t give a crap</p> ]]></content:encoded> </item> <item><title>Comment on Forecasting Continued: Using Simulation to Create Prediction Intervals Around Holt-Winters by John Foreman</title><link>http://analyticsmadeskeezy.com/2013/04/25/prediction-intervals/#comment-94</link> <dc:creator>John Foreman</dc:creator> <pubDate>Fri, 26 Apr 2013 00:23:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=606#comment-94</guid> <description><![CDATA[Thanks for catching the column B/C typo! Fixed it now I think.And you&#039;re totally right that you can just loop the macro in VBA. I just didn&#039;t want to force people to write code who were gun-shy.]]></description> <content:encoded><![CDATA[<p>Thanks for catching the column B/C typo! Fixed it now I think.</p><p>And you&#8217;re totally right that you can just loop the macro in VBA. I just didn&#8217;t want to force people to write code who were gun-shy.</p> ]]></content:encoded> </item> <item><title>Comment on Forecasting Continued: Using Simulation to Create Prediction Intervals Around Holt-Winters by jaedee</title><link>http://analyticsmadeskeezy.com/2013/04/25/prediction-intervals/#comment-93</link> <dc:creator>jaedee</dc:creator> <pubDate>Thu, 25 Apr 2013 22:43:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=606#comment-93</guid> <description><![CDATA[Great post, glad to see a new one.A small improvement and a (possible) correction:1. Instead of just running your simulations by holding the option+command for minutes (it does take a long time), you can record the macros, then add a loop, i.e.:Sub Autorun_My_Freaking_Macros()
&#039;
&#039;
&#039; Keyboard Shortcut: Option+Cmd+z
&#039;
Dim i, j, k As Longi = 1
j = 22
For i = 1 To Range(&quot;k2&quot;)Calculate
CalculateNext i
End SubThen just set k2 to the number of simulations (i.e. 1000).  You can also just hard code the numer by replacing the Range(&quot;k2&quot;) with a number. You can reference your macros in the new one, or add the relevant code before and after.2. Correction (?): I believe you want to copy the demand in column C, not B.  (See the step 2 where you &quot;Copied the 2013 simulated demand data in column B&quot;).]]></description> <content:encoded><![CDATA[<p>Great post, glad to see a new one.</p><p>A small improvement and a (possible) correction:</p><p>1. Instead of just running your simulations by holding the option+command for minutes (it does take a long time), you can record the macros, then add a loop, i.e.:</p><p>Sub Autorun_My_Freaking_Macros()<br
/> &#8216;<br
/> &#8216;<br
/> &#8216; Keyboard Shortcut: Option+Cmd+z<br
/> &#8216;<br
/> Dim i, j, k As Long</p><p> i = 1<br
/> j = 22<br
/> For i = 1 To Range(&#8220;k2&#8243;)</p><p>Calculate</p><p>Calculate</p><p>Next i<br
/> End Sub</p><p>Then just set k2 to the number of simulations (i.e. 1000).  You can also just hard code the numer by replacing the Range(&#8220;k2&#8243;) with a number. You can reference your macros in the new one, or add the relevant code before and after.</p><p>2. Correction (?): I believe you want to copy the demand in column C, not B.  (See the step 2 where you &#8220;Copied the 2013 simulated demand data in column B&#8221;).</p> ]]></content:encoded> </item> <item><title>Comment on Check Yo Self: 5 Things You Should Know About Data Science (Author Note) by john4man</title><link>http://analyticsmadeskeezy.com/2012/11/05/check-yo-self-5-things-you-should-know-about-data-science-author-note/#comment-87</link> <dc:creator>john4man</dc:creator> <pubDate>Wed, 17 Apr 2013 12:58:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=357#comment-87</guid> <description><![CDATA[I agree that the term is rather silly. In general, I prefer the term analytics to data science. I imagine it comes from the idea that many data scientists have skills in teasing out insight from very large transactional datasets.]]></description> <content:encoded><![CDATA[<p>I agree that the term is rather silly. In general, I prefer the term analytics to data science. I imagine it comes from the idea that many data scientists have skills in teasing out insight from very large transactional datasets.</p> ]]></content:encoded> </item> <item><title>Comment on Check Yo Self: 5 Things You Should Know About Data Science (Author Note) by Stephen Hardy</title><link>http://analyticsmadeskeezy.com/2012/11/05/check-yo-self-5-things-you-should-know-about-data-science-author-note/#comment-86</link> <dc:creator>Stephen Hardy</dc:creator> <pubDate>Wed, 17 Apr 2013 10:43:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=357#comment-86</guid> <description><![CDATA[Data scientist seems like a bit of a tautology. What does a scientist test their hypothesis with if it isn&#039;t data?]]></description> <content:encoded><![CDATA[<p>Data scientist seems like a bit of a tautology. What does a scientist test their hypothesis with if it isn&#8217;t data?</p> ]]></content:encoded> </item> <item><title>Comment on Optimal Blending of Cocaine by Alastair McDermott</title><link>http://analyticsmadeskeezy.com/2012/08/29/optimal-blending-of-cocaine/#comment-85</link> <dc:creator>Alastair McDermott</dc:creator> <pubDate>Tue, 16 Apr 2013 22:38:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=44#comment-85</guid> <description><![CDATA[There&#039;s very much a book in this current narrative, love it. It&#039;s a great intro for a non data scientist like me (I&#039;m learning more about what&#039;s possible, rather than implementation details).]]></description> <content:encoded><![CDATA[<p>There&#8217;s very much a book in this current narrative, love it. It&#8217;s a great intro for a non data scientist like me (I&#8217;m learning more about what&#8217;s possible, rather than implementation details).</p> ]]></content:encoded> </item> <item><title>Comment on Optimal Blending of Cocaine by john4man</title><link>http://analyticsmadeskeezy.com/2012/08/29/optimal-blending-of-cocaine/#comment-84</link> <dc:creator>john4man</dc:creator> <pubDate>Tue, 16 Apr 2013 22:32:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=44#comment-84</guid> <description><![CDATA[In the book I&#039;m writing for Wiley (coming out the this Fall) I work through a bunch of orange juice blending problems (http://www.businessweek.com/articles/2013-01-31/coke-engineers-its-orange-juice-with-an-algorithm) and do a more thorough job of explaining simplex etc.So that&#039;s one analogy that I&#039;m actually going to use!]]></description> <content:encoded><![CDATA[<p>In the book I&#8217;m writing for Wiley (coming out the this Fall) I work through a bunch of orange juice blending problems (<a
href="http://www.businessweek.com/articles/2013-01-31/coke-engineers-its-orange-juice-with-an-algorithm" rel="nofollow">http://www.businessweek.com/articles/2013-01-31/coke-engineers-its-orange-juice-with-an-algorithm</a>) and do a more thorough job of explaining simplex etc.</p><p>So that&#8217;s one analogy that I&#8217;m actually going to use!</p> ]]></content:encoded> </item> <item><title>Comment on Introduction to Machine Learning: Logistic Regression for Predicting Bad Trips by john4man</title><link>http://analyticsmadeskeezy.com/2012/10/29/introduction-to-machine-learning-logistic-regression-for-predicting-bad-trips/#comment-83</link> <dc:creator>john4man</dc:creator> <pubDate>Tue, 16 Apr 2013 22:29:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=214#comment-83</guid> <description><![CDATA[Yes, it&#039;s standard practice to consider degrees of freedom and drop a column when doing dummy variables since it&#039;s not providing any additional information.]]></description> <content:encoded><![CDATA[<p>Yes, it&#8217;s standard practice to consider degrees of freedom and drop a column when doing dummy variables since it&#8217;s not providing any additional information.</p> ]]></content:encoded> </item> <item><title>Comment on Introduction to Machine Learning: Logistic Regression for Predicting Bad Trips by Alastair McDermott</title><link>http://analyticsmadeskeezy.com/2012/10/29/introduction-to-machine-learning-logistic-regression-for-predicting-bad-trips/#comment-82</link> <dc:creator>Alastair McDermott</dc:creator> <pubDate>Tue, 16 Apr 2013 21:14:00 +0000</pubDate> <guid
isPermaLink="false">http://analyticsmadeskeezy.com/?p=214#comment-82</guid> <description><![CDATA[&quot;Except that since you’ve got 7 drug options, we only need columns for 6
of them. If they’re all 0, then we’ll know that the 7th, absent column
is a 1.&quot;Is this regular practice in datamining? From a software perspective including data by implication like this would be considered very bad practice.]]></description> <content:encoded><![CDATA[<p>&#8220;Except that since you’ve got 7 drug options, we only need columns for 6<br
/> of them. If they’re all 0, then we’ll know that the 7th, absent column<br
/> is a 1.&#8221;</p><p>Is this regular practice in datamining? From a software perspective including data by implication like this would be considered very bad practice.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 481/499 objects using disk: basic

 Served from: analyticsmadeskeezy.com @ 2013-05-19 02:45:23 by W3 Total Cache -->