Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: sklearn
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
-
-
|
| 6 |
- tabular-classification
|
|
|
|
|
|
|
| 7 |
model_file: MLstructureMining_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model description
|
|
@@ -66,7 +73,8 @@ The model plot is below.
|
|
| 66 |
|
| 67 |
## Evaluation Results
|
| 68 |
|
| 69 |
-
|
|
|
|
| 70 |
|
| 71 |
You can find the details about evaluation process and the evaluation results.
|
| 72 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
+
- xgboost
|
| 4 |
+
- python
|
| 5 |
- tabular-classification
|
| 6 |
+
- chemistry
|
| 7 |
+
- pair-distribution-function
|
| 8 |
model_file: MLstructureMining_model.bin
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
pipeline_tag: tabular-classification
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
---
|
| 16 |
|
| 17 |
# Model description
|
|
|
|
| 73 |
|
| 74 |
## Evaluation Results
|
| 75 |
|
| 76 |
+
We evaluate this model based an accuracy and to test the robustness of MLstructureMining, we deploy zeroth-order optimization (ZOO)
|
| 77 |
+
from the [Adversarial Robustness Toolbox](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (ART) library to perform adversarial attacks.
|
| 78 |
|
| 79 |
You can find the details about evaluation process and the evaluation results.
|
| 80 |
|