Welcome to the laboratory experiments for Data Science and Its Applications (Sub Code: 21AD62). This repository provides practical exercises across five modules, covering essential aspects of data science.
- Setup: Install Python/R and configure IDEs (VS Code, PyCharm).
- Programming: Write and execute basic programs in Python/R.
- Visualization: Plot a line chart showing study hours vs. exam scores.
- Histogram: Visualize the frequency distribution of 'mpg' from
mtcars.csv
.
- Books Dataset:
- Import and clean
BL-Flickr-Images-Book.csv
. - Drop irrelevant columns, reindex, and tidy fields.
- Import and clean
- Logistic Regression: Train a regularized logistic regression on the Iris dataset.
- SVM Classifier: Experiment with SVM kernels and hyperparameters to find the best accuracy.
- Decision Trees: Implement ID3 algorithm on a given dataset.
- Clustering: Apply K-means, Single-link, and Complete-link hierarchical clustering on
spiral.txt
.
- Web Scraping: Develop a simple web scraping tool for social media data.
- Clone the repository:
git clone https://github.com/yourusername/21AD62-DataScience-Labs.git cd 21AD62-DataScience-Labs
- Install required packages:
- For Python:
pip install matplotlib
pip install pandas
pip install numpy
pip install scikit-learn
pip install pydotplus
pip installBeautifulSoup
- For Python:
- Languages: Python
- IDEs: Visual Studio Code, PyCharm
- Libraries: Pandas, NumPy, Matplotlib, Scikit-Learn
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, please contact the course instructor or visit the discussion board.
- Email: Mail
- LinkedIn: Farha Kousar
- GitHub: FarhaKousar1601
🌐Looking forward to connecting with you!