Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 844 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 844 Bytes

G20 PFDA Assignment - Credit Risk Classification

R Script should all be written in main.R file.

Comment Convention

  1. Main heading - surrounded with DOUBLE hashtags and full uppercase, e.g.
    ## DATA IMPORT ##
  2. Sub heading - surrounded with SINGLE hashtag, e.g.
    # Remove unnecessary columns #
  3. Description of codelines - single hashtag on the left, e.g.
    # get current directory

Data frame variable

The original data frame is at the variable credit_risk_df_capped.
For each individual section, please label with differnet suffix, e.g. credit_risk_df_capped_jj.

Credits