Flávio Codeço Coelho

Results 67 issues of Flávio Codeço Coelho

I am having problems importing boilerpipe: ## In [2]: from boilerpipe.extract import Extractor RuntimeError Traceback (most recent call last) in () ----> 1 from boilerpipe.extract import Extractor /usr/local/lib/python2.7/dist-packages/boilerpipe/**init**.py in ()...

I am trying to use node-persist, but nothing actually gets save to disk, so it is useless if I want to re-use the data from another run later.

I am having issues fitting GASX (Poisson family) models with more than one exogenous variable. `MLE` estimation yields a summary tabels full of NANs without any warning messages about what...

I got this error when I tried to run the simple example from the README: ```python CalledProcessError Traceback (most recent call last) in ----> 1 from diffeqpy import de 2...

Is scikit-garden still being maintained? if not is there a recommended alternative?

Has anyone come up with a way to visualize the training of a DDPG with tensorboard? It's a bit tricky because does not make use of the `model.fit`, which can...

Could please add some documentation to this library? With examples of use?

While opening a dbf I got this error: ```python ValueError: invalid date b'24/01/20' --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/dbfread/field_parser.py in parseD(self, field, data) 91 try: ---> 92 return...

SIA contains other available tables which can be made available through PySUS. I propose to add a new parameter to the download function of the SIA module, allowing the user...

enhancement
help wanted