scicloj / scicloj.ml

A Clojure machine learning library
Eclipse Public License 2.0
214 stars 14 forks source link

added auc (area under ROC curve) #13

Closed Prometheus77 closed 1 year ago

behrica commented 1 year ago

Thanks for the PR. But it should go here:

https://github.com/scicloj/metamorph.ml/blob/main/src/scicloj/metamorph/ml/loss.clj

scicloj.ml itself has no code, we just "bundle" code from other projects. The general machne learining code should go into metamorph.ml

We will then re-export the function here.

behrica commented 1 year ago

The file you changed is autogenerated as we said in the start of the file.