Sam Sharpe

Results 3 issues of Sam Sharpe

- Replace lambda functions to enable parallel processing for serializable models - Add example notebook for how to speed up lime calculations

## Create a simple dataset with lists ``` from torch.utils.data import DataLoader import streaming from streaming import StreamingDataset from streaming.base.converters import dataframe_to_mds from datasets import Dataset import pandas as pd...

bug

## 🚀 Feature Request I would like to be able to filter my data based on a callable that returns true/false and limit to a specific length like huggingface datasets...

enhancement