Text indexing in Python with minimal finite-state automata

Have you ever wondered how Lucene/Elasticsearch does its job so well? This post will teach you about essential part of the Lucene index - minimal finite-state automaton (FSA).
Read more →

Ensemble learning - stacking models with scikit-learn

Ensembling is a ML technique in which we use multiple learning algorithms to get better performance than could be obtained from any of the algorithms alone.
Read more →

Setting ulimits for docker process and containers in Ubuntu (and possibly other distros)

Learn how to set maximum number of system resources that can be allocated to running docker processes and containers in Ubuntu
Read more →