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

Allow Lm and Lm2 to auto-ignore NaNs #55

Open
ejolly opened this issue Mar 10, 2020 · 0 comments
Open

Allow Lm and Lm2 to auto-ignore NaNs #55

ejolly opened this issue Mar 10, 2020 · 0 comments

Comments

@ejolly
Copy link
Owner

ejolly commented Mar 10, 2020

Currently a user needs to manually deal with NaNs, e.g. by dropping the rows or filling them with some values in pandas (e.g. .fillna(0)).

Would be nice to have a boolean flag that defaults to ignoring NaNs but prints a warning if they exist, or errors out if set to False

@ejolly ejolly added this to Roadmap Sep 8, 2023
@ejolly ejolly moved this to Short term definitely in Roadmap Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Short term
Development

No branches or pull requests

1 participant