- Step1: Install DataAgent with pip install dataagent.
- Step2: Import DataAgent in your Python script or notebook.
- Step3: Initialize the agent with a data source (CSV, SQL connection, or DataFrame).
- Step4: Call agent.ask("Your analysis question") to explore data in natural language.
- Step5: Review generated plots, code snippets, and pipeline modules in the output folder.
- Step6: Customize or export the generated ML pipeline for production use.