Spaces:
Sleeping
Sleeping
Update MODEL_CARD.md
Browse files- MODEL_CARD.md +2 -2
MODEL_CARD.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
# Model card - tox21_rf_classifier
|
| 2 |
### Model details
|
| 3 |
- Model name: Random Forest Tox21 Baseline
|
| 4 |
-
- Developer: JKU
|
| 5 |
- Paper URL: https://link.springer.com/article/10.1023/A:1010933404324
|
| 6 |
- Model type / architecture:
|
| 7 |
- Random Forest implemented using sklearn.RandomForestClassifier.
|
| 8 |
-
- Hyperparameters:
|
| 9 |
- A separate single-task RF is trained for each Tox21 target.
|
| 10 |
- Inference: Access via FastAPI. Upon a Tox21 prediction request, a target-specific RF
|
| 11 |
model is called separately for each target; outputs are collected across all single-task
|
|
|
|
| 1 |
# Model card - tox21_rf_classifier
|
| 2 |
### Model details
|
| 3 |
- Model name: Random Forest Tox21 Baseline
|
| 4 |
+
- Developer: JKU Linz
|
| 5 |
- Paper URL: https://link.springer.com/article/10.1023/A:1010933404324
|
| 6 |
- Model type / architecture:
|
| 7 |
- Random Forest implemented using sklearn.RandomForestClassifier.
|
| 8 |
+
- Hyperparameters: [link to config](https://huggingface.co/spaces/ml-jku/tox21_rf_classifier/blob/main/config/config.json)
|
| 9 |
- A separate single-task RF is trained for each Tox21 target.
|
| 10 |
- Inference: Access via FastAPI. Upon a Tox21 prediction request, a target-specific RF
|
| 11 |
model is called separately for each target; outputs are collected across all single-task
|