This repository contains the tasks completed during my internship at Oasis Infobyte in the domain of Data Science.
- Iris Classification
- Unemployment Analysis
- Car Price Prediction
- Spam Detection
- Sales Prediction
OIBSIP
│ README.md
│
└───01_IrisClassification
│ │ Iris Flower Classification.ipynb
│ │ Iris.csv
│
│
└───02_UnemploymentAnalysis
│ │ Unemployment analysis in India.ipynb
│ │ Unemployment in India.csv
│
│
└───03_CarPricePrediction
│ │ Car Price Prediction.ipynb
│ │ Car Price.csv
│
│
└───04_SpamDetection
│ │ Spam Detection using Multinomial NB.ipynb
│ │ spam.csv
│
│
└───05_SalesPrediction
│ | Sales Prediction.ipynb
│ | Advertising.csv
│
Each task folder contains a Jupyter Notebook file and any associated data files required for that specific task. You can navigate to each folder to access the code and data.
Feel free to explore each task and review the Jupyter Notebook files for detailed explanations, code implementation, and analysis performed for each task.