Skip to content

Commit 744db62

Browse files
committed
update readme
1 parent 413a215 commit 744db62

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
### Bachelor's Diploma
2-
Diploma thesis: [**"Assessment of credit organizations borrowers' default rate"**](diploma.pdf) (2019).<br>
3-
[Diploma](diploma.pdf) and [presentation](presentation.pdf).
2+
Thesis: **"Assessment of credit organizations borrowers' default rate"** (2019).
3+
4+
Links:
5+
- [*thesis*](thesis.pdf)
6+
- [*presentation*](presentation.pdf)
7+
- [*diploma*](diploma/diploma.pdf)
8+
- [*diploma supplement*](diploma/diploma_supplement.pdf)
49

510
### Data
6-
README about data [here](data/README.md).
11+
README about data [*here*](data/README.md).
712

813
### Analysis
9-
All the code with data analysis is stored in the folder [**"analysis"**](analysis) and consists of different jupyter notebooks.<br>
14+
All the code with data analysis is stored in the folder [**"analysis"**](thesis) and consists of different jupyter notebooks.<br>
1015
Order of viewing jupyter notebooks:
11-
1. [*columns_description.ipynb*](analysis/columns_description.ipynb)
12-
1. [*group_features.ipynb*](analysis/group_features.ipynb)
13-
1. [*binary_features.ipynb*](analysis/binary_features.ipynb)
14-
1. [*categorical_features.ipynb*](analysis/categorical_features.ipynb)
15-
1. [*numerical_features.ipynb*](analysis/numerical_features.ipynb)
16-
1. [*modeling.ipynb*](analysis/modeling.ipynb)
16+
1. [*columns_description.ipynb*](thesis/columns_description.ipynb)
17+
1. [*group_features.ipynb*](thesis/group_features.ipynb)
18+
1. [*binary_features.ipynb*](thesis/binary_features.ipynb)
19+
1. [*categorical_features.ipynb*](thesis/categorical_features.ipynb)
20+
1. [*numerical_features.ipynb*](thesis/numerical_features.ipynb)
21+
1. [*modeling.ipynb*](thesis/modeling.ipynb)
1722

1823
### Courseworks
19-
This repository also contains all [courseworks](courseworks).
24+
This repository also contains all [**courseworks**](courseworks).
2025

2126
**First year** (2015-2016):
2227
- [*"Processing of stock data in MS Excel and MS Access"*](courseworks/1_information_technology_in_economics) (discipline: *"Information technology in the economics"*)

data/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use these files:
55
- [*application_train.csv*](https://www.kaggle.com/c/home-credit-default-risk/data?select=application_train.csv)
66
- [*application_test.csv*](https://www.kaggle.com/c/home-credit-default-risk/data?select=application_test.csv)
77

8-
You can create additional files with [group_features.ipynb](../analysis/group_features.ipynb) (**used in analysis**):
8+
You can create additional files with [group_features.ipynb](../thesis/group_features.ipynb) (**used in analysis**):
99
- *application_train_binary.csv*
1010
- *application_train_categorical.csv*
1111
- *application_train_numerical.csv*

0 commit comments

Comments
 (0)