Abstract We aimed to create a Markov Decision Process model that can recommend visualisations in an order that portrays a guided narrative. The model uses Monte Carlo learning and isContinue reading
Category: 2018 Posts
UK House Price Analysis: Part 3
Part 3: Connecting House Sales In the Same Year¶ Instead of grouping all the sales made of the same house in the same year, we can analyse the total numberContinue reading
UK House Price Analysis: Part 2
Part 2: Connecting House Sales Between Years¶ Combine multiple sales of the same house in a year into one taking the mean of prices¶ Originally we simply sorted by theContinue reading
UK House Price Analysis: Part 1
Introduction¶ Analysis for data set: https://www.kaggle.com/hm-land-registry/uk-housing-prices-paid https://www.gov.uk/government/statistical-data-sets/price-paid-data-downloads We have used Python, R, GGPlot and Plotl.ly to analyse over 20 Million houses to compare the number of houses sold inContinue reading
Creating an Interactive Animation for Parameter Optimisation using Plot.ly
Creating Interactive Animation for Parameter Optimisation using Plot.ly¶ Introduction¶ This post demonstrates how to create an interactive and animated plot of results over a changing parameter. For this, we areContinue reading