Skip to content
GitHub Universe 2025
Last chance: Save $400 on Universe passes until 9/17. Register now
#

mini-project02

Here are 4 public repositories matching this topic...

This project applies a **Decision Tree Classifier** to predict whether a user will purchase a product based on social network ad data. The dataset contains user attributes such as **age** and **estimated salary**, and the binary target variable indicates whether the product was purchased (`1`) or not (`0`).

  • Updated Aug 17, 2025
  • Jupyter Notebook

The objective of this project is to build a Naive Bayes classification model to predict whether a user will purchase a product after viewing a social media advertisement. This project is designed to demonstrate practical understanding of probabilistic classification and model evaluation using a real-world-like dataset.

  • Updated Aug 17, 2025
  • Jupyter Notebook

This project uses a Random Forest Classifier to predict loan approval (Y/N) based on features like gender, income, and credit history. It involves data preprocessing, encoding, and missing value imputation. Feature importance is visualized to highlight key predictors, helping financial institutions automate loan decisions.

  • Updated Aug 17, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the mini-project02 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mini-project02 topic, visit your repo's landing page and select "manage topics."

Learn more