From e5dc46ab64d645267fa5c533b2b1fcedf0876ea3 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Fri, 31 Jul 2020 20:33:09 +0200 Subject: [PATCH] WIP : README Documentation - Relative Path Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a36a8af..c200d12 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ eval.metrics.f1_score(y_true, y_pred, labels, average) **labels** : list of labels/classes **average**: string - [None, 'micro', 'macro'] If None, the scores for each class are returned. -[Link](/blob/master/eval/metrics.py) to the metrics source code. +[Link](/eval/metrics.py) to the metrics source code. ### Results -Confusion Matrix PlotConfusion Matrix Plot \ No newline at end of file +Confusion Matrix Plot \ No newline at end of file