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

data_loaders #1122

Closed
skrawcz opened this issue Sep 4, 2024 · 1 comment · Fixed by #1174
Closed

data_loaders #1122

skrawcz opened this issue Sep 4, 2024 · 1 comment · Fixed by #1174
Assignees
Labels
hacktoberfest Hacktoberfest issues

Comments

@skrawcz
Copy link
Collaborator

skrawcz commented Sep 4, 2024

Is your feature request related to a problem? Please describe.

A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.

Describe the solution you'd like

We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out.

E.g. we want each example to have a notebook kind of like the hello world example.

This issue is for the data_loaders example.

@eoagyen
Copy link
Contributor

eoagyen commented Sep 4, 2024

@skrawcz Thanks for the confirmation! I'm happy to take on the data_loaders task. Please go ahead and assign it to me.

@skrawcz skrawcz linked a pull request Oct 14, 2024 that will close this issue
7 tasks
@skrawcz skrawcz added the hacktoberfest Hacktoberfest issues label Oct 14, 2024
skrawcz added a commit that referenced this issue Oct 14, 2024
Adds notebook to show data loader example.

* Notebook for data loaders example

* Markdown cells for overview of notebook

* Notebook for data loaders example

* Including cell to module magic for the modules
used. Implementing newer builder pattern and
addition of further docummentation using markdown
cells.

* Updates notebook to remove extra imports

---------

Co-authored-by: Stefan Krawczyk <stefan@dagworks.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants