using AUCLoadError: ArgumentError: Package AUC not found in current path.
- Run `import Pkg; Pkg.add("AUC")` to install the AUC package.
July 8, 2022
AUC(area under the curve)是一个用于模型评估的工具,也就是ROC曲线下的面积大小。
安装方法:
] add https://github.com/diegozea/ROC.jl
LoadError: ArgumentError: Package AUC not found in current path.
- Run `import Pkg; Pkg.add("AUC")` to install the AUC package.
noisy (generic function with 1 method)