Skip to content

Releases: WenjieDu/PyGrinder

v0.5 Add rdo() to randomly drop observations

27 May 16:40
4ec11e9
Compare
Choose a tag to compare

In this new version, we add a new missingness-creation function rdo(), which can randomly drop observations only to create missing values.

What's Changed

Full Changelog: v0.4...v0.5

v0.4

16 Dec 05:38
30bf360
Compare
Choose a tag to compare

In new version 0.4, we adjust APIs of mcar(), mar_logistic(), mnar_x() and mnar_t(), now they only return the corrupted input data with additional missing values, without masks. Users can use new functions fill_and_get_mask() to get corresponding missing mask and fill the missing data with a specified value like 0.

What's Changed

Full Changelog: v0.3...v0.4

v0.3

23 Nov 04:57
9460d8c
Compare
Choose a tag to compare

😎 PyGrinder v0.3

In this release, we fixed some minor bugs and updated docs. Mainly, missingness-creating functions are enabled to only return corrupted X containing NaNs without X_intact and masks by turning the argument return_masks to False.

What's Changed

Full Changelog: v0.2...v0.3

v0.2

06 Nov 04:40
9f7929a
Compare
Choose a tag to compare

PyGrinder v0.2

This new version is released with below new features:

  1. Little's MCAR test;
  2. switch the license from GPL-v3 to BSD-3-Clause;

What's Changed

Full Changelog: v0.1.1...v0.2

v0.1.1

19 Oct 09:35
83af27d
Compare
Choose a tag to compare

PyGrinder v0.1.1

What's Changed

New Contributors

Full Changelog: v0.1...v0.1.1

v0.1

12 Oct 15:44
3d395eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.1

v0.0.4

19 Mar 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/WenjieDu/PyCorruptor/commits/v0.0.4