Installation
After installing the package, theautopilot command becomes available in your terminal:
Basic Usage
The primary command isrun, which starts an experiment session:
- Profile your dataset
- Design and run ML experiments
- Analyze results and generate hypotheses
- Iterate to improve performance
- Generate a final report
Getting Help
View all available commands and arguments:Version Information
Check the installed version:Quick Start Example
Here’s a complete example for a regression task:Terminal Output
The CLI provides rich terminal output with:- Colorful status indicators
- Progress bars for long-running operations
- Structured tables for experiment results
- Real-time metrics updates
- Detailed reasoning steps (with
--verboseflag)
Interrupting Experiments
You can safely interrupt a running experiment withCtrl+C. The autopilot will:
- Save the current state
- Preserve all completed experiments
- Display the path to the state file
--resume flag:
Next Steps
Run Command
Detailed documentation of the run command
Arguments Reference
Complete list of all CLI arguments
Constraints
Learn how to write constraint files
Configuration
Configure API keys and settings