An open API service indexing awesome lists of open source software.

https://github.com/brendandasilva/applieddatascience

4 projects from Applied Data Science
https://github.com/brendandasilva/applieddatascience

data-science numpy pandas python

Last synced: 4 months ago
JSON representation

4 projects from Applied Data Science

Awesome Lists containing this project

README

          

# Applied Data Science

This repository contains assignments from my Applied Data Science coursework. Each assignment explores different aspects of data analysis, machine learning, and visualization using Python.

## Assignments

### 1. Working with NumPy and Matplotlib
This assignment covers fundamental operations in NumPy for numerical computing and visualization using Matplotlib.

📺 **Video Walkthrough:** [YouTube Link](https://youtu.be/OxPikMOtPuY)

### 2. Using a Decision Tree Model in SKLearn
Implementation of a decision tree classifier using the `sklearn` library, covering data preprocessing, model training, and evaluation.

📺 **Video Walkthrough:** [YouTube Link](https://youtu.be/0dGOBe4qfzQ)

### 3. House Prices - Advanced Regression Techniques
Participation in the Kaggle competition "House Prices - Advanced Regression Techniques," utilizing regression models to predict house prices.

📺 **Video Walkthrough:** [YouTube Link](https://youtu.be/-jZjGtT4hqQ)

### 4. Pandas Library
Exploring the Pandas library for data manipulation, including data cleaning, aggregation, and transformation techniques.

📺 **Video Walkthrough:** [YouTube Link](https://youtu.be/09iK47ARspg)

---

### 🔧 Technologies Used
- Python
- NumPy
- Pandas
- Matplotlib
- Scikit-Learn

Feel free to explore the repository and check out the linked videos for detailed explanations! 🚀