recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
19.24k stars 3.1k forks source link

[BUG] Review TFIDF notebook and CORD dataset #1945

Open miguelgfierro opened 1 year ago

miguelgfierro commented 1 year ago

Description

In which platform does it happen?

How do we replicate the issue?

Expected behavior (i.e. solution)

Other Comments

miguelgfierro commented 1 year ago

Solution:

import mltable

paths = [
    {
        "folder": "wasbs://covid19temp@azureopendatastorage.blob.core.windows.net/"
    }
]

tbl = mltable.from_paths(paths)
tbl.show()
miguelgfierro commented 1 year ago

From Huggingface: