Results 6 comments of tiassap

Dear Mam, can I work on this? I am participating on hacktoberfest

Thank you @aambrioso1. It is very helpful. So we can use other dataset as well with data format `[(de_1, eng_1), ..., (de_n, en_n)]` and you are using this the German/English...

Hello, I am also facing this error. Seems like the error comes out when using class `CoinList()`, there is a mismatch between dict key from `self._polo.marketVolume()` and `self._polo.marketTicker()` ``` File...

@dekrypting-karma I could avoid `KeyError: 'BTS_BTC'` by replacing the for-loop inside `CoinList.__init__()` (inside `coinlist.py`) with this ``` for k in ticker.keys(): if k.startswith("BTC_") or k.endswith("_BTC"): pairs.append(k) for c in k.split("_"):...

@dekrypting-karma , @lucacarniato Sorry I was unable to response for a long time. I created Docker container to make environment so we can use old pandas version and old tensorflow...