-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat(datasets): Add kwargs for huggingface.HFDataset #580
feat(datasets): Add kwargs for huggingface.HFDataset #580
Conversation
Signed-off-by: Eduardo <[email protected]>
993444a
to
38ce402
Compare
thanks for raising this @eromerobilbomatica ! |
Signed-off-by: eduardo <[email protected]>
Signed-off-by: eduardo <[email protected]>
Signed-off-by: eduardo <[email protected]>
@eromerobilbomatica I see a lot of newlines get added in files, is it possible to not include these changes in the PR? Ideally this PR should touch only p.s. I also updated the title |
That is @noklam, my PR only is connected |
@eromerobilbomatica There is a legitimate problem, see the failed checks:
|
…y accessing self._dataset_kwargs instead of self._pipeline_kwargs.
@astrojuanlu just fixed it, sorry! things of copy and paste. |
…bilbomatica/kedro-plugins into huggingface_dataset_load
Signed-off-by: eduardo <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @eromerobilbomatica ! ⭐ Can you add the change to the release notes together with your name as contributor (you can see examples in old release notes).
I add myself as as contributor. Signed-off-by: Eduardo <[email protected]>
Add note about the fixed bug. Signed-off-by: Eduardo <[email protected]>
Fixed my comments and its position in the section. Signed-off-by: Eduardo <[email protected]>
Changed my name to community contributions in the "Upcoming Release" section Signed-off-by: Eduardo <[email protected]>
Woah, it's trying to install Dask 0.8.2, released 2016... https://pypi.org/project/dask/0.8.2/ something very weird going on |
Dask just released a new version: https://pypi.org/project/dask/2024.3.0/#history, pinning it seems to at least fix the installation step but there's other stuff wrong as well: #604 |
Signed-off-by: Merel Theisen <[email protected]>
@eromerobilbomatica now the |
* issue kedro-org#574 * Chance to kedro-org#574 issue Signed-off-by: Eduardo <[email protected]> * lint tool implementation fixes Signed-off-by: eduardo <[email protected]> * lint tool implementation fixes Signed-off-by: eduardo <[email protected]> * lint tool implementation fixes for the second time Signed-off-by: eduardo <[email protected]> * Fixed attribute name typo in HFDataset's _load() method, now correctly accessing self._dataset_kwargs instead of self._pipeline_kwargs. * corrections after applying the `make plugin=kedro-datasets lint` Signed-off-by: eduardo <[email protected]> * Update RELEASE.md I add myself as as contributor. Signed-off-by: Eduardo <[email protected]> * Update RELEASE.md Add note about the fixed bug. Signed-off-by: Eduardo <[email protected]> * Update RELEASE.md Fixed my comments and its position in the section. Signed-off-by: Eduardo <[email protected]> * Update RELEASE.md Changed my name to community contributions in the "Upcoming Release" section Signed-off-by: Eduardo <[email protected]> --------- Signed-off-by: Eduardo <[email protected]> Signed-off-by: eduardo <[email protected]> Signed-off-by: Eduardo <[email protected]> Signed-off-by: Merel Theisen <[email protected]> Co-authored-by: eduardo <[email protected]> Co-authored-by: Nok Lam Chan <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: tgoelles <[email protected]>
Description
Issue: The kedro_datasets.huggingface.HFDataset class have to accept parameters optionals in call of the function #574
Development notes
Checklist
RELEASE.md
file