Jerry Ling
Jerry Ling
- [x] are you running newest version (version from docs) ? - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) Linux + Intel...
```julia ]add XGBoost, CUDA using CUDA CUDA.set_runtime_version!(v"11.8"; local_toolkit=true) ``` then try to recompile XGBoost gives: ```julia ERROR: LoadError: InitError: UndefVarError: `libxgboost` not defined Stacktrace: [1] XGBRegisterLogCallback @ ~/.julia/packages/XGBoost/nqMqQ/src/Lib.jl:56 [inlined] [2]...
what's the state on this? it seems that Python package has some limited support for it: https://xgboost.readthedocs.io/en/stable/tutorials/categorical.html
Related to #598 but instead of manually revise, can we configure polling rate?
https://github.com/root-project/root/blob/5ad0863a3c47da1748b7b10a0952a227466ece5b/tree/ntuple/v7/inc/ROOT/RNTuple.hxx#L61
https://github.com/root-project/root/commit/efb7e2f0a76bc5a5e58d45afe6f1987c15bf9981 https://github.com/scikit-hep/uproot5/blob/f36f39c05018cc4609d0c6fa30756ad8c0555dfe/src/uproot/models/RNTuple.py#L925 should be removed
``` (UnROOT) pkg> st Project UnROOT v0.10.32 Status `~/Documents/github/dotFiles/homedir/.julia/dev/UnROOT/Project.toml` [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.38 [65a8f2f4] ArraysOfArrays v0.6.5 [c3b6d118] BitIntegers v0.3.2 [5ba52731] CodecLz4 v0.4.5 [ba30903b] CodecXz v0.7.4 [6b39b394] CodecZstd v0.8.5...
This is a bigger scope discussion that includes #319 and #314 There are two questions: - what features / behavior we want for TTree/RNTuple reading - what the default behavior...
@ianna reported installing this pkg breaks a bunch of things in her environment
``` [ Info: Training machine(XGBoostClassifier(test = 1, …), …). [ Info: XGBoost: starting training. ┌ Warning: [04:42:46] WARNING: [/workspace/srcdir/xgboost/src/common/error_msg.cc:27](https://jiling-notebook-1.notebook.af.uchicago.edu/workspace/srcdir/xgboost/src/common/error_msg.cc#line=26): The tree method `gpu_hist` is deprecated since 2.0.0. To use GPU...