Interactive Demo

Experience mlcli without installing anything. Configure parameters below and run a simulated training session.

Configuration

Adjust hyperparameters for your training run

Equivalent CLI Command

This is the command you would run in the terminal

Terminal
mlcli train \
  --data data/sample.csv \
  --model random_forest \
  --target label \
  --n-estimators 100