Everything should be made as simple as possible, but not simpler. (Albert Einstein)

Tuesday, September 15, 2015

Power Pivot for Excel 2010

Power Pivot is delivered with Excel 2013. This is workaround to install it for Excel 2010.

Saturday, September 5, 2015

Play with TUDelftX Data Analysis, Take it to the MAX()

Just playing around in the course, to get in depth a bit on spreadsheet. I'm newbie =)
https://www.edx.org/course/data-analysis-take-it-max-delftx-ex101x
Instructor: Prof. Felienne Hermans, PhD.

Thursday, September 3, 2015

Demo of Recommender System with LensKit and Intellij Idea

Requirements: 
If they're not installed yet, then install Maven and LensKit inside a directory. 
Set environment variable M2_HOME, point it to the Maven directory. E.g. "C:\java\apache-maven-3.3.3" in Windows.
Add path of the LensKit's and Maven's binary directories, 
C:\java\lenskit-2.2\bin;%M2_HOME%\bin;%JAVA_HOME%\bin