Share your V2 projects here

40% faster training with a scikit-learn-like API for numpy arrays

If you use numpy arrays as input to your model, you may be interested in a new package I’ve created to speed up training.

The API looks like this:

dsets = NumpyDatasets(X, y=None, tfms=tfms, splits=splits, inplace=True)

You have more details on this link:

6 Likes