https://github.com/europanite/gundam-forest
Random Forest Data Analysis of Kill In Action rate for every personnel in GUNDAM world, like in Titanic.
https://github.com/europanite/gundam-forest
data data-analysis data-science data-visualization death-rate death-rates gundam-model gundam-series gundom-forest jupyter jupyter-notebook kia kill-in-action python random-forest titanic titanic-kaggle titanic-survival titanic-survival-prediction
Last synced: about 2 hours ago
JSON representation
Random Forest Data Analysis of Kill In Action rate for every personnel in GUNDAM world, like in Titanic.
- Host: GitHub
- URL: https://github.com/europanite/gundam-forest
- Owner: europanite
- License: apache-2.0
- Created: 2026-06-13T08:50:43.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T09:03:58.000Z (16 days ago)
- Last Synced: 2026-06-13T11:05:32.813Z (16 days ago)
- Topics: data, data-analysis, data-science, data-visualization, death-rate, death-rates, gundam-model, gundam-series, gundom-forest, jupyter, jupyter-notebook, kia, kill-in-action, python, random-forest, titanic, titanic-kaggle, titanic-survival, titanic-survival-prediction
- Language: Jupyter Notebook
- Homepage: https://europanite.github.io/gundam-forest/
- Size: 3.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Gundam Forest](https://github.com/europanite/gundam-forest "Gundam Forest")
Random Forest Analysis of Kill In Action rate for every personnel in gundam world, like in Titanic.
A JupyterLab-based machine learning project for predicting whether a Gundam character is killed in war or armed conflict.
This repository is designed for exploratory analysis, GitHub publication, and reproducible local execution with Docker Compose.
## Titanic Dataset
| Item | Value |
|---|---:|
| Rows | 891 |
| Original columns | 12 |
| Target column | `Survived` |
| Survival labels | 0 = did not survive, 1 = survived |
| Non-survivors | 549 |
| Survivors | 342 |
| Male passengers | 577 |
| Female passengers | 314 |
| 1st class passengers | 216 |
| 2nd class passengers | 184 |
| 3rd class passengers | 491 |
# Baseline
## Titanic
## GUNDAM
# License
- Apache License 2.0.