While following the Part-7 tutorial, I tried creating the federatedDataset, however an error popped up. see below:

So, I checked the source code: syft.frameworks.torch.federated.dataset and found that the FederatedDataset class expects a list. I (trying my luck) did this:

The error was expected. It means there could be a bug. The dataset in datasets should have a "data" attribute. There is a data attribute in boston_data['alice'][0].data but not in boston_data.data.