Diego Marinho

Results 15 comments of Diego Marinho

To keep the thread fresh. I am currently investigating the differences between versions `v2.1.1` and `v1.1.1`. Despite conducting multiple experiments, I have been unable to achieve the same performance as...

A small repository has been created (https://github.com/dmoliveira/xgboost-benchmark) that contains a single file to demonstrate the issue and provide the necessary data. The script relies solely on the XGBoost library, which...

Full code used to generate the results. ``` #!/usr/bin/env julia # -- Import basic libraries for test using Pkg using SparseArrays # -- Auxiliary Functions for test function getdata(filename::String; rows::Int=-1)::Tuple{SparseMatrixCSC,...

@ExpandingMan @trivialfis do you have any idea what could be happening?

@ExpandingMan sure. I attempted some experiments to address the issue, but I concur that we require a more pragmatic approach. Unfortunately, I'm currently pressed for time, but I'm eager to...