Live data from Hacker News

Seaborn bug responsible for finding of declining disruptiveness in science

arxiv.org

1–10 of 77 posts

Re: Seaborn bug responsible for finding of declining disruptiveness in science

#3
post #2

Seaborn??? Typo surely Edit: Not mentioned in the abstract but it is in the main paper. Editorialised title.

It's a statistics software package:

> A bug in the seaborn 0.11.2 plotting software [3], used by Park et al. [1], silently drops the largest data points in the histograms.

Re: Seaborn bug responsible for finding of declining disruptiveness in science

#7
The seaborn issue linked in the paper, “Treat binwidth as approximate to avoid dropping outermost datapoints” (https://github.com/mwaskom/seaborn/pull/3489), summarizes the problem as follows:

> floating point errors could cause the largest datapoint(s) to be silently dropped

However, the paper does not contain the string “float”, instead saying only:

> A bug in the seaborn 0.11.2 plotting software [3], used by Park et al. [1], silently drops the largest data points in the histograms.

So at the very least, the paper is silent on a key aspect of the bug.

Re: Seaborn bug responsible for finding of declining disruptiveness in science

#10
post #2

Seaborn??? Typo surely Edit: Not mentioned in the abstract but it is in the main paper. Editorialised title.

It's referring to the seaborn library (https://seaborn.pydata.org/), a Python library for data visualization (built on top of matplotlib).
Post reply on HN