BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
ORGANIZER:MAILTO:
DTSTART:20210510T200000Z
DTEND:20210510T210000Z
LOCATION:
SUMMARY:Predictive Analytics Webinar
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:&ldquo;Predictive analytics models are only as good as the data that goes into them,&rdquo; notes Heather Lewis, Solutions Manager for Data as a Service at LexisNexis. In this mini-webinar now available on demand, Heather discusses the critical role data plays in predictive analytics&mdash;and reveals the most pressing questions you should ask any potential data vendor to ensure you&rsquo;re getting the greater context needed to unlock actionable insights.
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>&ldquo;Predictive analytics models are only as good as the data that goes into them,&rdquo; notes Heather Lewis, Solutions Manager for Data as a Service at LexisNexis. In this&nbsp;<u><a href="https://attendee.gotowebinar.com/recording/7685754917635917070">mini-webinar</a></u>&nbsp;now available on demand, Heather discusses the critical role data plays in predictive analytics&mdash;and reveals the most pressing questions you should ask any potential data vendor to ensure you&rsquo;re getting the greater context needed to unlock actionable insights.</p><p><video id="v_cd023da8180341fab71b7cd51c8098e2" width="320" height="240" controls preload="metadata"><source src="https://trello-attachments.s3.amazonaws.com/5d0bdb79943c143cf1587620/605513878d6a6f23c282e430/6c2c94d3e7dcf147ce22fb4e22f88cfb/DaaS__Predictive_Analytics_-_Lewis_(2).mp4" type="video/mp4" /><script type="text/javascript" src="https://www.lexisnexis.com/community/WebResource.axd?d=bGOATStTX8OmLX-sBdXjGQAb0SMzkpCXcz-jTpVlftsmL-y0sJGwxtj-3dQjZrPRjOVxbQ-Gb6N_KI_nzTytsCn2tt73xmsghsBztX3CJGLjmfic8VjQS4SXPzjEhrbDlL35Z2SV-oThDZxVXuPU7NX4cNrOWKHdrNu0DBxJGEAbHd5A0&t=636451247380000000"></script><span style="display: block;" id="video_698c52c4-1298-45f9-9124-e9edd4e2bcf5"><span style="display: block; width: 320px; height: 240px; position: relative; overflow: hidden; background-color: #000; margin: auto;"><a style="position: absolute; left: 0px; display: block; width: 320px; height: 162px; text-decoration: none; padding-top: 78px; text-align: center; color: #fff; font-family: Arial,Helvetica; font-size: 12px; font-weight: bold;" href="https://trello-attachments.s3.amazonaws.com/5d0bdb79943c143cf1587620/605513878d6a6f23c282e430/6c2c94d3e7dcf147ce22fb4e22f88cfb/DaaS__Predictive_Analytics_-_Lewis_(2).mp4" onclick="cs_setInnerHtml('video_698c52c4-1298-45f9-9124-e9edd4e2bcf5','&lt;object type=\&quot;video\/mp4\&quot; data=\&quot;https:\/\/trello-attachments.s3.amazonaws.com\/5d0bdb79943c143cf1587620\/605513878d6a6f23c282e430\/6c2c94d3e7dcf147ce22fb4e22f88cfb\/DaaS__Predictive_Analytics_-_Lewis_(2).mp4\&quot; width=\&quot;320\&quot; height=\&quot;240\&quot; &gt;&lt;param name=\&quot;autostart\&quot; value=\&quot;true\&quot; \/&gt;&lt;param name=\&quot;enabled\&quot; value=\&quot;true\&quot; \/&gt;&lt;param name=\&quot;uiMode\&quot; value=\&quot;full\&quot; \/&gt;&lt;param name=\&quot;url\&quot; value=\&quot;https:\/\/trello-attachments.s3.amazonaws.com\/5d0bdb79943c143cf1587620\/605513878d6a6f23c282e430\/6c2c94d3e7dcf147ce22fb4e22f88cfb\/DaaS__Predictive_Analytics_-_Lewis_(2).mp4\&quot; \/&gt;&lt;param name=\&quot;src\&quot; value=\&quot;https:\/\/trello-attachments.s3.amazonaws.com\/5d0bdb79943c143cf1587620\/605513878d6a6f23c282e430\/6c2c94d3e7dcf147ce22fb4e22f88cfb\/DaaS__Predictive_Analytics_-_Lewis_(2).mp4\&quot; \/&gt;&lt;param name=\&quot;autoplay\&quot; value=\&quot;true\&quot; \/&gt;&lt;param name=\&quot;controller\&quot; value=\&quot;true\&quot; \/&gt;&lt;param name=\&quot;scale\&quot; value=\&quot;tofit\&quot; \/&gt;&lt;embed width=\&quot;320\&quot; height=\&quot;240\&quot; src=\&quot;https:\/\/trello-attachments.s3.amazonaws.com\/5d0bdb79943c143cf1587620\/605513878d6a6f23c282e430\/6c2c94d3e7dcf147ce22fb4e22f88cfb\/DaaS__Predictive_Analytics_-_Lewis_(2).mp4\&quot; controller=\&quot;false\&quot; autoplay=\&quot;true\&quot; &gt;&lt;\/embed&gt;&lt;\/object&gt;');return false;"><img src="/community/utility/images/video-preview.gif" alt="Click here to play this video" style="border-width: 0; display: inline;" /></a></span></span></video><script type="text/javascript">(function(id){	var v = document.getElementById(id);    var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];	var nodeLimit = 50;	checkVideo = function() {		if (!v.canPlayType || v.error) {			var bound = 0;			while (v.childNodes.length > 0 && bound < nodeLimit) {				bound++;				if (v.childNodes[0].nodeName != 'SOURCE') {					v.parentNode.insertBefore(v.childNodes[0], v);				}			}			v.parentNode.removeChild(v);		} else if (v.readyState == 0) {			window.setTimeout(checkVideo, 249);		}	},	checkVideoRendered = function() {		if (v.networkState == 1 && v.readyState == 4) {			v.style.position = op;			v.style.left = ol;			v.style.right = or;			for (var i = 0; i < fe.length; i++)	{				fe[i].parentNode.removeChild(fe[i]);			}		} else {			window.setTimeout(checkVideoRendered, 249);		}	}	if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {		window.setTimeout(checkVideo, 249);	}})('v_cd023da8180341fab71b7cd51c8098e2');</script></p></body></html>
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR