<?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 on: Predictive Analysis</title>
	<atom:link href="http://thomaslarock.com/2009/05/predictive-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com/2009/05/predictive-analysis/</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 00:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brett Flippin</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-615</link>
		<dc:creator>Brett Flippin</dc:creator>
		<pubDate>Wed, 06 May 2009 19:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-615</guid>
		<description>Your comment cleared quite a bit up in my understanding. For me, predicting the future is saying that with 100% certainty something is going to occur. Predictive analysis is the act of finding your &quot;best guess&quot; or what you expect to happen, based on the analysis of data you&#039;ve already gathered. You aren&#039;t predicting with 100% certainty unless your data is so good and complete that you can. The likelihood of which is virtually impossible.

I guess that&#039;s where I differ because I wouldn&#039;t call predictive analysis predicting the future, it&#039;s more of this is what I think is going to happen in the future with a reasonable margin of error.

I agree absolutely that people that wholly trust their mining models are missing the point of predictive analysis entirely. Analysis can give you insight, but only an intelligent person with a good mind for data can make correct decisions given all the data and all the analysis in the world.</description>
		<content:encoded><![CDATA[<p>Your comment cleared quite a bit up in my understanding. For me, predicting the future is saying that with 100% certainty something is going to occur. Predictive analysis is the act of finding your &#8220;best guess&#8221; or what you expect to happen, based on the analysis of data you&#8217;ve already gathered. You aren&#8217;t predicting with 100% certainty unless your data is so good and complete that you can. The likelihood of which is virtually impossible.</p>
<p>I guess that&#8217;s where I differ because I wouldn&#8217;t call predictive analysis predicting the future, it&#8217;s more of this is what I think is going to happen in the future with a reasonable margin of error.</p>
<p>I agree absolutely that people that wholly trust their mining models are missing the point of predictive analysis entirely. Analysis can give you insight, but only an intelligent person with a good mind for data can make correct decisions given all the data and all the analysis in the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-614</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Wed, 06 May 2009 15:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-614</guid>
		<description>Brett,

The point of my post was to hope that someone like yourself would read it and help me to understand a little more about the use of statisical analysis. drop me an email as i would enjoy discussing this with you further.

when you said &quot;The idea isn’t to predict the future, but to give you an idea of what to expect.&quot;, how is that different than predicting the future? If I said that we could expect there to be a tornado in a trailer park next week, isn&#039;t that also predicting the future to some degree?

I understand the idea behind CI&#039;s, and if there is one point i would like to make it is that you are not going to ever have a perfect system, a perfect model, and you should not be trusting people to make business decisions that end up putting all of their eggs in one basket as a result of predicitve analysis.</description>
		<content:encoded><![CDATA[<p>Brett,</p>
<p>The point of my post was to hope that someone like yourself would read it and help me to understand a little more about the use of statisical analysis. drop me an email as i would enjoy discussing this with you further.</p>
<p>when you said &#8220;The idea isn’t to predict the future, but to give you an idea of what to expect.&#8221;, how is that different than predicting the future? If I said that we could expect there to be a tornado in a trailer park next week, isn&#8217;t that also predicting the future to some degree?</p>
<p>I understand the idea behind CI&#8217;s, and if there is one point i would like to make it is that you are not going to ever have a perfect system, a perfect model, and you should not be trusting people to make business decisions that end up putting all of their eggs in one basket as a result of predicitve analysis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Flippin</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-613</link>
		<dc:creator>Brett Flippin</dc:creator>
		<pubDate>Wed, 06 May 2009 13:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-613</guid>
		<description>It seems that you might have missed the point of predictive analytics. The idea isn&#039;t to predict the future, but to give you an idea of what to expect.  It&#039;s not meant to be taken with absolute authority.  That&#039;s why we have things like confidence intervals and that&#039;s why you test and re-test your mining models to see if they are producing results in the range that you deem accurate.

Predictive analysis is based on taking the data that you have, and trying to extrapolate what that might mean for you in the future using that data. Statistical analysis can be used in predictive analysis and should be. You have to understand what has already happened to understand what might happen the future. Amazon is taking into account your past searches, wish list items, past purchases, etc, and trying to predict what you might want to buy next and putting in front of you. They do this by analyzing all the data they&#039;ve gathered on you in the past and trying to predict what you might want now (as a future sale for them).

I&#039;m not sure I 100% understand the point of your post, so I could be entirely off base, you might be thinking about it too much.</description>
		<content:encoded><![CDATA[<p>It seems that you might have missed the point of predictive analytics. The idea isn&#8217;t to predict the future, but to give you an idea of what to expect.  It&#8217;s not meant to be taken with absolute authority.  That&#8217;s why we have things like confidence intervals and that&#8217;s why you test and re-test your mining models to see if they are producing results in the range that you deem accurate.</p>
<p>Predictive analysis is based on taking the data that you have, and trying to extrapolate what that might mean for you in the future using that data. Statistical analysis can be used in predictive analysis and should be. You have to understand what has already happened to understand what might happen the future. Amazon is taking into account your past searches, wish list items, past purchases, etc, and trying to predict what you might want to buy next and putting in front of you. They do this by analyzing all the data they&#8217;ve gathered on you in the past and trying to predict what you might want now (as a future sale for them).</p>
<p>I&#8217;m not sure I 100% understand the point of your post, so I could be entirely off base, you might be thinking about it too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-612</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Tue, 05 May 2009 17:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-612</guid>
		<description>I wonder why they don&#039;t put the Tylenol next to the condoms, because every time I want to - wait - never mind.</description>
		<content:encoded><![CDATA[<p>I wonder why they don&#8217;t put the Tylenol next to the condoms, because every time I want to &#8211; wait &#8211; never mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-611</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Tue, 05 May 2009 16:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-611</guid>
		<description>perhaps a bacon and basil sandwich?</description>
		<content:encoded><![CDATA[<p>perhaps a bacon and basil sandwich?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wnylibrarian</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-610</link>
		<dc:creator>wnylibrarian</dc:creator>
		<pubDate>Tue, 05 May 2009 16:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-610</guid>
		<description>Actually, for the record, I said &quot;Produce&quot; for the basil question. It&#039;s &quot;sooooo&quot; the librarian in me to categorize, I realize that. That said so many people I&#039;ve found use software and devices not in the way they were originally intended. Predictive Analysis? Seems next to impossible to me. There are always variables that one cannot possibly think of. Now, time for lunch. I smell some bacon cooking :-)</description>
		<content:encoded><![CDATA[<p>Actually, for the record, I said &#8220;Produce&#8221; for the basil question. It&#8217;s &#8220;sooooo&#8221; the librarian in me to categorize, I realize that. That said so many people I&#8217;ve found use software and devices not in the way they were originally intended. Predictive Analysis? Seems next to impossible to me. There are always variables that one cannot possibly think of. Now, time for lunch. I smell some bacon cooking <img src="http://thomaslarock.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-609</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Tue, 05 May 2009 15:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-609</guid>
		<description>i like the example of the correlation made between diaper sales and beer sales, spiking on friday nights as new fathers are told to stop and pick up a few things on their way home from work.</description>
		<content:encoded><![CDATA[<p>i like the example of the correlation made between diaper sales and beer sales, spiking on friday nights as new fathers are told to stop and pick up a few things on their way home from work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Alton</title>
		<link>http://thomaslarock.com/2009/05/predictive-analysis/comment-page-1/#comment-608</link>
		<dc:creator>Aaron Alton</dc:creator>
		<pubDate>Tue, 05 May 2009 15:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1827#comment-608</guid>
		<description>People who use data mining in retail product placement piss me off.  It&#039;s a good idea online, because when you search for &quot;basil&quot;, you&#039;ll still find the damn basil.  But when they put it beside the tomatoes, even if you&#039;re looking for tomatoes and basil, you&#039;re liable to walk right by it.

What&#039;s next - beano in the chili aisle?  Migrane medication with the baby food?  Ex-Lax with the bacon?</description>
		<content:encoded><![CDATA[<p>People who use data mining in retail product placement piss me off.  It&#8217;s a good idea online, because when you search for &#8220;basil&#8221;, you&#8217;ll still find the damn basil.  But when they put it beside the tomatoes, even if you&#8217;re looking for tomatoes and basil, you&#8217;re liable to walk right by it.</p>
<p>What&#8217;s next &#8211; beano in the chili aisle?  Migrane medication with the baby food?  Ex-Lax with the bacon?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 10/20 queries in 0.005 seconds using disk: basic
Object Caching 555/562 objects using disk: basic

Served from: thomaslarock.com @ 2012-05-21 13:41:09 -->
