Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

precision and recall #284

Open sigmanudude opened 3 years ago

sigmanudude commented 3 years ago

Hi, I currently am using the shark library in my c++ machine learning build. I am able to get an accuracy score, however I wanted to get precision and recall scores as well. Since shark does not have these scoring/evaluation methods built in, does anyone have any experience with extrapolating this information using shark?