systemds
systemds copied to clipboard
[SYSTEMDS-2835] Add a federated version of adult_neural and mnist tests
The mnist version works. Adult neural still has problems, because toOneHot() is not executed federated and the federated Paramserver fails if features are federated, but labels are not.
Requires #1667
The two helpers in the new testcases could be combined, but importing of helper classes is weird for testcases, so I don't plan on adding this for the commit. Also please double check if the linked JIRA issue is fine