How do you use AI Agents for EDA/Data Analysis and getting it ready for ML model training? [D]
Like in manual workflow I would study the given data by using various functions like pd.info() and all column wise, remove null, outliers, etc transforming dataset such that the model gives best accuracy/result. This and like overall workflow how can t…