thbndi commited on
Commit
845a91e
·
1 Parent(s): d9ce23a

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +2 -2
readme.md CHANGED
@@ -64,7 +64,7 @@ Replace the `<variable>` placeholders with the corresponding values specific to
64
  - Convert ICD-9 to ICD-10 and group ICD-10 codes
65
  - Keep both ICD-9 and ICD-10 codes
66
  - Convert ICD-9 to ICD-10 codes
67
- - `select_diag`, `select_med`, `select_proc`, `select_out`, `select_chart` (boolean): Specifies whether to do features selection as describe in 'https://github.com/healthylaife/MIMIC-IV-Data-Pipeline' benchmark. Valid values: True or False.
68
  - `outlier_removal` (string): Specifies the outlier removal method. Valid values:
69
  - No outlier detection
70
  - Impute Outlier (default:98)
@@ -106,4 +106,4 @@ Feel free to modify the values to fit your specific requirements.
106
  ## Usage
107
  Provide the full path of your configuration file while calling the loading dataset function with the parameter config_path=`<path_to_config_file>`.
108
 
109
- For more understanding of the configuration please refer to 'https://github.com/healthylaife/MIMIC-IV-Data-Pipeline'.
 
64
  - Convert ICD-9 to ICD-10 and group ICD-10 codes
65
  - Keep both ICD-9 and ICD-10 codes
66
  - Convert ICD-9 to ICD-10 codes
67
+ - `select_diag`, `select_med`, `select_proc`, `select_out`, `select_chart` (boolean): Specifies whether to do features selection as describe in https://github.com/healthylaife/MIMIC-IV-Data-Pipeline benchmark. Valid values: True or False.
68
  - `outlier_removal` (string): Specifies the outlier removal method. Valid values:
69
  - No outlier detection
70
  - Impute Outlier (default:98)
 
106
  ## Usage
107
  Provide the full path of your configuration file while calling the loading dataset function with the parameter config_path=`<path_to_config_file>`.
108
 
109
+ For more understanding of the configuration please refer to https://github.com/healthylaife/MIMIC-IV-Data-Pipeline.