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.