Update README.md

This commit is contained in:
Sang Putu Sandhyana Yogi
2024-07-25 20:01:22 +07:00
committed by GitHub
parent 60ba88fe74
commit 4e699415f9

View File

@@ -1,56 +1,53 @@
# 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 a data science approach. I have categorized some concepts of practice into separate directories. 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 tackle case studies with a data science approach. I have categorized various 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.
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 enjoy using my knowledge to help people, which inspired me to create this repository. I will try to update this repo in my free time.
## Directories
### Classification
**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.
**Description:** This directory focuses on classification tasks with several datasets. In the future, it might 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]
- [Breast Cancer](https://github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Breast_Cancer_Wisconsin.ipynb)
- [Gender Prediction](https://github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Gender_Prediction.ipynb)
- [HRD Survey](https://github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/HRD_Survey.ipynb)
- [Mushrooms Classification](https://github.com/youronlydimwit/Data_ScienceUse_Cases/Classification/Mushrooms_Classification.ipynb)
### Clustering
**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.
**Description:** This directory focuses on clustering tasks with various datasets. In the future, it might be moved to the Predictions directory.
#### Clustering Projects
- TBA
### Predictions
**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.
**Description:** This directory focuses on predicting values or labels for each dataset using algorithms such as Regressions, SVM, and Random Forest. Some projects involve data cleaning and exploratory data analysis (EDA), while others use pre-cleaned data.
#### Predictions Projects
- (Student Scores)[github.com/youronlydimwit/Data_ScienceUse_Cases/Predictions/Linear Regression/Linear_Regression_Student_Scores.ipynb]
- [Student Scores](https://github.com/youronlydimwit/Data_ScienceUse_Cases/Predictions/Linear%20Regression/Linear_Regression_Student_Scores.ipynb)
- Human Resources Data Case Study
### SQL
**Description:** This directory attempts to use SQL for making a database system and data querying with examples of DDL and DML. Most of the databases are dummy data built by myself, free to reproduce.
**Description:** This directory focuses on using SQL to create database systems and perform data querying, with examples of DDL and DML. Most databases are dummy data created by myself and are free to reproduce.
#### [SQL Projects](github.com/youronlydimwit/Data_ScienceUse_Cases/SQL)
#### [SQL Projects](https://github.com/youronlydimwit/Data_ScienceUse_Cases/SQL)
- Bike Store - WIP
- Luxtoys - WIP
### Scripts
**Description:** This directory's usage is to act like a cloud for my python scripts to be loaded as modules, mostly for visualizations and/or dataframe processing.
**Description:** This directory serves as a cloud for my Python scripts, which can be loaded as modules for tasks such as visualizations and dataframe processing.
### VBA
**Description:** With experience in using Microsoft Excel, some tasks are becoming tedious, and I have uploaded some VBA scripts to be loaded as Macros in your own devices.
**Description:** With experience in using Microsoft Excel, some tasks become tedious. I have uploaded VBA scripts to be used as macros on your own devices.
#### VBA Projects
- Text Similarity