无法找到scipy的源代码

时间:2018-11-03 14:27:41

标签: python-3.x python-2.7 scipy

我知道这是一个重复的问题,很简单。有人可以帮助我找到scipy.maxentropy.bigmodel.stochapproxlink)的源代码。

我看了here

我确实尝试过以下操作:

import inspect
import scipy 
inspect.getsourcelines(scipy) 

??scipy (in notebook) 

以上这些均未提供理想的结果。

也跟随生成错误

import.maxentropy.bigmodel.stochapprox
(ImportError: No module named maxentropy.bigmodel.stochapprox) 

我需要看看scipy如何计算stochapprox。

没关系,(很旧的想法):

https://github.com/qsnake/scipy/blob/master/src/scipy/maxentropy/maxentropy.py

0 个答案:

没有答案