SMLDS_LAB

Statistical Machine Learning for Data Science

Python Jupyter Anaconda

📌 Introduction

This repository contains experiments and implementations for the course Statistical Machine Learning for Data Science. It covers statistical methods, machine learning techniques, and their applications on datasets.

📂 Experiments List

⚙️ Setup

  1. Clone the repository
    git clone https://github.com/gaurav-g-alva/SMLDS_LAB.git
    cd SMLDS_LAB
    
  2. (Optional) Create and activate a virtual environment:
     python -m venv venv
     source venv/bin/activate   # For Linux/Mac
     venv\Scripts\activate      # For Windows
    
  3. 🚀 Usage - Open the corresponding Jupyter Notebook:
     jupyter notebook SMLDS_LAB/EXP_no/exp_name.ipynb
    

    Modify datasets or parameters inside the script/notebook to explore different outcomes.



✨ Visuals Crafted for Curious Minds ✨ | © 2025

Gaurav Alva