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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User-defined missing value codes would be useful in certain domains, instead of lumping them all into np.NaN
np.NaN
It could be per feature (as different features may have different ranges) or per dataset, or per attribute (covariate do tend to be missing often!)
The text was updated successfully, but these errors were encountered:
Suggested this in numpy for discussion as well: numpy/numpy#14254
Sorry, something went wrong.
No branches or pull requests
User-defined missing value codes would be useful in certain domains, instead of lumping them all into
np.NaN
It could be per feature (as different features may have different ranges) or per dataset, or per attribute (covariate do tend to be missing often!)
The text was updated successfully, but these errors were encountered: