Skip to content

Chethan0610/InstagramFakePRofileDetection

Repository files navigation

Fake Profile Detection using Machine Learning

This project is focused on detecting fake profiles using a Decision Tree Regressor. It includes data preprocessing, model training, evaluation, and saving the model for future use.

Features

  • Handles missing values using median imputation
  • Encodes categorical columns using Label Encoding
  • Normalizes numerical features using MinMaxScaler
  • Trains a Decision Tree Regressor model
  • Evaluates performance using accuracy and classification report
  • Saves the trained model using joblib

Dataset

  • File: profile_Dataset.csv
  • Contains numerical and categorical features
  • Target column: fake (indicates whether a profile is real or fake)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/your-repo-name.git
    cd your-repo-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published