Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ In these files there are following fields:
|
|
67 |
- **LightAutoML_test** is a statistic of the proposed ML-method based on the LightAutoML (LAMA) framework;
|
68 |
- **SKLEARN_RF_test** is a statistic of the proposed ML-method based on Random Forest (implemented in sklearn);
|
69 |
- **SKLEARN_LogReg_test** is a statistic of the proposed ML-method based on Logistic Regression (implemented in sklearn);
|
70 |
-
- **SKLEARN_GB_test**
|
71 |
|
72 |
# Dataset Simulation
|
73 |
|
|
|
67 |
- **LightAutoML_test** is a statistic of the proposed ML-method based on the LightAutoML (LAMA) framework;
|
68 |
- **SKLEARN_RF_test** is a statistic of the proposed ML-method based on Random Forest (implemented in sklearn);
|
69 |
- **SKLEARN_LogReg_test** is a statistic of the proposed ML-method based on Logistic Regression (implemented in sklearn);
|
70 |
+
- **SKLEARN_GB_test** is a statistic of the proposed ML-method based on Gradient Boosting Machine (implemented in sklearn).
|
71 |
|
72 |
# Dataset Simulation
|
73 |
|