Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IntelliStock
/
logic-center
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6b95d78
logic-center
/
models
/
resup.py
camphong24032002
Test
6b95d78
about 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
from
pydantic
import
BaseModel
class
ResSupPayload
(
BaseModel
):
data:
str
feature_map:
dict
n_clusters:
int
=
3