windows 中的 pickle rpy2 对象

发布于 2024-11-29 23:53:15 字数 155 浏览 3 评论 0原文

我在 Windows 上使用 rpy2 V2.0.8。我正在使用 rpy2 进行分类,并希望保存(pickle)模型(例如 glm 的输出)。然而,据我所知,V2.0.8不支持pickling rpy2对象(这是Windows的最新版本)。 您对如何将分类输出腌制/保存在文件中有何建议? 谢谢!

I'm using rpy2 V2.0.8 with Windows. I'm using rpy2 to for classification and would like to save (pickle) the model (for example the output from glm). However, as far as I know V2.0.8 does not support pickling rpy2 objects (and this is the latest version for Windows).
Do you have any suggestions how can I pickle / save the classification output in a file?
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

念三年u 2024-12-06 23:53:15

尝试其中之一:

  • 找出为什么没有 Windows 支持并对此采取措施;-)
  • 贡献 Windows 支持,
  • 使用 R 的序列化机制推出您自己的解决方案(这就是 rpy2 >= 2.1.0 正在做的事情)

Try one of:

  • find out why there is no Windows support and do something about it ;-)
  • contribute windows support
  • roll out your own solution using R's mechanism for serialization (which is what rpy2 >= 2.1.0 is doing)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文