Skip to content

Commit

Permalink
0.23.4 Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Jun 12, 2023
1 parent 74cd2a3 commit 3b550c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# Technical details (must respect the algo-api format):
algorithm_description = {
"name": "Regression Metric",
"description": """Calculates the regression metric of an error list according to a ceil.
""",
"description": """Calculates the regression error according to the ground truth, the predictions and a ceil value""",
"author": "DebiAI",
"version": "1.0.0",
"creationDate": "2023-05-23",
Expand Down
2 changes: 1 addition & 1 deletion backend/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.23.3
version: 0.23.4
title: DebiAI_BACKEND_API
description: DebiAI backend api
contact:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debiai_frontend",
"version": "0.23.3",
"version": "0.23.4",
"description": "Frontend for Debiai, made with Vuejs",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
@close="columnSelection = false"
>
<ColumnSelection
title="Select the X axis"
:title="'Select a column to use as input for ' + input.name"
:data="data"
:validateRequiered="false"
:colorSelection="false"
Expand Down

0 comments on commit 3b550c8

Please sign in to comment.