Flávio Codeço Coelho

Results 116 comments of Flávio Codeço Coelho

2.3.1 still gives the same error for me. I guess it would easier to change the way chatterbot loads the corpus

It also fails on Python 3.8

The code for the model I am trying to fit is in [this gist](https://gist.github.com/fccoelho/2199703c22361ebabdcb27e61eeb9008). The data is attached: [data.csv.gz](https://github.com/RJT1990/pyflux/files/907767/data.csv.gz)

@RJT1990, did you have a chance to run my example?

Would be nice if Zenbot could switch entirely to a portfolio trading approach. After all, trading a single pair is the same as trading a portfolio of size 1. Just...

Another possibility is to run Ganache or [ganache-cli](https://github.com/trufflesuite/ganache-cli) as a private chain for local development.

Or use [Remix](https://github.com/trufflesuite/ganache-cli)

paper submission would mean that an author has some pre-print available on some already existing platform the she/he wants to be reviewed through the Dpublish Network. Reviewers wanting to get...

Hi, I am having the same issue on a .dbf file and I ran the code above to identify the problematic field. But I get the following exception: ```python Traceback...

> @kokes I ran the following which only imports Pandas and dbfread once and doesn't re-execute Python during each iteration. This wasn't run on Python 2.7.12 due to `yield from`...