Skip to content

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.

Notifications You must be signed in to change notification settings

RyanGA09/DigiTalent_IntermediateDataScience-SelfPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiTalent Intermediate Data Science - Self Practice

📅 Created On

July 2025

🗂️ Repository Structure

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:

    git clone https://github.com/RyanGA09/DigiTalent_IntermediateDataScience-SelfPractice.git
  2. Change Directory

    cd DigiTalent_IntermediateDataScience-SelfPractice.git
  3. Open in VS Code

    code .
  4. 📦 Install the environment (recommended to use venv or conda):

    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 GitLab Instagram LinkedIn

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published