-
Notifications
You must be signed in to change notification settings - Fork 0
Project page #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Project page #13
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| # Project | ||
|
|
||
| A Project is the secondary organizational entity in ML cube Platform. | ||
| A Project groups together a set of artificial intelligence algorithms that share a common goal measured by a set of KPIs. | ||
| For this reason, it is composed of several [Tasks] that collaborate to reach the Project's goal. | ||
|
|
||
| Users in the [Company] can access to one or more Projects according to their [roles]. | ||
|
|
||
| ## Creation | ||
|
|
||
| When a Project is created, the [User] specifies its *name*, *description*, and selects the *default storage policy*. | ||
|
|
||
| *Storage Policy* defines the default behavior the Platform follows to access data that are shared with it. | ||
| 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. | ||
|
|
||
| ## Demo Projects | ||
|
|
||
| To better explore ML cube Platform modules and features, it is possible to create *Demo Projects* that are not taken into account by subscription quotas. | ||
| ML cube Platform provides different Demo Projects that cover all the possible use cases (regression, classification, text data, image data, RAG, object detection and so on). | ||
| To create a Demo Project, you need to check the "Demo Project" checkbox and select the one you prefer. | ||
|
|
||
| ## KPI Monitoring | ||
|
|
||
| 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. | ||
| Therefore, it is essential to monitor Project's KPIs along with algorithm performance to have a complete view of the current situation. | ||
|
|
||
| ML cube Platform offers the possibility to upload Project's KPIs to monitor them via drift detection algorithms. | ||
| That enables the detection of potentially dangerous trends in what really matters from the business point of view. | ||
| *KPI Monitoring* page in the Project sidebar shows the registered KPIs, their trends and drift events ML cube Platform detected during time. | ||
|
|
||
| ## Integrations | ||
|
|
||
| ML cube Platform is part of the artificial intelligence and cloud ecosystem and provides connectors to interact with Cloud Providers and MLOps solutions. | ||
| The *Integrations* page allows to create and manage credentials that will be used by the Project's [Tasks]. | ||
|
|
||
| For instance, if data are stored in a Google Cloud Storage bucket, adding the Google Cloud Platform credentials with the right permissions, allows ML cube Platform to read data from it. | ||
alelavml3 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Another example is to trigger a Sage Maker pipeline to retrain your artificial intelligence model with a dataset provided by ML cube Platform. | ||
| In this case, you can create Amazon Web Services credentials with permission to create an event on Amazon Event Bridge. | ||
| See the [Integrations] page for more information about credentials setup, data sources and retraining triggers. | ||
|
|
||
| ## Jobs Monitoring | ||
|
|
||
| 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. | ||
| Each pipeline is associated with an identifier named *job id* that can be used to monitor its execution status. | ||
| This monitoring can be done both from Web App in the *Job Status* page and, with specific SDKs method allowing automation. | ||
| A job failure can be either due to bad requests or internal errors, you can check the error message information via the same page. | ||
|
|
||
| [Company]: company.md | ||
| [Tasks]: task.md | ||
| [User]: user.md | ||
| [roles]: rbac.md | ||
| [Integrations]: integrations/index.md | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.