![]() |
Mirror, mirror, on the wall …Mirrors are interesting things. However, they are often poorly described. Many texts bogusly refer to mirrors as devices that reflect an image, switching it left-right (stand in front of a mirror and wave your ‘right’ hand, and your chiral twin, seen in the mirror, waves their ‘left’ hand back at you). |
Magister Dixit
“1. Think carefully about which projects you take on.2. Use as much data as you can from as many places as possible.3. Don’t just use internal customer data.4. Have a clear sampling strategy.5. Always use a holdout sample.6. Spend time on ‘throwaway’ modelling.7. Refresh your model regularly.8. Make sure your insights are meaningful to other people.9. Use your model in the real world.” Rachel Clinton ( January 7, 2015 )
The State of the Art
Christie Aschwanden writes:
Online Bayesian Deep Learning in Production at Tencent
Bayesian deep learning methods often look like a theoretical curiosity, rather than a practically useful tool, and I’m personally a bit skeptical about the practical usefulness of some of the work. However, there are some situations a decent method of handling and representing residual uncertainties about model parameters might prove crucial. These applications include active learning, reinforcement learning and online/continual learning.
Make Beautiful Tables with the Formattable Package
I love the formattable package, but I always struggle to remember its syntax. A quick Google search reveals that I’m not alone in this struggle. This post is intended as a reminder for myself of how the package works – and hopefully you’ll find it useful too!
Searching for the optimal hyper-parameters of an ARIMA model in parallel: the tidy gridsearch approach
Introduction In this blog post, I’ll use the data that I cleaned in a previousblog post, which you can downloadhere. If you want to follow along,download the monthly data.
Gold-Mining Week 11 (2018)
The post Gold-Mining Week 11 (2018) appeared first on Fantasy Football Analytics.
Quoting in R
Many R
users appear to be big fans of “code capturing” or “non standard evaluation” (NSE) interfaces. In this note we will discuss quoting and non-quoting interfaces in R
.
(Webinar) Farmers and Chubb on Humanizing Claims with AI
Sponsored Post.
Scikit-learn Tutorial: Machine Learning in Python
Scikit-learn is a free machine learning library for Python. It features various algorithms like support vector machine, random forests, and k-neighbours, and it also supports Python numerical and scientific libraries like NumPy
and SciPy
.