17 Jan 2018
Recently I have been working on my first (serious) Kaggle competition and spent a lot of time reading papers and tech blogs. Some of them are just genius’ work and I would like to write a small piece of digest here to keep the wisdom lingering around as long as possible.
More …
22 Dec 2017
Recently I started tracking my time on computer with rescuetime. It summarizes and categorizes your working patterns, but as a data-scientist-to-be, there’s much more work to do, obviously.
More …
14 Dec 2017
The multiprocessing.dummy
module is a great tool to manage multithread tasks in python. It replicates the API of multiprocessing
but is actually a wrapper around the threading
module. I would create a chart to sum things up.
More …
27 Nov 2017
So today I came across a situation where I need to use ternary conditional operator in list comprehensions. My friend worked it out for me and I feel like it’s better to note it down.
More …
20 Nov 2017
The Premier League has been the most entertaining football league in the last decade. Darkhorses, derbies, upsets, busts and at least four title contenders make it a great show every single season. I continued my research on the European football dataset to check out who comes atop at Premier League in the golden era.
More …