<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; ilari.scheinin.fi</title>
	<atom:link href="https://ilari.scheinin.fi/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://ilari.scheinin.fi</link>
	<description></description>
	<lastBuildDate>Mon, 27 Feb 2017 17:57:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.9</generator>
	<item>
		<title>What I Did at the Recurse Center</title>
		<link>https://ilari.scheinin.fi/what-i-did-at-the-recurse-center/</link>
		
		<dc:creator><![CDATA[Ilari Scheinin]]></dc:creator>
		<pubDate>Wed, 08 Jul 2015 12:29:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://ilari.scheinin.fi/?p=418</guid>

					<description><![CDATA[Last spring, I spent three months at the Recurse Center, which is like a writers&#8217; retreat for programmers. People from all over the world and with very different backgrounds go there to become better programmers. It&#8217;s a great environment for &#8230; <a href="https://ilari.scheinin.fi/what-i-did-at-the-recurse-center/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Last spring, I spent three months at the <a href="https://www.recurse.com">Recurse Center</a>, which is like a writers&#8217; retreat for programmers. People from all over the world and with very different backgrounds go there to become better programmers. It&#8217;s a great environment for self-learning and collaborating with others. Here I&#8217;ll briefly outline what I worked on during that time.</p>
<p>For the past ten years, my number one tool at work as been <a href="http://www.r-project.org">R</a>. As I&#8217;ve been focused on cancer research and chromosomal aberrations, also the packages I&#8217;ve used have been from this area (especially <a href="http://www.bioconductor.org">Bioconductor</a>). For the three months at RC, I decided to work on broadening my skillset to more general-purpose data science tools.</p>
<p>I still worked mostly in R, and learned to use data manipulation packages like <a href="https://github.com/Rdatatable/data.table">data.table</a> (for more efficiency and modifying data in place) and <a href="https://github.com/hadley/dplyr">dplyr</a> (more expressive/logical/readable code, at least for someone like me with background in SQL). For visualizations, I learned how to use <a href="https://github.com/hadley/ggplot2">ggplot2</a>, how to make interactive apps with <a href="https://github.com/rstudio/shiny">shiny</a>, and how to draw maps with <a href="https://github.com/dkahle/ggmap">ggmap</a> and <a href="https://github.com/rstudio/leaflet">leaflet</a>. And regarding machine learning, I learned how to use the <a href="https://github.com/topepo/caret">caret</a> package&#8217;s unified interface to train and tune various statistical models. I also took Stanford&#8217;s online course on <a href="https://lagunita.stanford.edu/courses/HumanitiesandScience/StatLearning/Winter2015/info">Statistical Learning</a>.</p>
<p>To get to know these packages, I worked on three little projects: how different neighborhoods in New York City vary in their <a href="https://ilari.scheinin.fi/citi-bikes-and-neighborhoods/">Citi Bike</a> usage patterns, what data from the <a href="https://ilari.scheinin.fi/where-ive-been-and-how/">Moves app</a> tells about how I move and where I&#8217;ve been, and also made a prediction on who would win the <a href="https://ilari.scheinin.fi/predicting-the-stanley-cup-champion/">Stanley Cup</a>.</p>
<p>In addition to working with R, I brushed up my Python skills completing the exercises available at <a href="https://www.dataquest.io">Dataquest</a>. I got to know the very basics of libraries like <a href="http://www.numpy.org">NumPy</a>, <a href="http://pandas.pydata.org">pandas</a>, and <a href="http://matplotlib.org">matplotlib</a>, as my previous Python experience was only from writing basic utility scripts and not really any type of data analysis.</p>
<p>I also listened to many excellent talks on topics such as public speaking, network protocols, UNIX process model and shell programming, Docker/containerization (and updated the server this website is hosted at to use systemd containers), immutability, hashes, and whether artificial intelligence is a threat or not. Books I read included <a href="http://amazon.com/dp/B00DM0VX60?tag=ilarischeinin-20">An Introduction to Statistical Learning</a>, <a href="http://www.amazon.com/dp/B0041KLFRW?tag=ilarischeinin-20">ggplot2 &#8211; elegant graphics for data analysis</a>, and <a href="http://www.amazon.com/dp/B00D97HPQI?tag=ilarischeinin-20">The Second Machine Age</a>.</p>
<p>In general, my experience at RC was very positive. I learned a lot and was surrounded with very smart people who I could always ask for advice and guidance. <em>To anyone contemplating a batch I would say go</em>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How I Move</title>
		<link>https://ilari.scheinin.fi/how-i-move/</link>
		
		<dc:creator><![CDATA[Ilari Scheinin]]></dc:creator>
		<pubDate>Thu, 02 Oct 2014 09:22:44 +0000</pubDate>
				<category><![CDATA[cycling]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[transportation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://ilari.scheinin.fi/?p=345</guid>

					<description><![CDATA[With 12 full months of Moves data, I thought it would be a fun experiment to make some plots. These show how I move around in terms of time spent and distance traveled, both for relative share of each mode &#8230; <a href="https://ilari.scheinin.fi/how-i-move/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>With 12 full months of <a title="Moves" href="http://moves-app.com">Moves</a> data, I thought it would be a fun experiment to make some plots. These show how I move around in terms of time spent and distance traveled, both for relative share of each mode of transport, and for the total time or distance. Flying is excluded.</p>
<p style="text-align: center;"><a href="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/duration-share.png"><img loading="lazy" class="alignnone size-medium wp-image-348" src="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/duration-share-300x212.png" alt="duration-share" width="300" height="212" /></a></p>
<p style="text-align: center;"><a href="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/distance-share.png"><img loading="lazy" class="alignnone size-medium wp-image-346" src="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/distance-share-300x212.png" alt="distance-share" width="300" height="212" /></a></p>
<p style="text-align: center;"><a href="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/duration-total.png"><img loading="lazy" class="alignnone size-medium wp-image-349" src="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/duration-total-300x212.png" alt="duration-total" width="300" height="212" /></a></p>
<p style="text-align: center;"><a href="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/distance-total.png"><img loading="lazy" class="alignnone size-medium wp-image-347 aligncenter" src="https://cdn.ilari.scheinin.fi/wp-content/uploads/2014/10/distance-total-300x212.png" alt="distance-total" width="300" height="212" /></a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 13/73 objects using Disk
Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.ilari.scheinin.fi
Database Caching 1/18 queries in 0.011 seconds using Disk

Served from: ilari.scheinin.fi @ 2025-02-02 01:38:59 by W3 Total Cache
-->