This Repository Consists of all the tasks that were assigned to me during internship at Oasis Infobyte as a Data Science Intern from October 15th 2023 to November 15th 2023
Task 1: Develop a Machine Learning Model to learn from measurements(SepalLenghtCm, SepalWidthCm, PetalLengthCm and PetalWidthCm) and classify them into one of three species(Iris-setosa, Iris-versicolor, Iris-virginica)
Python Notebook Link of Task 1
Explaination of Task - 1
Python Notebook Link of Task 2
Explaination of Task - 2
Python Notebook Link of Task 3
Explaination of Task - 3
Python Notebook Link of Task 4
Explaination of Task - 4
Python Notebook Link of Task 5
Explaination of Task - 5
- Each task is organized in a dedicated folder containing:
- Source code (Jupyter Notebooks, Python scripts)
- Data, if applicable
- Output visualizations and project-specific README.md files
- Clone this repository:
git clone https://github.com/ADVAIT135/OIBSIP.git cd OIBSIP
- Open the task directory of your interest.
- Launch the Jupyter Notebook:
jupyter notebook
- Review the notebook and follow the instructions for each task.
- Python 3.x
- Jupyter Notebook
- pandas, numpy, matplotlib, seaborn, scikit-learn (for most tasks)
- You can install dependencies using:
(If a requirements.txt is missing, install the packages listed at the start of each notebook.)
pip install -r requirements.txt
Contributions are welcome!
To contribute:
- Fork the repository
- Create your branch (
git checkout -b feature/your-feature
) - Commit your changes
- Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License
- Oasis Infobyte for the internship opportunity and project assignments
- Open-source Python, data science, and machine learning community
For any questions or feedback, feel free to open an issue or reach out via LinkedIn.