/ML_Algo_Implementation

This repo contains code for implementing various ML models on various datasets.

Primary LanguagePython

Usage (if using the inbuilt virtualenv):

  1. Start the virtual envoirnment - source venv/bin/activate
  2. Run the python file - python3 main.py

Usage (if not using the inbuilt virtualenv):

  1. Install requirements - python3 -m pip -r requirements.txt
  2. Run the python file - python3 main.py