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.

Components are the building blocks of a pipeline. Each one takes an input, does one thing, and passes an output to the next component.

How components connect

  • Output handle — the dot on the right side of a component. Drag from here to connect.
  • Input handle — the dot on the left side. Drop a connection here.
  • Data flows left to right through the pipeline.
  • Some components have multiple handles (e.g. Train-Test Split outputs separate X Train, Y Train, X Test, Y Test handles).

Full component list

CategoryComponentInputOutput
DataCSV ReaderDataFrame
DataExcel ReaderDataFrame
ProcessingData CleaningDataFrameDataFrame
ProcessingMissing ValuesDataFrameDataFrame
ProcessingScalingDataFrameDataFrame
ProcessingEncodingDataFrameDataFrame
ProcessingData TransformationDataFrameDataFrame
ProcessingDelete Columns / RowsDataFrameDataFrame
ProcessingTrain-Test SplitDataFrameSplit Data
Feature EngineeringFeature ExtractionDataFrameDataFrame
Feature EngineeringFeature TransformationDataFrameDataFrame
Feature EngineeringFeature SelectionDataFrameDataFrame
WranglingMerge / Join2× DataFrameDataFrame
WranglingConcatenate2× DataFrameDataFrame
AnalyticsEDADataFrameAnalytics
ModelsAny classifierSplit DataModel
ModelsAny regressorSplit DataModel
EvaluationModel SelectorModelModel
EvaluationInferenceModel + X TestDataFrame
EvaluationEvaluationY Test + PredictionsMetrics