(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

A new generic method to improve machine learning applications in official statistics

What is it about?

Machine learning applications perform well in estimating which unit belongs to which class, better known as classification. The field of machine learning has put a lot of effort into developing well-performing classification algorithms over the last decennia. However, using classification algorithms in official statistics to count the number of units that belong to a class always introduces a bias, known as misclassification bias. Misclassification bias does not occur in traditional applications of machine learning and therefore it has received little attention in the academic literature. In this paper, we introduce a new method to correct for misclassification bias that performs better than traditional methods.

Why is it important?

National statistical institutes are often interested in counting the number of units that belong to a specific class. Machine learning applications can help in collecting interesting new fields of statistics. Estimating the number of units that belong to a specific class with machine learning applications leads to misclassification bias, which leads to less accurate statistics. The method presented in this paper improves the quality of official statistics using machine learning applications.

Read more on Kudos…
The following have contributed to this page:
Kevin Kloos
' ,"url"));