-
Notifications
You must be signed in to change notification settings - Fork 8
Description
why in every seed the result always have score : 1 and Iteration: 0?
i think the score should be in decimals numbers
here is the mongodb result after running the code :
db.reverb_wikipedia_1000_2_promotes_esp_i_rel_nokeep.find()
{ "_id" : ObjectId("59a6c363c7a447369f600f2c"), "arg1" : "Probiotics", "arg2" : "overall good health", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f2d"), "arg1" : "Vitamin C", "arg2" : "healthy immune functions", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f2e"), "arg1" : "Vitamin C", "arg2" : "dietary iron", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f2f"), "arg1" : "Vitamin D", "arg2" : "Calcium", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f30"), "arg1" : "Sunlight", "arg2" : "Vitamin D", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f31"), "arg1" : "Vitamin A", "arg2" : "immunity", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f32"), "arg1" : "Sugary food and drinks", "arg2" : "tooth decay", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f33"), "arg1" : "Sugars", "arg2" : "tooth decay", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f34"), "arg1" : "HGF", "arg2" : "human MSCs", "score" : 1, "it" : 0 }
{ "_id" : ObjectId("59a6c364c7a447369f600f35"), "arg1" : "Vitamin E", "arg2" : "circulation", "score" : 1, "it" : 0 }