<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Remake of Augmented Data Preparation by Chua Tze Wee</title>
      <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6</link>
      <description>Data Preparation Steps</description>
      <language>en-us</language>
      <pubDate>2020-11-29 12:09:48 UTC</pubDate>
      <lastBuildDate>2024-11-25 18:54:38 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Project Description (By Tze Wee)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614569</link>
         <description><![CDATA[<div>&lt;&lt;to describe the project and data preparation problems&gt;&gt;<br><br>The objective of our project is to apply what we are taught, applying various data augmentation tools, to understand the Covid-19 situation in USA, the largest economy in the world. How well this health crisis is manage and pent out in the USA is of utmost importance, as it will have a direct impact on how the rest of the world will recover, including Singapore.</div><div><br></div><div>We hope to be able to gain insights from our data analysis, after our data preparation and data profiling, for us to have a more objective perspective of this health crisis.&nbsp;</div><div><br></div><div>And, we hope at the end of this project, we will gather sufficient, vital information to comprehend the complexity and magnitude of this dire health situation, be able to identify the trend lines of where this pandemic are heading and hopefully identify possible solutions to mitigate the severity of this catastrophe, giving us some hope, how we will recover our lives, from the health crisis of our generation, back to normalcy.&nbsp;<br><br>In order to achieve our objective, we need to prepare our data by;<br><br></div><ol><li>Gaining Access To The data (datasets)</li><li>Identify the Data Quality Problems<ul><li>Invalid Values (Inconsistencies, Outliers, Noise, Multiple Variables In 1 Column)</li><li>Duplication</li></ul></li><li>Perform Data Cleaning/Transformation to Improve The Data Quality&nbsp;</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614569</guid>
      </item>
      <item>
         <title>Access (By Kuang)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614572</link>
         <description><![CDATA[<div>&lt;&lt;to describe the data sources&gt;&gt;<br><br>To access the data from the data sources from a public source <a href="https://www.kaggle.com/sudalairajkumar/covid19-in-usa">https://www.kaggle.com/sudalairajkumar/covid19-in-usa</a>.</div><div><br></div><div>The dataset contains data for all Covid‐19 cases in USA, from Jan to Sep 2020. They include information such as date, state/region, number of hospitalized, number of new cases, etc.</div><div><br></div><div>Technique Used:<br><br></div><div>Load the data using TIBCO Spotfire.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614572</guid>
      </item>
      <item>
         <title>Blend (By Kuang)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614574</link>
         <description><![CDATA[<div>&lt;&lt;to describe the join or append data tasks performed (if any)&gt;&gt;<br><br>No Blending was done. Perhaps when new data is available, we can apply union join to add in the new data, to the main dataset.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614574</guid>
      </item>
      <item>
         <title>Profile (By Junaidah)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614575</link>
         <description><![CDATA[<div>&lt;&lt;to describe the data profiling tasks performed&gt;&gt;<br><br>For the dataset selected, we recognised that we need to use augmented approach. We will be using TIBCO to analyse and visualise the dataset.<br><br>We will use both Single column and Multi columns profiling. <br><br></div><div>For Single column profiling, we will use look at Cardinality data ie on missing values. <br><br>For Multi columns profiling, we will look at Dependency Check on Partial dependency and Conditional dependency data ie on positive, hospitalized, on ventilator, recovered, death and total number of test results.<br><br></div><div>We will use Set-based value analyses using numerical value ie using Bar Chart <br><br>Purpose:</div><div><br></div><div>To understand the available data, and data quality problem, if any.</div><div><br></div><div>Techniques Used:</div><div><br></div><div>Automated data profiling identified columns with missing data, of which 2 columns are selected, by each member of our group</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614575</guid>
      </item>
      <item>
         <title>Clean/Transform (By Group 2 Jointly)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614577</link>
         <description><![CDATA[<div>&lt;&lt;to describe the data cleaning or transformation tasks performed&gt;&gt;<br><br>Purpose:&nbsp;</div><ol><li>To identify and remove data quality problems.</li><li>To transform the data to produce a good dataset for analytics activities.</li></ol><div><br>Techniques Used:<br><br></div><div><strong>For Invalid Data</strong> (By Kuang)</div><div><br>The current date is set as ‘1/1/2020’ which is inaccurate as after ‘31/5/2020’ and before ‘2/6/2020’ is supposed to be 1/6/2020’. Therefore, the value is replaced as ‘1/6/2020’ and is applied to only this occurrence.<br><br>It is necessary to replace the inaccurate values with the appropriate dates in chronological order as shown so that the dates can be visualised accurately <br><br><strong>For Redundant Column</strong> (By Kuang)<br>The column ‘Total’ is deleted by performing destructive transformation to remove the redundant column.<br><br>The data dictionary defines the ‘Total’ column as the total number of positive, negative and pending test results. However, it shows that there are ‘0’ tests conducted indicated in the column. Therefore, it is necessary to transform the dataset to remove redundant columns which will not help in the visualisation of data.<br><br><br><strong>Data Unpivot using TIBCO</strong> (By Junaidah)</div><div><br></div><div>3 columns in a wide data shape were selected. We have transformed them into tall and skinny data using unpivot function in TIBCO Spotfire. This is more suitable for analysis and modeling in our subsequent steps<br><br>&nbsp;Transform data based on states, date, tested positive and categorized into recovered, death, hospitalised currently and on ventilator currently. This is to highlight on the current information and up on per day basis.<br><br><br><strong>Data Normalization</strong> (By Tze Wee)<br><br>Based on WHO's recommendation, testing is one of the most important tools in controlling an outbreak. When universal testing is implemented, people who are infected with the virus can be isolated from folks who test negative. This functions as a targeted social distancing technique and can help slow the outbreak.<br><br>Thus, we decided to compare the test results vs. cases tested positive.&nbsp;<br><br>However,&nbsp;<br><br></div><ol><li>these 2 columns are of very different unit of measures.</li><li>Distribution is not normal and skewed to 1 side (see Histogram 'blue' &amp; 'red').</li></ol><div><br><strong><em>Log10 Normalization Technique was applied<br></em></strong><br></div><ul><li>Log10 Normalization of Positive Cases&nbsp;</li><li>Using totalTestResults as a baseline denominator</li></ul><div><br><strong>Results:</strong><br><br></div><ol><li>Combine distribution are of a normal distribution for further application (see Histogram 'orange').</li><li>Analysis of Positive Cases in each location, normalized by the total test results are more insightful, for more accurate comparison.</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614577</guid>
      </item>
      <item>
         <title>Publish (By Tze Wee)</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614578</link>
         <description><![CDATA[<div>&lt;&lt;to describe data publish tasks performed&gt;&gt;<br><br>The Data Canvas in TIBCO was "run" and saved as CSV in our library.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-11-29 12:09:48 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/968614578</guid>
      </item>
      <item>
         <title>Data Profiling on single column - Missing values</title>
         <author>junaidah_jumadi</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988513761</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/892057455/637de04f929926ff5e2efac0800de6e7/Missing_Value___Image_1.png" />
         <pubDate>2020-12-04 17:45:59 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988513761</guid>
      </item>
      <item>
         <title>Set-Based Value Analyses - Bar Chart</title>
         <author>junaidah_jumadi</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988558011</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/892057455/4e347fd1524c6eba8e9514d949fc9630/Set_Based_Value_analyses_using_Bar_Chart___Image_2.png" />
         <pubDate>2020-12-04 17:56:11 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988558011</guid>
      </item>
      <item>
         <title>Data Before Unpivot</title>
         <author>junaidah_jumadi</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988597902</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/892057455/a59f8ae3db2326187c12bf677dfce3f1/Unpivot_Image_3.png" />
         <pubDate>2020-12-04 18:05:01 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988597902</guid>
      </item>
      <item>
         <title>Data After Unpivot</title>
         <author>junaidah_jumadi</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988604334</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/892057455/37be5ec0a8e2a3fd036ce2d6901279b1/Unpivot___Image_4.png" />
         <pubDate>2020-12-04 18:06:25 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/988604334</guid>
      </item>
      <item>
         <title>Incorrect Data (Date)</title>
         <author>2081782a</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/989871157</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/883541890/dc092f10659ab8a25a2e6ae4266d6cc1/incorrect_date_pic.JPG" />
         <pubDate>2020-12-05 07:37:21 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/989871157</guid>
      </item>
      <item>
         <title>Removal of &#39;Total&#39;</title>
         <author>2081782a</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/990016685</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/883541890/65887d206f4793a208d36856b7a07ee6/total_column.JPG" />
         <pubDate>2020-12-05 11:10:59 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/990016685</guid>
      </item>
      <item>
         <title>Histogram For totalTestResult &amp; Positive Cases</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/991496859</link>
         <description><![CDATA[<div>Skewed Distribution for totalTestResults('blue') &amp; positive('red')</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/880088419/97c5c6bb17a8853602127b938224d800/Distribution_totalResult_positive.png" />
         <pubDate>2020-12-06 13:12:09 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/991496859</guid>
      </item>
      <item>
         <title>Log10 Normalization </title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/993168944</link>
         <description><![CDATA[<div>Normalizing&nbsp;Positive Cases, Using totalTestResult as baseline denominator</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/880088419/656aec118be013399ec09bd90b23941a/Normalized_positive_log10_testResult_TIBCO.png" />
         <pubDate>2020-12-07 07:47:37 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/993168944</guid>
      </item>
      <item>
         <title>Log10 Normalization Distribution</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/993171898</link>
         <description><![CDATA[<div>The normalization technique transform the skewed distribution to a normal distribution</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/880088419/4af701da421b44032d2f785ce4901d91/Normalized_positive_log10_testResult_TIBCO_3.png" />
         <pubDate>2020-12-07 07:49:01 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/993171898</guid>
      </item>
      <item>
         <title>Positive Cases (Left-side chart) vs. Normalized Positive / totalTestResult (Right-side chart) By Location</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/996983843</link>
         <description><![CDATA[<div>Before Normalized : California looks more severe (280K +ve) than Connecticut ( 36K +ve)<br>After Normalized :    California (-236) and Connecticut (-200) is rather similar in terms of severity  </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/880088419/8ec5b1bb3f27fef24ef17364e9463b17/Normalized_positive_log10_testResult_TIBCO_5.png" />
         <pubDate>2020-12-08 05:31:53 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/996983843</guid>
      </item>
      <item>
         <title>My Auto ML Project</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/1085826626</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet.com/charleschua19/h4vc7hrhlya5llpr" />
         <pubDate>2021-01-14 05:19:40 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/1085826626</guid>
      </item>
      <item>
         <title>My Auto ML Project</title>
         <author>charleschua19</author>
         <link>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/1085826706</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet.com/charleschua19/h4vc7hrhlya5llpr" />
         <pubDate>2021-01-14 05:19:44 UTC</pubDate>
         <guid>https://padlet.com/charleschua19/rcse0dt5n2xwcjd6/wish/1085826706</guid>
      </item>
   </channel>
</rss>
