You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the PR above gets merged, we'll have a mechanism to show language tabs throughout the online docs, but it would only be used in 2 out of 25 tutorials. This could be a nice way to make all the current tutorials multi-language, by having a tab for 'R' next to the tab for 'Python' - example:
I think most of the tutorials would be straightforward to write as R code (save for ones that don't apply, like distributed mode), but it's quite a lot of work. Leaving the idea here in case someone wants to work on porting at least some tutorials (CC @mayer79@jameslamb@dfsnow).
The text was updated successfully, but these errors were encountered:
I have wanted tab-per-language tutorials like this in LightGBM for a while, never took the time to investigate it. I'd love to adopt something like what you did for #11410 in LightGBM, with at least Python and R.
I'd love to expand https://github.com/microsoft/LightGBM/blob/master/docs/Features.rst with one section for each of like "early stopping", "linear trees", "custom objective function", etc. I'd welcome a PR over there to introduce this plugin and one such example (let's say "linear trees") if you have the time and interest. If not, no worries, I'll adopt what you've put together in #11410.
it's quite a lot of work
This can be a good candidate for a good first issue to attract more outside contributors, I think. If you all go that route, I recommend enumerating all of the examples to be done in a to-do list, like I did here: microsoft/LightGBM#6361
I would also be happy to help with some of these examples 😊
ref #11410
After the PR above gets merged, we'll have a mechanism to show language tabs throughout the online docs, but it would only be used in 2 out of 25 tutorials. This could be a nice way to make all the current tutorials multi-language, by having a tab for 'R' next to the tab for 'Python' - example:
I think most of the tutorials would be straightforward to write as R code (save for ones that don't apply, like distributed mode), but it's quite a lot of work. Leaving the idea here in case someone wants to work on porting at least some tutorials (CC @mayer79 @jameslamb @dfsnow).
The text was updated successfully, but these errors were encountered: