Skip to main content

Symon.AI help center

Adding a pipe

Abstract

Start by bringing in your data source, then you can transform or clean up your data.

To build a pipe, start by bringing in a data source. You can then transform or clean up your data. When you're ready to make a prediction, add a scoring tool to your pipe. The type of tool you use depends on what kind of values you're trying to predict.

  1. From the Pipes page, click + Create pipe. In the new pipe, click Add toolsymon_add_icon.png.

    Tip

    If it's your first time using the pipe builder, try selecting Pipe builder tutorial instead. This will give you an overview of how the pipe builder works!

  2. Add data to your pipe by typing Data and then click Create.

    Tip

    If you don't have your own data ready yet, we've got you covered! Start typing Sample customers and then click Create to add a sample data set to your pipe.

  3. To configure the Data tool, select a data source from the menu or start a new import.

  4. Add any additional tools by typing the tool name or clicking the Add button symon_add_icon.png.

    Tip

    Symon.AI uses natural language processing in the Tool window, so you don't have to type the tool name exactly. For example, you can type Import to bring up the data tool.

  5. Add a predict tool to your pipe.

    Tip

    If you're not sure which tool to use, just use Predictor for now!

  6. Connect the tools by clicking the Add button next to the tool name and dragging a line to the next tool.

    Tip

    If you add a new tool while you have another tool selected, those tools will be connected automatically.

  7. Add an Export tool as the last tool in your pipe. You'll need this to create runs later on.

  8. Select any tools with orange dots beside the name and configure them in the sidebar.

    Note

    The pipe builder automatically saves the configuration.

    The configuration steps depend on the tool. For the Predictor tool, you must select the Target column. This is the column you want to predict values on. All the other configurations are optional for this tool.

  9. Click Build.

    Tip

    Build your pipe often! Since builds are incremental, this ensures your pipe builds quickly.

    A calculation will start. You can see it in the Status menu. When the calculation finishes, a score appears beside the tool name.

Example

Your pipe should have these 3 tools at a minimum: a data set, a predict tool, and an Export tool.

pipe2023feb.png

Tool recommendations

You can use tool recommendations to help you choose your next tool. Symon.AI shows users a recommended toolset based on the previous tool selection.

The recommendations appear when you do one of the following tasks:

  • Open the pipe builder with a tool selected.

  • Add a tool to an existing pipe with the Add tool button or by typing.

Pipe builder tips

This section contains tips on how to use the Pipe builder tool.

  • Choose one or more nodes individually to move around on the canvas. Use Control or Command and click to select the nodes, depending on your operating system.

  • Choose a group of nodes to move around on the canvas. Use Shift and drag the group to the desired location.

  • Choose two or more nodes to group together. The grouping shows the number of tools contained within that group. With a group, you can perform the following actions:

    • Name the node group.

    • Move the node group around the canvas.

    • View the contents of the node group.

    • Ungroup the node group.