可以从 IronPython 使用 scikit 吗? [英] Can scikit be used from IronPython?

查看:18
本文介绍了可以从 IronPython 使用 scikit 吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看到可以从 IronPython 使用 numpy:

I saw that numpy can be used from IronPython :

https://www.enthought.com/repo/.iron/

是否可以在 IronPython 中安装和导入 scikit?我试图在用 scikit 用 python 2.7 编写的模块和用 IronPython 的外部 COM 对象之间进行接口......

Is it possible to install and import scikit in IronPython? Im trying to interface between a module written in python 2.7 with scikit and an external COM object with IronPython...

谢谢

推荐答案

Scikit-learn 肯定不支持 IronPython,而且我怀疑它会在不付出很大努力的情况下工作.NumPy and SciPy for IronPython 文档描述了 SciPy 所需的移植工作,这当然不是为 scikit-learn 完成,这也严重依赖于 Cython 生成的 C 代码(除非有人进行了移植工作但没有在 scikit-learn 邮件列表上做广告).

IronPython is certainly not supported by scikit-learn, and I doubt that it'll work without significant effort. The NumPy and SciPy for IronPython document describes the porting effort required for SciPy, and this has certainly not been done for scikit-learn, which too depends heavily on Cython-generated C code (unless someone did the porting effort but didn't advertise it on the scikit-learn mailing list).

这篇关于可以从 IronPython 使用 scikit 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆