Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clickml.app/llms.txt

Use this file to discover all available pages before exploring further.

What is ClickML Studio?

ClickML Studio is a no-code machine learning platform that lets you build, train, and evaluate ML pipelines visually — no programming required. You work on a canvas where you drag components onto the screen, connect them together, and run the pipeline. Each component performs one specific task: reading data, cleaning it, training a model, evaluating results.

How it works

1

Create a project

Start a new project and give it a name and problem type (classification or regression).
2

Build your pipeline on the canvas

Drag components from the toolbox onto the canvas. Connect them by drawing edges from one component’s output to the next component’s input.
3

Configure each component

Click a component to open its inspector panel on the right. Fill in the settings (upload a file, choose a strategy, pick a model).
4

Run the pipeline

Hit Run. The pipeline executes from left to right. Each component passes its output to the next.
5

Review results

Open the Evaluation component to see metrics, charts, and model performance.

Component categories

CategoryWhat it does
DataLoad data from a file or URL
Data ProcessingClean, scale, encode, and split your data
Feature EngineeringCreate, transform, and select features
Data WranglingMerge or concatenate multiple datasets
AnalyticsExplore your data with EDA
ModelsTrain classification or regression models
Evaluation & InferenceMeasure model performance and run predictions