LabeliaLabs / distributed-learning-contributivity

Simulate collaborative ML scenarios, experiment multi-partner learning approaches and measure respective contributions of different datasets to model performance.
https://www.labelia.org
Apache License 2.0
56 stars 12 forks source link

Switch local or global val/test set #288

Closed arthurPignet closed 3 years ago

arthurPignet commented 3 years ago

add an option on how compute val score and test score. If set to local, the global test/val set will be split between partners exactly like the train set. it will also be corrupted as the train set is.

Then the val score and test score for global model will be the average of the scores computed on each partners set.

closing #287