Emil Tu

Results 3 comments of Emil Tu

Thanks for looking into this! It's the Numer.ai dataset, so there are a little over 1,000 columns. Each feature takes the values of 0, 0.25, 0.5, 0.75 or 1, but...

Nasdaq API got updated, so the old URL is no longer available I believe. The following is a quick implementation of the new API. ```python import requests import pandas as...

Hey, sorry I didn't get to your message earlier. I used the method used in the Tensorflow examples, but better methods may exist. https://github.com/tensorflow/models/issues/5356 This link may be of use.