eclrbohnhoff
eclrbohnhoff
The doc in fileio.py says this: https://github.com/gmggroup/omf/blob/bd28cd65c9eaae7e71988a4b8abcf2f918c792c6/omf/fileio.py#L33 But actually uses this: https://github.com/gmggroup/omf/blob/bd28cd65c9eaae7e71988a4b8abcf2f918c792c6/omf/fileio.py#L73 The doc says the header uses a UUID in little-endian: https://github.com/gmggroup/omf/blob/bd28cd65c9eaae7e71988a4b8abcf2f918c792c6/omf/fileio.py#L35 But actually uses big-endian: https://github.com/gmggroup/omf/blob/bd28cd65c9eaae7e71988a4b8abcf2f918c792c6/omf/fileio.py#L77 As described...
Using VS 17.5.3 and the C API with branch release_2.0.0 Creating a "worker thread" to fit a model using XGBoosterUpdateOneIter() and using the option `XGBoosterSetParam(booster, "device", "cuda");`. When worker thread...