小编Kid*_*Kid的帖子

在 jupyternotebook 中在 R 和 Python 之间共享变量

如何将 R 变量传递给 Python?

在 jupyternotebook 中,我习惯%reload_ext rpy2.ipython在一篇笔记中使用 R 和 Python。我知道如何通过使用将 python 变量 %%R -i xxxxxx 传递给单元格中的 R 来将 python 变量传递给 R,但是如何将 R 变量传递回 python?技术上可行吗?

r rpy2 jupyter-notebook python-3.6

5
推荐指数
1
解决办法
3747
查看次数

LightGBM 中的 Bagging 如何工作

在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 中找到关于这个装袋函数的更详细的解释。所以有没有人给我更详细的解释?

machine-learning xgboost lightgbm

4
推荐指数
1
解决办法
2801
查看次数