meeliskull / prg

Software to create Precision-Recall-Gain curves and calculate area under the curve
38 stars 18 forks source link

replace np.alen since it is no longer in numpy #9

Open derricw opened 2 years ago

derricw commented 2 years ago

numpy no longer contains the alen function, but it is a trivial function to implement so I have replaced it with my own.

LarsDu commented 2 years ago

@meeliskull any updates on this PR? Is this being actively maintained?