whatactuallyis

Results 8 comments of whatactuallyis

``` Dockerfile:118 -------------------- 116 | SHELL ["/bin/bash", "--login", "-c"] 117 | 118 | >>> RUN if [ "${VIRTUAL_ENV}" = "conda" ] ; then conda install python=3.7; fi 119 | RUN...

> In the meanwhile replacing 3.7 with 3.9 will likely work. You're right. Thanks! Btw, I also wonder whether the system is also flexible for the CUDA version. For instance,...

> Can you use WSL on the Windows platform? didn't solve the issue for me. was anyone able to solve it?

> sudo apt-get install build-essential this resolved the issue for me, thanks @jackywood!

> That happens if you run out of memory. Check your activity monitor. Are you sure about this? I get the same error even though I configure for `hybrid/minimal` as...

Hey there, I'm interested in understanding how this library might be applied to airline ticket price prediction. The one-way price tracing appears to align closely with the benchmark dataset. However,...