-
Notifications
You must be signed in to change notification settings - Fork 124
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
[good first issue - beginner] Ensure all examples have a jupyter notebook to present the example #247
Comments
Hi! Is anyone working on this? Can I claim the numpy and scikit-learn portions of this task? |
Sure. I'll assign your name to them. |
This helps us standardize our examples by adding notebooks as a means to also run them. See #247 . * Added jupyter notebook version of scikit-learn example * Added comment about limitations
@AnupJoseph thanks for those two! Let me know if you want to claim more, or if you want something a little "harder". |
Welcome! I'll take up some of the other examples as I get the time |
Hi @skrawcz. I would like to claim |
Yep -- actually it seems like |
I'm open to taking any of the below. Thanks!
|
@bryangalindo let me give you polars. |
@alti-tude any updates on your end? Need any help? |
@skrawcz I'm working on the Dask example instead since the Polars example doesn't have a run.py module (unless I missed it or someone is hiding it in a shelf 😄). I confirmed a run.py module exists in examples/dask/hello_world. |
Ah yeah -- it might be called |
Ah thanks for pointing that out. I can continue working on the Polars example. Thanks @skrawcz! |
@skrawcz I can take the feature_engineering_multiple_contexts |
@skrawcz i can take the ray example |
@skrawcz can I take prefect? |
@skrawcz can I take model_examples and LLM_workflows? I am going through the code anyway, I might as well fix a notebook for them :) thanks |
@skrawcz can I take the data_loaders? |
@skrawcz I would like to take the reusing_functions |
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.
Extra instructions
Examples to check off from the /examples folder
The text was updated successfully, but these errors were encountered: