You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Task**: "your goal is to provide accurate and useful information to the users. You must follow these rules:"
74
+
- **Behavior Guidelines**:
75
+
1. "1) Be polite, "
76
+
2. "2) Be concise, "
77
+
- **Security Guidelines**:
78
+
1. "3) Do not provide personal information, "
79
+
2. "4) Do not provide harmful information, "
80
+
81
+
## Probabilistic output
35
82
36
83
When creating a model, you can specify if you want to provide also the probabilistic output of the model along with the predictions.
37
84
The probabilistic output represents the probability or confidence score associated with the model's predictions. If provided,
@@ -44,7 +91,7 @@ as a new column in the predictions file, following the guidelines in the [Data S
44
91
For example, Logistic Regression classification model provides both the probability of belonging to the positive class and the predicted class using a threshold.
45
92
In this case, you can upload to ML cube Platform the predicted class as principal prediction and the probability as probabilistic output.
46
93
47
-
###Model Metric
94
+
## Model Metric
48
95
49
96
A Model Metric represents the evaluation metric used to assess the performance of the model.
50
97
It can both represent a performance or an error. The chosen metric will be used in the various views of the WebApp to
@@ -69,19 +116,19 @@ RAG tasks have no metric, as in that case the model is an LLM for which classic
69
116
Model Metrics should not be confused with [Monitoring Metrics](monitoring/index.md#monitoring-metrics), which are
70
117
entities being monitoring by the ML cube Platform and not necessarily related to a Model.
71
118
72
-
###Suggestion Type
119
+
## Suggestion Type
73
120
74
121
The Suggestion Type represents the type of suggestion that the ML cube Platform should provide when computing the
75
122
[Retraining Dataset](modules/retraining.md#retraining-dataset). The available options are provided in the related section.
76
123
77
124
78
-
###Retraining Cost
125
+
## Retraining Cost
79
126
80
127
The Retraining Cost represents the cost associated with retraining the model. This information is used by the Retraining Module
81
128
to provide gain-cost analysis and insights on the retraining process. The cost is expressed in the same currency as the one used
82
129
in the Task cost information. The default value is 0.0, which means that the cost is negligible.
83
130
84
-
###Retrain Trigger
131
+
## Retrain Trigger
85
132
86
133
You can associate a [Retrain Trigger] to your Model in order to enable the automatic initiation of your retraining pipeline
87
134
from the ML cube Platform. More information on how to set up a retrain trigger can be found in the related section.
0 commit comments