-
-
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
Replace an undocumented example by a cookbook page #3000
Comments
Ok, I've given it a shot for the Gaussian Naive Bayes example. I'm new to Shogun (and ML in general), so I would really appreciate it if someone could give it a quick look and let me know if everything looks ok. https://github.com/tbskm/gaussianNaiveBayes-cookbook |
Hi there, A note for the others -- there are many more examples to go |
@karlnapf I tried to build the cookbook in |
This is just the link checker failing, are you online? |
Hmm, pretty sure I would have been online, but I'm using a stock Broadcom card that frequently acts up with Linux, so my connection probably went down at some point.
From: Heiko Strathmann [email protected] This is just the link checker failing, are you online? — |
@karlnapf It works now after pulling the latest version. Although |
@tbskm I like the gaussian naive bayes example! Will merge soon. |
@sanuj lets not discuss this here ... irc maybe? |
Hello, I'm working on replacing "converter_multidimensionalscaling_modular.py" with a meta example and a cookbook page. I have created a "converter" subdirectory under "examples/meta/src" and am thinking of adding a "Feature Transformations" (inspired from "converter") field in index.rst. Truth is that MDS is a general technique that can be applied for visualization, dimensionality reduction or feature extraction, so I'm skeptical about the correct name, do you have any suggestions? I also have a problem with this line of code How should this appear in the .sg file? Building as |
All good. I commented that we will not have this norm comparison in the output. That is unit testing material and the meta examples just store the results, so just remove the line |
Whoops. Re-opening as there are lots of python example still. No need for cookbook rst pages for the remaining distance examples. A meta example is fine. |
Add a single page in the cookbook, replacing a python/octave/ ... example.
The patch should contain 3 changes
See https://github.com/shogun-toolbox/docs/blob/master/EXAMPLES.md and https://github.com/shogun-toolbox/docs/blob/master/DEVELOPING.md for instructions.
NOTE: There are many many of those, so this needs many people solving small pieces
The text was updated successfully, but these errors were encountered: