-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule RS_Py
updated
24 files
+0 −1 | .gitattributes | |
+0 −3 | .gitignore | |
+10 −0 | .idea/material_theme_project_new.xml | |
+24 −2 | .idea/workspace.xml | |
+ − | data/seed_power_law_1.zip | |
+6 −0 | models/ground_truth_1/readersourcing/goodness.csv | |
+1 −0 | models/ground_truth_1/readersourcing/info.json | |
+1 −0 | models/ground_truth_1/readersourcing/quantities.json | |
+6 −0 | models/ground_truth_1/readersourcing/ratings.csv | |
+1 −1 | models/ground_truth_2/readersourcing/info.json | |
+ − | models/seed_power_law_1.zip | |
+ − | models/seed_power_law_batch.zip | |
+1,201 −0 | notebooks/1.Seed-Power-Law.ipynb | |
+2,021 −0 | notebooks/2.Readersourcing.ipynb | |
+0 −0 | notebooks/3.TrueReview.ipynb | |
+523 −399 | notebooks/4.Experiments.ipynb | |
+0 −674 | notebooks/Readersourcing.ipynb | |
+25 −11 | notebooks/ReadersourcingToolkit.py | |
+0 −983 | notebooks/Seeder.ipynb | |
+0 −393 | scripts/Experiments.py | |
+0 −528 | scripts/Readersourcing.py | |
+0 −155 | scripts/ReadersourcingToolkit.py | |
+0 −671 | scripts/Seeder.py | |
+0 −229 | scripts/TrueReview.py |