SQL第一题一脸懵:
一个用户注册表,三个字段分别为user_id, label, score
其中,lable是真实值(0或1),score是预测值(0.0~1.0)
使用SQL随机输出500个阈值点下的precision和recall曲线。