问题描述
我看到numpy的从IronPython的使用:
I saw that numpy can be used from IronPython :
https://www.enthought.com/repo/.iron/
是否有可能安装和进口scikit在IronPython的?我试着用Python编写的2.7与scikit和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...
感谢
推荐答案
IronPython的肯定是不支持的scikit学习,我怀疑它会工作不显著的努力。该与NumPy和SciPy的为IronPython的文档描述需要SciPy的移植工作,而这也绝不是为完成scikit学习,这太严重依赖用Cython生成C code(除非有人做了移植工作,但并没有在scikit学习邮件列表上做广告)。
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).
这篇关于可以scikit从IronPython的使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!