Analysis category

Machine Learning

Ready-to-run examples generated from notebook workflows.

Breast Cancer Diagnosis with SVM in Python

Load the Breast Cancer Wisconsin dataset, train an SVM classifier, and visualize PCA-reduced decision regions using an AI data analyst.

Open analysis →

Iris Feature Analysis and Visualization in Python

Load the Iris dataset from scikit-learn, create a seaborn feature pairplot, and explore species separation patterns using an AI data analyst.

Open analysis →

Iris Species Classification with Decision Tree

Train a decision tree classifier on the Iris dataset, evaluate accuracy, and visualize the decision boundaries using an AI data analyst.

Open analysis →

Red Wine Quality EDA in Python

Explore the Wine Quality dataset with distribution plots, correlation analysis, and quality score breakdown using an AI data analyst.

Open analysis →

Telco Customer Churn Prediction in Python

Analyze the Telco Customer Churn dataset, engineer features, train a random forest classifier, and identify top churn drivers.

Open analysis →