Projects Overview
A Project is the central hub where all machine learning flows are created, stored, and executed. It serves as the foundation for developing and managing end-to-end machine learning workflows.
Setting Up a Project
Before building a flow or data pipeline, you must first create a project and select an environment to run it in. The environment provides:
Dedicated hardware for running custom projects.
Pre-installed Python packages to ensure seamless execution of recipes within the data pipeline.
Structure of a Project
Each project consists of multiple flows, which are built using key components:
Datasets – The foundation for data ingestion and processing.
Recipes – AI-assisted, rapid model, template, or API connector recipes for data transformation and analysis.
Artifacts – Outputs generated at different stages of the workflow.
Models – Machine learning models trained with the data in the project.
Charts – Visual representations of insights derived from data.
By organizing projects in this structured way, users can efficiently develop and scale their machine learning workflows.
Projects dashboard
The Projects Dashboard presents all projects within a workspace as interactive widgets, offering quick access to the project you need. Each widget provides an overview of key details, including the DataApps and schedulers created for the flow. You can also see who last modified the project, along with the date and timestamp of the most recent update.
Various sections on the Projects dashboard
This section explains various sections on the Projects dashboard page:
Project card: You can view the user who created the project, number of DataApps created for this project, total jobs scheduled for the project and the last updated time stamp.
You can view two options on the card:
Ask AI on Your Data – Click to open the Ask AI page (AI-Assisted Recipe), where you can provide a prompt to generate a recipe that transforms the dataset and produces an output in the form of a dataset, chart, model, or text.
Connect Your Data – Click to upload a dataset. This button is only visible if no dataset has been uploaded to the project.
When you hover over a project widget, an ellipsis icon appears. Clicking it reveals the following options:
Project Image – Upload an image to display on the project card.
Search: You can search for a specific project by providing the name in the search box.
Switch from projects list view to card view: You can use this option to switch from list view to the card view.
The card view of projects appears.
Switch from projects card view to list view: You can use this option to switch from list view to the card view.
Favorite icon: You can use this option to mark the important projects as favorites.
Favorite filter: You can use this option to narrow down the list to view only the favorite projects, particularly when managing a large number of projects.
Project-level navigation
The Canvas is the page displayed after you click on any project. You can see the following options on the canvas workspace of a project.
Project-level navigation menus - These menus are located on the left side of the screen and contain quick links to:
See also: To learn more about projects, read the following sections:
Last updated