Anders Alexandersson
Anders Alexandersson
Would be nice to have `charlatan` generate random U.S. Social Security Numbers (SSN). Was commented "can do" but then removed from the v0.3 milestone in [issue 61](https://github.com/ropensci/charlatan/issues/61) in 2018. Can...
I have a feature wish for data inputting in the online tool: **check for unique identifiers**. That is, specify which variable(s) uniquely identify an observation (a.k.a. a record, a row...
There seems to be a typo in the file BioAlignments.jl/docs/src/hts-files.md ## Expected Behavior I expected this code to work in Julia 1.1.0: `find(header(reader), "SQ")` I suggest to use findall() instead...
Please add **Matthews correlation coefficient** (MCC) as an additional statistic for the confusion table: ``` TP * TN - FP * FN MCC = ----------------------------------------------------- [(TP + FP) * (FN...
**Describe the bug** First names are not gender-specific, and therefore often not realistic. This is a problem when combining name and sex in Faker.profile(). For example, typically Barbara is a...
**Is your feature request related to a problem? Please describe.** Yes, I need fake U.S. Social Security Numbers (SSN) as part of new public datasets for testing record linkage. Unfortunately,...