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

Implement the possibility to monitor the progress of ancillary feature computation #130

Open
paulmueller opened this issue May 26, 2021 · 0 comments

Comments

@paulmueller
Copy link
Member

Using count and max_count as multiprocessing.Value in an atomic way:

with count.get_lock():
    count.value += 1

The only question to address is where to define count and max_count (maybe in a dictionary with dataset-identifiers and feature names as keys?).

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

No branches or pull requests

1 participant