Matthew Koski
Matthew Koski
I'm suspicious of https://github.com/uber/causalml/blob/master/setup.py#L12 where it will get numpy if the machine doesn't have it as part of setup.py, but without a version being specified. Cython is also not set...
To update this issue as well, in our environment this was solved by restricting the versions in setup.py to match what is in requirements.txt. After reading about the error with...
I'm running into the same issue. Will keep poking and if i figure it out I'll report back.
For me it only worked when I downgraded to a 1.7.x SparkFun UBlox library: https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/releases/tag/v1.7.2
> With some more tweaks (commited in [3bc786b](https://github.com/ggerganov/ggml/commit/3bc786b4a9cc275158d613b381754debdb41cf33)) I... Ok I've been too afraid to ask, but how on earth are you doing these commits that aren't on any branch...
Doesn't the Zillow Zestimate do this already? Forgive me if I missed the difference. I'm getting this project set up to play with it first.
In case it helps anyone, I had an evalcb() function that was storing losses as an array of TrackedArrays. Since I wasn't using evalcb() for backprop I was able to...