Skip to content
New issue

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

label handling #3

Open
wey-gu opened this issue Jul 21, 2022 · 0 comments
Open

label handling #3

wey-gu opened this issue Jul 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wey-gu
Copy link
Owner

wey-gu commented Jul 21, 2022

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
@wey-gu wey-gu added the enhancement New feature or request label Jul 21, 2022
@wey-gu wey-gu self-assigned this Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant