https://github.com/3ndetz/titanic
https://github.com/3ndetz/titanic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3ndetz/titanic
- Owner: 3ndetz
- License: mit
- Created: 2025-11-24T12:43:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-10T19:38:24.000Z (6 months ago)
- Last Synced: 2026-01-11T03:58:00.968Z (6 months ago)
- Language: Python
- Size: 4.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titanic
Solving simple titanic competition using advanced engineering practices
## Project Organization
```text
├── LICENSE <- Open-source license if one is chosen
├── Makefile <- Makefile with convenience commands like `make data`
├── README.md <- The top-level README for developers using this project.
├── data <- See docs/docs/data.md for details
│
├── docs <- A default mkdocs project
│ └── reports <- Course reports
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
├── pyproject.toml <- Project configuration file with package metadata for
│ titanic and configuration for tools like ruff
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
└── titanic <- Source code for use in this project.
```
--------
## Распределение веток
```text
├── main <- Текущая последняя проверенная версия кода
├── gh-pages <- Автособираемая документация проекта mkdocs
├── task2 <- Branch for task 2
├── task3 <- Branch for task 3
...
└── taskN <- Branch for task N
```
--------
> Task 1 сделан в main т.к. initial
## Документация
Документация проекта, в том числе по запуску:
> Билдится из `docs/docs` и подгружается в GH Pages по ссылке
## Отчёты
Отчёты для курса лежат в `docs/reports`:
1. [x] [HW 1](./docs/reports/hw1_initial.md)
2. [x] [HW 2](./docs/reports/hw2.md)
3. [x] HW 3
4. [ ] HW 4
5. [ ] HW 5
6. [ ] HW 6