samgohan commited on
Commit
7e074bf
·
verified ·
1 Parent(s): ba0c122

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ language:
23
 
24
  ## Repository Summary
25
 
26
- This repository provides a collection of **81 tabular datasets** curated for research on **imbalanced regression** problems.
27
  They were obtained from the various studies carried out on the subject (source and papers listed below).
28
  Its objective is to centralize datasets commonly used in the literature, serving as a solid reference point for future work.
29
 
@@ -65,7 +65,7 @@ For each dataset, the following metadata is provided:
65
  - **Miss.**: Proportion of missing values
66
  - **Used**: Number of times the dataset has been used in published papers
67
 
68
- |dataset |n_obs |p_variables|p_numeric|p_categorical|target_type|target_skewness|Imb_ratio|mIR |missing_rate|Used|
69
  |----------------------|------|-----------|---------|-------------|-----------|---------------|---------|--------|------------|----|
70
  |abalone |4177 |11 |11 |0 |int64 |1.11 |54.23 |345.73 |0.0 |32 |
71
  |boston |506 |14 |14 |0 |float64 |1.1 |36.0 |218.31 |0.0 |30 |
 
23
 
24
  ## Repository Summary
25
 
26
+ This repository provides a collection of **81 tabular datasets** curated for research on **tabular imbalanced regression** problems.
27
  They were obtained from the various studies carried out on the subject (source and papers listed below).
28
  Its objective is to centralize datasets commonly used in the literature, serving as a solid reference point for future work.
29
 
 
65
  - **Miss.**: Proportion of missing values
66
  - **Used**: Number of times the dataset has been used in published papers
67
 
68
+ |dataset |n_obs |p_variables|p_numeric|p_categorical|target_type|target_skewness|Imb_coef|mIR |missing_rate|Used|
69
  |----------------------|------|-----------|---------|-------------|-----------|---------------|---------|--------|------------|----|
70
  |abalone |4177 |11 |11 |0 |int64 |1.11 |54.23 |345.73 |0.0 |32 |
71
  |boston |506 |14 |14 |0 |float64 |1.1 |36.0 |218.31 |0.0 |30 |