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

Question about estimate_performance() #36

Open
ljchang opened this issue Jan 30, 2022 · 1 comment
Open

Question about estimate_performance() #36

ljchang opened this issue Jan 30, 2022 · 1 comment
Assignees
Labels

Comments

@ljchang
Copy link
Member

ljchang commented Jan 30, 2022

I am running estimate_performance() function on sparse data and am curious about how the mask_items keyword argument works.

From docstrings
n_mask_items (int/float, optional): how much randomly sparsify dense data each iteration; Defaults to masking out 20% of observed

This keyword makes sense for dense data, but how does it work with sparse data? is it ignored?

@ejolly ejolly self-assigned this Jan 30, 2022
@ejolly ejolly added the docs label Jan 30, 2022
@ejolly
Copy link
Contributor

ejolly commented Jan 30, 2022

Yup it's ignored. Can clarify this in the documentation

ejolly added a commit that referenced this issue May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants