pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
237 stars 76 forks source link

ModuleNotFoundError: No module named 'idtxl.estimators_numba' #82

Closed Rptkiddle closed 2 years ago

Rptkiddle commented 2 years ago

Working with the latest build (v1.3; Feb22), the following:

import idtxl.estimators_numba
help(idtxl.estimators_numba)

returns: ModuleNotFoundError: No module named 'idtxl.estimators_numba'

In addition, the NumbaCudaKraskovCMI estimator is not visible under: idtxl.estimator.list_estimators()

Is it possible this was not included in the build as yet, or will be added at a later date?

Thanks!

pwollstadt commented 2 years ago

Hi @Rptkiddle, yes, the Numba estimators are not yet released. We are working on a first version (here), but it may take some time until they are officially part of the toolbox. You may give the development branch a try, but be aware the code is not fully tested yet.

I will close this for now. Please reopen this or another issue if necessary.