This commit is contained in:
avsharapov 2018-10-13 14:35:34 +03:00
Родитель 707f8c2d68
Коммит 8a26bb0ced
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -29,7 +29,7 @@
variables. The columns of “transactionID” and
“accountID” are identifiers at transaction level and account
level, respectively. Each account may have more than one transaction
occuring at different times. These transactions record information
occurring at different times. These transactions record information
about the transaction amount, transaction type, location, merchant
and so on.

Просмотреть файл

@ -9,7 +9,7 @@ financial insights as it is a randomly generated dataset. A data
scientist can first replicate the process using the dataset supplied
here and then replace the datasets with their own actual datasets and
replicate the processing, tuning it to suit their own needs, as the
starting point for the advanced developement of machine learning
starting point for the advanced development of machine learning
models for credit risk prediction.
## Introduction
@ -83,7 +83,7 @@ generally static or change little over time.
features which capture transaction dimensions at industry level and
emphasize customer financial behaviors.
2. Binning analytics are optionally choosen to recode variables, thus
2. Binning analytics are optionally chosen to recode variables, thus
eliminating the effect of extreme values.
## Modeling

Просмотреть файл

@ -12,7 +12,7 @@ The repository contains three parts
## Business domain
*Business domain of the data science problem. For example, predictive maintainence, customer churn, etc. It is better to use keywords instead of verbose description.*
*Business domain of the data science problem. For example, predictive maintenance, customer churn, etc. It is better to use keywords instead of verbose description.*
## Data science problem