Skip to content

reason why deleting triples? #15

@EJHyun

Description

@EJHyun

Hi
I'm curious about this code snippet

for i in range (len(train_triples)-1,-1,-1): # range(start, stop, step)
			if i not in keep_idx:
				del train_triples[i] 
                # if start / end time is like -405 or like 100, delete                
                # But why?

Why do you delete those train facts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions