I’m slowly moving all my personal projects and ML hacking over to Julia, so I’m trying to find substitutes for packages that I’m used to. On in particular I’m heavily dependent on is Python’s scikit-learn
, and in particular I’m dependent on the calculations for things like precision, recall, f-score, etc. for both regression and classification problems.
Is there a JuliaML / JuliaStats / Flux implementation of these that I should be using?