Yunhui YZ Zhang
Yunhui YZ Zhang
My two cents. 1. classes can be optional because computing classes from an out-of-core dataset, outside train test split will cost the same. 2. If we split classes by classes,...
Yes. But if we check `for ci in classes:` loop, we will found that we split class by class then concatenate them back. That implies the return array, for example,...
> Thanks @JovanVeljanoski , this is something that has been on my todo list for a while but I just haven't had the time. As a workaround, could you encode...
@tanguycdls @BryanCutler I created a PR for this feature, feel free to check it out. https://github.com/tensorflow/io/pull/1472
The issue is in the unbatch and batch, you can remove it and try. Just run a dummy iterator, you will see the huge different.
I have same error I think it's because I have other UBER jar bring 1.3.6. But `spray.json.package$.enrichAny` both exist in 1.3.5 and 1.3.6. My fix is compile spray-json 1.3.5 into...
Hi @WeichenXu123 Would you mind elaborate with more details? We are currently working on `MathBinary`, Maybe we can fix this in the sametime If we have more context.
@venkatacrc MLeap `serializeToBundle` work only with java objects. The latest XGBoost Estimator is a pure python implementation instead a Java Estimator OLD API ```python class XGboostEstimator(JavaEstimator, XGBoostReadable, JavaMLWritable, ParamGettersSetters): ```...
@rnett Would it possible to enable it by setting environment variables in global scope?
> `download_file()` is used in some more places (`HTTPRepository`, `DirectOrigin`), which might not be relevant for installing but only for locking. Maybe, connection resets are not that relevant for locking....