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

[FEATURE]: Make each example in examples directory a standalone Poetry project #91

Open
amirhessam88 opened this issue May 31, 2022 · 2 comments
Assignees
Labels
backlog Backlog enhancement New feature or request good first issue Good for newcomers

Comments

@amirhessam88
Copy link
Member

Contact Details [Optional]

No response

Describe the feature you are interested in ...

Currently, we only have notebooks in examples. We can create more standalone poetry projects as example where they also have a notebook and Google colab link. In this way, the user can quickly pick up the code. In addition to this, I can see that we can get more contributors; where they can add their idea as an example. Please note that, since each poetry project would be independent of the package, it can have other integrations such as mlflow, zenml, evidently, .... This would help us to see what we can infer out of the examples as new features inside the library itself.
@Tsmith5151 I think you can start thinking about this pattern and moving the examples into their own projects. Something like:

examples/
         api/                   <- we move all of the current notebooks here as the pure examples of each module
         classification-with-mlflow-integration/ ....
         regression-with-zenml/ ... 
         timeseries-with-airflow/ ....

and so on; in this way we can add other dependencies to each example;
Thoughts ?

Is your feature request related to a problem?

No response

Any other comments?

No response

@amirhessam88
Copy link
Member Author

@Tsmith5151 this is the placeholder to discuss examples/

@amirhessam88
Copy link
Member Author

@Tsmith5151 We also need to turn on Colab in notebooks. I did apply a restructure to the examples. Please take a look

@amirhessam88 amirhessam88 added the backlog Backlog label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog enhancement New feature or request good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

No branches or pull requests

6 participants