Building a minimal, cost efficient Dask cluster
In this article we will show a way to do high performance parallel computing at a Kubernetes cluster using task. A primary focus is that we want to archive the …
A science blog about my spare time data analysis projects.
A science blog about my spare time Data Analysis projects
Hello and Welcome at thebigdatablog.com. My name is Heiko Wagner and this Website is about stuff which is somewhat related to my research. However, this website has a different focus. While my research is mostly about theoretical properties of various estimators, this website is focussed on implementation details, in particular if we are facing a large amount of data. Beside I also want to present different projects I carried out in my spare time to a larger audience.
In this article we will show a way to do high performance parallel computing at a Kubernetes cluster using task. A primary focus is that we want to archive the …
This post is supposed to give a brief introduction in Frequency-Severity models. These models are very popular for determine the optimal price for an insurance. We will take a look …
1. Setup In a previous post it was shown how to speed up the computation of a kernel density using the Fast Fourier Transform. Conceptually a kernel density is not …