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

Randomize splitting of documents #20

Open
igrangel opened this issue May 25, 2017 · 5 comments
Open

Randomize splitting of documents #20

igrangel opened this issue May 25, 2017 · 5 comments

Comments

@igrangel
Copy link
Contributor

How can you ensure here that elements are randomly generated?

@omarrana
Copy link
Contributor

Elements are Randomly Generated once at the start then they are just appended to seed.aml seed-0, and seed-1. The code above links to just randomly splitting few items into one of the files so they are bit more different.

@igrangel
Copy link
Contributor Author

The idea to implement would be the following. The algorithm should randomly take elements and create conflicts, i.e., newly added elements to seed-0 or seed-1. Whenever they are created should be stated in the Gold standard that those elements are 0 since they will be in one seed but not in the other.

@omarrana
Copy link
Contributor

omarrana commented May 25, 2017

yes the new elements generation is not implemented in seed-0 or seed-1 with 0 value in GoldStandard.
So technically we dont need to tell GoldStandard they are 0 since GoldStandard takes values from seed.aml.
We just add some new random values in seed1 and seed 0. Is it really what we are looking for

@omarrana
Copy link
Contributor

close

@igrangel
Copy link
Contributor Author

Which distribution is the basis to make this random generation? Please, point to the line of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants