Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DDFG] Complete MAR missingness generation #62

Open
mm-abogdan opened this issue Jul 8, 2019 · 1 comment
Open

[DDFG] Complete MAR missingness generation #62

mm-abogdan opened this issue Jul 8, 2019 · 1 comment

Comments

@mm-abogdan
Copy link

mm-abogdan commented Jul 8, 2019

Complete mar method in the Corruptor class.

Simplified, MAR (Missing at Random) is a type of missingness in which the probability of a value being missing is conditional only on the observed data.

Implementation: Select a random subset of the features in the given dataset and base missingness on these features. This could be some fraction of the features, or a random number between 1 - n_features.

Be sure that functions accept & return matrices.
Be sure to follow the 4 steps outlined in contributing.md

The below labels are for DDFG (Data Days for Good) participant reference:
Priority: High
Difficulty: Low - Medium

def mar(self):
""" Overwrites values with MAR placed NaN's """
pass

@mm-abogdan mm-abogdan changed the title Complete MAR missingness generation [DDFG] Complete MAR missingness generation Jul 8, 2019
@ghost
Copy link

ghost commented Dec 24, 2023

so untalented datalosah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant