如何将 R 变量传递给 Python?
在 jupyternotebook 中,我习惯%reload_ext rpy2.ipython在一篇笔记中使用 R 和 Python。我知道如何通过使用将 python 变量
%%R -i xxxxxx 传递给单元格中的 R 来将 python 变量传递给 R,但是如何将 R 变量传递回 python?技术上可行吗?
在lightGBM模型中,有2个与bagging相关的参数
bagging_fraction
bagging_freq (frequency for bagging
0 means disable bagging; k means perform bagging at every k
iteration
Note: to enable bagging, bagging_fraction should be set to
value smaller than 1.0 as well)
Run Code Online (Sandbox Code Playgroud)
我可以在 gdbt 中找到关于这个装袋函数的更详细的解释。所以有没有人给我更详细的解释?