-
Notifications
You must be signed in to change notification settings - Fork 93
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
Guidelines for adding new examples #120
Comments
@Aakash-kaushik Thank you for writing this, I think we can add some points about tutorials too. |
I think we should leave space for especially interesting or practical examples, even if they aren't especially simple. |
I need to think about how and what to write and then i will add it. |
Yes that is correct I will add that point too. |
@Aakash-kaushik Thanks for putting this together, can you run a spell checker over the text? |
Edited the issue, Take a look now. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
@rcurtin do you think we can pin this issue? |
Yeah! Not a bad idea. Done. 👍 Thanks @Aakash-kaushik for originally writing these up! |
I will add some example tutorial using mlpack. I will document the examples well understood and precise. Please assign this to me |
Hey @Saikirannaidu225, welcome and feel free to take those up and create a draft PR for those. |
So this issue gives out a template or a guide that can be followed or kept in mind when writing new examples:
The examples should be well documented in terms that can easily be understood by people entering the field of Machine learning or have been in it for a long time.
Make examples simple enough so the user can basically grasp what he needs to build his own full-fledged model and don't over-complicate the examples but still try to include all library functionalities related to that example.
A little bit more can be written about parameters or functionalities which are implemented differently in mlpack than what the common notion is or which might confuse the user.
When adding the comments and writing tutorials try to mention why you followed a particular strategy in the example and maybe mention what are the implications of the strategy that you took and what are the other ways a user can proceed with the example.
Some examples that show things that are particularly interesting or practical can take a divergence from these guidelines and can become a bit complicated, maybe an example of such could be GANs but not limited to it.
And please take a look at the example that exists before and try to avoid redundant examples.
And lastly, this is just a guide, not strict rules so have fun writing examples and show your creativity. :)
The text was updated successfully, but these errors were encountered: