You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSAID's streaming branch introduces the OnDiskPSMDataset class which is enables the chunk-wise streaming of a PSMDataset and returns this chunks as LinearPSMDataset. To make this relationship more explicit and clearer to developers it would be nice to consolidate the names. For example InMemoryPSMDataset and OnDiskPSMDataset.
The text was updated successfully, but these errors were encountered:
This issue stems from this discussion.
MSAID's streaming branch introduces the OnDiskPSMDataset class which is enables the chunk-wise streaming of a PSMDataset and returns this chunks as LinearPSMDataset. To make this relationship more explicit and clearer to developers it would be nice to consolidate the names. For example
InMemoryPSMDataset
andOnDiskPSMDataset
.The text was updated successfully, but these errors were encountered: