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
See
umap/umap/umap_.py
Line 1705 in f86c922
The value n_epochs=10 gives the error n_epochs must be a positive integer of at least 10.
n_epochs=10
n_epochs must be a positive integer of at least 10
Either the error should only start at n_epochs=9, or the error message needs to say at least 11.
n_epochs=9
at least 11
The text was updated successfully, but these errors were encountered:
This was closed by #634.
Sorry, something went wrong.
No branches or pull requests
See
umap/umap/umap_.py
Line 1705 in f86c922
The value
n_epochs=10
gives the errorn_epochs must be a positive integer of at least 10
.Either the error should only start at
n_epochs=9
, or the error message needs to sayat least 11
.The text was updated successfully, but these errors were encountered: