<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Olympics medals prediction for future events by Inocentiu Moga</title>
      <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4</link>
      <description>The goal of the project is to predict the number of medals a country will get based on current and historical data.</description>
      <language>en-us</language>
      <pubDate>2023-01-31 16:42:46 UTC</pubDate>
      <lastBuildDate>2025-12-23 08:54:32 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Hypothesis</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463333151</link>
         <description><![CDATA[<div>Predicting the performance of a country using historical data.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 16:51:16 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463333151</guid>
      </item>
      <item>
         <title>Searching for a dataset</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463335357</link>
         <description><![CDATA[<div>I selected the "120 years of Olympic history: athletes and results" from kaggle.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 16:52:38 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463335357</guid>
      </item>
      <item>
         <title>Data Preparation</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463343269</link>
         <description><![CDATA[<div>The data went through a initial preparation and cleaning and then exported to a csv file.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 16:57:23 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463343269</guid>
      </item>
      <item>
         <title>Data Exploration</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463355538</link>
         <description><![CDATA[<div>After preparing the data I went through it in order to see what I can use and if I have missed anything during the data preparation step.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 17:04:52 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463355538</guid>
      </item>
      <item>
         <title>Data Cleaning for ML</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463361251</link>
         <description><![CDATA[<div>I noticed that for some entries the Prev Medals field was null, probably because the countries did not participate in the previous year, so I proceeded with dropping those rows.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 17:08:22 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463361251</guid>
      </item>
      <item>
         <title>Finding an Error Metric</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463375493</link>
         <description><![CDATA[<div>The Error Metric I used is the Mean Absolute Error(MAE), a measure of errors between paired observations that express the same phenomenon.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1950586637/26004091f56a184276f9f2ca47770f52/Formula_MeanAbsoluteError.png" />
         <pubDate>2023-01-31 17:16:48 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463375493</guid>
      </item>
      <item>
         <title>Splitting the data in test and training data</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463378291</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 17:18:29 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463378291</guid>
      </item>
      <item>
         <title>Training a model</title>
         <author>inocentiumoga99</author>
         <link>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463385727</link>
         <description><![CDATA[<div>For this project I have selected the linear regression model, which describes the relation between a dependant variable and one or more independent variables.<br>The equation I used for the model: Y=a1y1+a2y2+B</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 17:23:00 UTC</pubDate>
         <guid>https://padlet.com/inocentiumoga99/fmds2pri3esq7ra4/wish/2463385727</guid>
      </item>
   </channel>
</rss>
