Repository for the Data Science AI Agent, using LangGraph + Cohere models to perform end2end data science flow!
- This version will not scrape internet for datasets or create it's own datasets. Will be given url to a kaggle dataset
- Bot will be expected to pull data from dataset,
- then draft appropriate python code to do EDA and present to prompter
- then draft python code to model insights that it identifies are important
- for demo 1, will pursue no chain-of-thought or optimizations, jsut to get baseline