diff --git a/backend/modules/algoProviders/integratedAlgoProvider/algorithms/regressionErrorMetric.py b/backend/modules/algoProviders/integratedAlgoProvider/algorithms/regressionErrorMetric.py index 9b4847b7a..8bfc61d5b 100644 --- a/backend/modules/algoProviders/integratedAlgoProvider/algorithms/regressionErrorMetric.py +++ b/backend/modules/algoProviders/integratedAlgoProvider/algorithms/regressionErrorMetric.py @@ -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", diff --git a/backend/swagger.yaml b/backend/swagger.yaml index c89ae0365..09c919670 100644 --- a/backend/swagger.yaml +++ b/backend/swagger.yaml @@ -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: diff --git a/frontend/package.json b/frontend/package.json index 02334e434..88e1b9509 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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": { diff --git a/frontend/src/components/debiai/statistics/dataAnalysis/algoProviders/UseAlgorithmInput.vue b/frontend/src/components/debiai/statistics/dataAnalysis/algoProviders/UseAlgorithmInput.vue index ea3baefc2..8bb7ad97b 100644 --- a/frontend/src/components/debiai/statistics/dataAnalysis/algoProviders/UseAlgorithmInput.vue +++ b/frontend/src/components/debiai/statistics/dataAnalysis/algoProviders/UseAlgorithmInput.vue @@ -119,7 +119,7 @@ @close="columnSelection = false" >