JoshuaC3

Results 13 issues of JoshuaC3

Given we are using cuda-8.0 as the `PATH` and `LD_LIBRARY_PATH`, we should be using the `cuda-8.0` path to `cp` cudnn into. From you setup flow ``` export PATH=/usr/local/cuda-8.0/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH...

When I run `pip install tseries` I get this error message, > Collecting tseries > Could not find a version that satisfies the requirement tseries (from versions: ) > No...

Is it possible to use MAE or a custom loss function as the objective/loss function for this? Examples of other tree based learners that do this or something similar are:...