bitnom

Results 113 comments of bitnom

I've also been investigating this possibility. Just came across this repo: https://github.com/pcyin/tranX

Created a cryptocurrency data downloader to write csv of cryptos ohlcv.

This pull request goes beyond the title description. No need to merge the notebook file. Just the rest.

> Added crypto_data_loader.py > New Feature: fetch crypto data directly from exchange I already did that too lol. Check to see which one is better.

> Added crypto_data_loader.py > New Feature: fetch crypto data directly from exchange Mine is slightly better. Please let mine get pulled this time so I can get on the contrib....

> Yeah just added the one directly to my evolution_bayesian.py file. My crypto loader passes the data as pandas.Dataframe directly to the script and not to a CSV file. Also...

> Yeah they just have to comment out 1 line and recommend the original one. No worries there Check my latest commits on my fork. Worked that out and also...

Well, for instance, I'm planning to do a lot of work with RNNs. The first example I ran was the Shakespeare text example. I ran _python text_generation_lstm.py -b gpu_ ....

I'm now working on adding sessions to my app. So we have `setCookie()`. What is the best practice for facilitating a session? My first thought is to keep a hash...