Skip to content
Snippets Groups Projects
Commit c569b55a authored by Alex's avatar Alex
Browse files

Update Wowa show view

parent e6c1ed7c
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5667 passed
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<b>AUC Roc curve</b> : <b>AUC Roc curve</b> :
@if($wowa->roc == null) @if($wowa->roc == null)
@if($wowa->status == \App\Wowa::STATE_RUNNING) @if($wowa->status == \App\Wowa::STATE_RUNNING)
<a class="btn btn-primary btn-sm" aria-disabled="true" <a class="btn btn-primary btn-sm disabled" aria-disabled="true"
href="{{ action('WowaController@computeAUCRoc', ['wowa' => $wowa]) }}"> href="{{ action('WowaController@computeAUCRoc', ['wowa' => $wowa]) }}">
Compute AUC Roc Compute AUC Roc
</a> </a>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<b>AUC P-R curve</b> : <b>AUC P-R curve</b> :
@if($wowa->pr == null) @if($wowa->pr == null)
@if($wowa->status == \App\Wowa::STATE_RUNNING) @if($wowa->status == \App\Wowa::STATE_RUNNING)
<a class="btn btn-primary btn-sm" aria-disabled=true" <a class="btn btn-primary btn-sm disabled" aria-disabled=true"
href="{{ action('WowaController@computeAUCPR', ['wowa' => $wowa]) }}"> href="{{ action('WowaController@computeAUCPR', ['wowa' => $wowa]) }}">
Compute AUC P-R Compute AUC P-R
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment