Closed dmatrix closed 1 year ago
@kamil-kaczmarek this is a bit strange. GitHub action Runner is failing to access scikit-learn's California housing file. Have you seen this?
@kamil-kaczmarek this is a bit strange. GitHub action Runner is failing to access scikit-learn's California housing file. Have you seen this?
Error is fixed now.
It was because you read/write dataset from many actors. To fix it, I moved dataset ops to globals.
Replaced with improvements from the latest at dmatrix