Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data-science/classification-with-svm/configs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Blueprint Configuration
# This file configures the UI mode and ports for the model service
# This file configures the iris classification model and UI settings

# Dataset Configuration
dataset_url: "https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data"

# model_source can be one of the following: local, hugging-face-cloud, or hugging-face-local
model_source: "local"
Expand Down
Binary file not shown.
Binary file not shown.
Loading