We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tried to run Harmony using:
hm.run_harmony(data_mat, meta_data, vars_use, max_iter_harmony=50)
It still only ran 10 iterations and stopped prematurely before reaching convergence. Any idea how to harmonize a dataset with > 10 iterations?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
3f24468
Thanks for reporting the issue! I hope that the latest commit fixes it.
Could I please ask if you might be able to test the latest version from Github?
pip install git+https://github.com/slowkow/harmonypy
Sorry, something went wrong.
This update (0.0.4) fixed it! Thanks!
No branches or pull requests
When I tried to run Harmony using:
hm.run_harmony(data_mat, meta_data, vars_use, max_iter_harmony=50)
It still only ran 10 iterations and stopped prematurely before reaching convergence. Any idea how to harmonize a dataset with > 10 iterations?
Thanks in advance!
The text was updated successfully, but these errors were encountered: