Hi all,
I have an RDataFrame, which I use for of my analysis, with many entries (1e7).
I want to use a method from the scikit-learn module to compare it with the rest of my analysis.
So this is a pure Python function, and I don’t think there is any way to make it JIT.
Is there any faster way to analyse my dataset than using TTree and Python for loop alongside RDataFrame?
Is there any advice on the best practices?
Cheers,
Bohdan