Spaces:
Runtime error
Runtime error
File size: 321 Bytes
c73381c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# environment configuration
settings:
docker:
required_integrations:
- sklearn
# configuration of the Model Control Plane
model_version:
name: breast_cancer_classifier
version: production
license: Apache 2.0
description: Classification of Breast Cancer Dataset.
tags: ["classification", "sklearn"]
|