Update README.md

This commit is contained in:
Sang Putu Sandhyana Yogi
2024-07-25 19:54:44 +07:00
committed by GitHub
parent 0ebf5f903a
commit 1ab4f3c235

View File

@@ -1,28 +1,43 @@
# Data Science Use Cases
Welcome to my Data Science repository! This repository contains self-made projects, scripts, and SQL Queries showcasing my understanding and ability to answer case studies with data science approach. I have categorized some concepts of practice into separate folders. Feel free to look around!
Welcome to my Data Science repository! This repository contains self-made projects, scripts, and SQL Queries showcasing my understanding and ability to answer case studies with a data science approach. I have categorized some concepts of practice into separate directories. Feel free to look around!
## Introduction
Hi Everyone! My name is Sang Putu, and I am a Data Science Enthusiast. I work as a Data Analyst (also with Data Scientist Responsibilities) in a Pharmaceutical Company. My work areas include Marketing Analytics, Market Research & Insights, Product Portfolio, and Supply Chain Management. I like to put my knowledge to good use and help people, so I made this repository. I will try to update this repo in my free time.
## Projects
## Directories
### Classification
**Description:** -
**Description:** This directory is aimed specifically to go through Classification attempts at several datasets. In the future, it could be moved to the Predictions directory.
#### Classification Projects
- (Breast Cancer)[github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Breast_Cancer_Wisconsin.ipynb]
- (Gender Prediction)[github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Gender_Prediction.ipynb]
- (HRD Survey)[github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/HRD_Survey.ipynb]
- (Mushrooms Classification)[github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Mushrooms_Classification.ipynb]
### Clustering
**Description:** -
**Description:** This directory is aimed specifically to go through Clustering attempts at several datasets. In the future, it could be moved to the Predictions directory.
#### Clustering Projects
- TBA
### Predictions
**Description:** -
**Description:** This directory attempts to predict values or labels according to each dataset, by using Regressions, SVM, Random Forest, and other algorithms. Some need to go through Data Cleaning first and EDA, and some are already cleaned.
#### Predictions Projects
- (Student Scores)[github.com/youronlydimwit/Data_ScienceUse_Cases/Predictions/Linear Regression/Linear_Regression_Student_Scores.ipynb]
- Human Resources Data Case Study
### SQL
**Description:** -
**Description:** This directory attempts to use SQL for making a database system and data querying with examples of DDL and DML. The databases are dummy data built by myself, free to reproduce.
#### Predictions Projects
### VBA