Skip to content

Are the dimensions correct for the jaccard-based datasets #607

@BlaiseMuhirwa

Description

@BlaiseMuhirwa

I noticed that datasets using Jaccard similarity were recently added, namely movie lens and kosarak. I downloaded the HDF5 and extracted the 'train' split for kosarak. However, the shape I get doesn't seem correct. Am I missing something?

>>> kosarak = np.load("kosarak-jaccard.train.npy")
>>> kosarak.shape
(4167103,)
>>> 

This certainly is very different from what the readme says (74962 vectors each of dimensionality 27983). Would appreciate clarification on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions