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
Add label expression as below:
--- # If vertex id is string type, remap_vertex_id must be true. remap_vertex_id: True space: yelp # str or int vertex_id_type: int vertex_tags: - name: review label: name: is_fraud properties: - name: is_fraud type: int nullable: False filter: type: value features: - name: f0 properties: - name: f0 type: float nullable: False filter: type: value - name: f1 properties: - name: f1 type: float nullable: False filter: type: value
The text was updated successfully, but these errors were encountered:
wey-gu
No branches or pull requests
Add label expression as below:
The text was updated successfully, but these errors were encountered: