-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Port all existing (python, libshogun) examples to meta examples #3555
Comments
@karlnapf I would like to take a stab at the issue. |
Yeah sure, as said, there is hundreds |
This is still really important |
…n example to meta examples
…mented-python-example
I have write a post in my blog commenting things I've seen while creating the example I've just submitted. If someone trying to add samples can find it useful I would be delighted :) |
Great! :) Keep in mind also that |
There are still more examples to port as of early 2019: see |
@karlnapf I wish to work on making meta examples for remaining py files mentioned in examples/uncodcumented/python directory, I wanted to know that whether there are any documentation / tutorial/ blogs on how to convert those py file into and meta example, and how it works. |
There is a readme |
@karlnapf Ok I will take this task of building meta example for remaining python files. |
We will need to port all examples in |
Where is this readme available? |
@Hephaestus12 i'm not so sure where did you read about not writing cookbook pages.... yes you need to comment the sections. |
@vigsterkr Sorry, I was referring to the distance examples, it was mentioned here: #3000 (comment) |
@Hephaestus12 that's a specific case... |
Wanted to upload .sg and .rst files for the Linear Time MMD example but couldn't make a new branch to start the patch. Also, is trying to make files for the exampes on the cookbook site still a good initial patch, or are there any others that you'd recommend that are new from the 2017 "getting started" page? Thanks1 |
@festusojo123 plz read about how to submit your first PR on github (search for manual on the internet) |
@karlnapf There are many cases where labels would be generated using np.random how do you suggest going about those cases |
Load a dataset instead. We have many, check the other examples |
#3000 is the full thing, example and cookbook page
This task is simple copy paste: Just take any of the existing python examples
examples/uncodcumented/python_modular
and create a meta example that does the same thing.Remove the old example afterwards
See https://github.com/shogun-toolbox/docs/blob/master/EXAMPLES.md and https://github.com/shogun-toolbox/docs/blob/master/DEVELOPING.md for instructions.
This is a great task to get started with Shogun's examples, very easy.
There are a few hundred examples, so lots to do :)
The text was updated successfully, but these errors were encountered: