Skip to content

[doc] Add R tab to parameter tuning tutorial #12501

Description

@sansha521

Summary

Add R code tabs alongside the existing Python examples in the PARAM_TUNING tutorial (doc/tutorials/param_tuning.rst).

The current Reducing Memory Usage section contains several Python examples for train/test splitting, dropping dataframe columns, checking/converting array types, and avoiding unnecessary memory copies. This issue proposes adding equivalent R examples using the existing .. tabs:: / .. code-tab:: structure.

The R examples should:

  • provide equivalent R code where applicable
  • avoid introducing unnecessary package dependencies
  • preserve the intent of the existing memory-usage recommendations
  • keep the Python examples unchanged

This is part of #11413.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions