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

https://github.com/ryanga09/digitalent_intermediatedatascience-selfpractice

A repository of self practice hands-on projects from DigiTalent’s Intermediate Data Science training, covering Data Screening, Data Object: Basic Analysis, Documentation & Construction, Model Design, Application of Modeling, Modeling Result Evaluation. Includes Jupyter notebooks and example code for practical learning.
https://github.com/ryanga09/digitalent_intermediatedatascience-selfpractice

data-exploration data-quality-verification data-science data-screening dataset digitalent komdigi notebook-jupyter notebooks python

Last synced: 4 months ago
JSON representation

A repository of self practice hands-on projects from DigiTalent’s Intermediate Data Science training, covering Data Screening, Data Object: Basic Analysis, Documentation & Construction, Model Design, Application of Modeling, Modeling Result Evaluation. Includes Jupyter notebooks and example code for practical learning.

Awesome Lists containing this project

README

          

# DigiTalent Intermediate Data Science - Self Practice

## πŸ“… Created On

July 2025

## πŸ—‚οΈ Repository Structure

```bash
DigiTalent_IntermediateDataScience-SelfPractice/
β”œβ”€β”€ data/ # Contains raw/external datasets
β”‚ └── Data_Nasabah.csv # Local dataset
β”‚
β”œβ”€β”€ notebooks/ # Jupyter notebooks
β”‚ β”œβ”€β”€ self_practice-1.ipynb # Data Screening
β”‚ β”œβ”€β”€ self_practice-2.ipynb # Data Object: Basic Analysis
β”‚ β”œβ”€β”€ self_practice-3.ipynb # Construction & Documentation
β”‚ β”œβ”€β”€ self_practice-4.ipynb # Model Design Strategy
β”‚ β”œβ”€β”€ self_practice-5.ipynb # Modeling Application
β”‚ └── self_practice-6.ipynb # Evaluation of Modeling Results
β”‚
β”œβ”€β”€ requirements.txt # Python dependencies
β”œβ”€β”€ README.md # Project overview and setup instructions
└── .gitignore # Files/folders to exclude from version control

```

## πŸš€ How to Use

1. πŸ“₯ Clone this repository to your local machine:

```bash
git clone https://github.com/RyanGA09/DigiTalent_IntermediateDataScience-SelfPractice.git
```

2. **Change Directory**

```bash
cd DigiTalent_IntermediateDataScience-SelfPractice.git
```

3. **Open in VS Code**

```bash
code .
```

4. πŸ“¦ Install the environment (recommended to use venv or conda):

```bash
pip install -r requirements.txt
```

5. πŸ“˜ Open the notebook corresponding to the topic you want to learn and run the code cells sequentially.

## πŸ‘¨β€πŸ’» Author

Ryan Gading Abdullah

[![GitHub](https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/RyanGA09)
[![GitLab](https://img.shields.io/badge/GitLab-FC6D26?style=for-the-badge&logo=gitlab&logoColor=white)](https://gitlab.com/RyanGA09)
[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/ryan_g._a)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ryan-gading-abdullah/)