Skip to main content

Create a project

From Home > Projects, click Create Project.

Create New Project

Once the project is created, you can see the following tabs:

Data

If you have not already done so, Add Data to the catalog.

  • If you Add Data from within the project, the data is owned by the project and no further action is necessary.
  • Otherwise, once your data is available in the catalog, Link to Project.

In the example displayed in the screenshot, the data has been added from within the PredictiveMaintenance project, and the project is the owner of the data.

Add Data

From within the Data tab, under Actions, you can start Auto ML or, by pressing the three-dots menu, submit the data to Feature Mart. Feature Mart attempts to optimize your data by creating new columns better adapted to your use case.

Connections

Add connection from project

Alternatively, your data source may be external, in a database or other cloud storage. The Connections tab shows all the data connections available to the project. Click Add Connection to add a new one.

Read more: Connect to your data

Content

Project workflow

Once your data is ready, you can take action within the Content tab:

  • Start Auto ML: Start Auto ML based on the data set.
  • Start Auto FE: Start an Auto Feature Engineering run to generate an optimum set of features based on your original data.
  • Create Workflow: Develop a workflow to visually transform, model, or score your data in a completely custom way.
  • Create App: Create an app to present your data, models and other results as a dashboard.
  • Open Notebooks: Open our platform integrated notebooks in a new tab to collaborate on the project using Python code.
  • Import from ZIP

Access

Add user

The third tab, Access, is also very important. Projects are about collaboration. Here's where you can invite other colleagues to work with you on the project. Click Add User and select a User and Permission:

  • Viewer - can read the project files, but not change them in any way
  • Contributor - can make changes, read and write to the project
  • Owner - has the right to delete the project

Project permissions

Deployments

With deployments, one can enable content created within the project to be integrated into existing business processes. This can happen in multiple ways, such as creating an automated schedule when a workflow should be executed, or exposing a workflow as a REST endpoint so that other applications can leverage it.

Read more: Deploy a project

Workspaces

A workspace provides a VS Code instance, connected to a specific project.

Read more: Workspaces

Planning