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
Currently, udf_gamma is always 1. However, it should be specified by users.
Then, I think it is better to modify the argument cardinality as follows:
cardinality
assert (cardinality in ["one", "reciprocal", "udf_gamma"]) or isinstance(cardinality, float)
Modify udf_gamma.
yyyy / mm / dd
If the parent issue exists, post a link here.
If there are any reference links, they are described here.
Other comments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Currently, udf_gamma is always 1.
However, it should be specified by users.
Then, I think it is better to modify the argument
cardinality
as follows:Goal
Modify udf_gamma.
Todo
Deadline
yyyy / mm / dd
Parent issue
If the parent issue exists, post a link here.
References
If there are any reference links, they are described here.
Notes
Other comments.
The text was updated successfully, but these errors were encountered: