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
Copy file name to clipboardExpand all lines: md-docs/user_guide/project.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Users in the [Company] can access to one or more Projects according to their [ro
8
8
9
9
## Creation
10
10
11
-
When a Project is created, the [User] specifies its *name*, and *description*, and selects the *default storage policy*.
11
+
When a Project is created, the [User] specifies its *name*, *description*, and selects the *default storage policy*.
12
12
13
13
*Storage Policy* defines the default behavior the Platform follows to access data that are shared with it.
14
14
Indeed, data shared with ML cube Platform can either be duplicated and stored in ML cube private cloud storage or stay only on customer's cloud and accessed as a remote data source.
@@ -21,7 +21,8 @@ To create a Demo Project, you need to check the "Demo Project" checkbox and sele
21
21
22
22
## KPI Monitoring
23
23
24
-
A Key Performance Indicator is a measure of performance over time for a specific objective, while artificial intelligence algorithms try to minimize their loss function, artificial intelligence based solutions and applications look at KPIs.
24
+
A Key Performance Indicator is a measure of performance over time for a specific objective.
25
+
While artificial intelligence algorithms try to minimize their loss function, artificial intelligence based solutions and applications look at KPIs.
25
26
Therefore, it is essential to monitor Project's KPIs along with algorithm performance to have a complete view of the current situation.
26
27
27
28
ML cube Platform offers the possibility to upload Project's KPIs to monitor them via drift detection algorithms.
@@ -43,7 +44,7 @@ See the [Integrations] page for more information about credentials setup, data s
43
44
44
45
Operations like sharing data to ML cube Platform, submitting the creation of a retraining dataset or reports like RAG evaluation, trigger the execution of asynchronous pipelines in ML cube Platform cloud infrastructure.
45
46
Each pipeline is associated with an identifier named *job id* that can be used to monitor its execution status.
46
-
This monitoring can be done both from Web App in the *Job Status* page and, with provided SDKs allowing automation.
47
+
This monitoring can be done both from Web App in the *Job Status* page and, with specific SDKs method allowing automation.
47
48
A job failure can be either due to bad requests or internal errors, you can check the error message information via the same page.
0 commit comments