Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add accuracy at threshold 0.5 to classification report #450

Merged
merged 5 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Flake8
Shruthi42 committed May 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fb3a355b1000b642ba2a543a0c6a484325b70466
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

from InnerEye.Common import fixed_paths
from InnerEye.Common.common_util import namespace_to_path
from InnerEye.Common.fixed_paths import INNEREYE_PACKAGE_NAME, INNEREYE_PACKAGE_ROOT
from InnerEye.Common.fixed_paths import INNEREYE_PACKAGE_NAME

ML_NAMESPACE = "InnerEye.ML"