PHT-Medic / federated

Federated learning using the PHT Medic
MIT License
0 stars 0 forks source link

Aggregated discovery results data models #13

Open migraf opened 2 years ago

migraf commented 2 years ago

Define data models for the output of the discovery results aggregation. Grouped under the proposal id. What other meta fields would be nice? Maybe split into resource and data discovery.

i.e.

{
    "proposal_id": "id",
    "results": {
         "fields": [
             {"field": "field-name", "result": {}},
         ]
    }
}
Felix6464 commented 1 year ago

I guess its closed?