Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Review TFIDF notebook and CORD dataset #1945

Open
miguelgfierro opened this issue Jun 20, 2023 · 2 comments
Open

[BUG] Review TFIDF notebook and CORD dataset #1945

miguelgfierro opened this issue Jun 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@miguelgfierro
Copy link
Collaborator

Description

  • TFIDF notebook doesn't work
  • Add test for notebook
  • Add test for dataset

In which platform does it happen?

How do we replicate the issue?

Expected behavior (i.e. solution)

Other Comments

@miguelgfierro miguelgfierro added the bug Something isn't working label Jun 20, 2023
@miguelgfierro
Copy link
Collaborator Author

Solution:

import mltable

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

tbl = mltable.from_paths(paths)
tbl.show()

@miguelgfierro
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant