593b94c120
pytest / Unit Tests (push) Has been cancelled
pytest / Integration (integration_tests_a) (push) Has been cancelled
pytest / Integration (integration_tests_b) (push) Has been cancelled
pytest / Integration (integration_tests_c) (push) Has been cancelled
pytest / Integration (integration_tests_d) (push) Has been cancelled
pytest / Integration (integration_tests_e) (push) Has been cancelled
pytest / Integration (integration_tests_f) (push) Has been cancelled
pytest / Integration (integration_tests_g) (push) Has been cancelled
pytest / Integration (integration_tests_h) (push) Has been cancelled
pytest / Integration (integration_tests_i) (push) Has been cancelled
pytest / Integration (integration_tests_j) (push) Has been cancelled
pytest / Distributed (distributed_a) (push) Has been cancelled
pytest / Distributed (distributed_b) (push) Has been cancelled
pytest / Distributed (distributed_c) (push) Has been cancelled
pytest / Distributed (distributed_d) (push) Has been cancelled
pytest / Distributed (distributed_e) (push) Has been cancelled
pytest / Distributed (distributed_f) (push) Has been cancelled
pytest / Minimal Install (push) Has been cancelled
pytest / Event File (push) Has been cancelled
pytest (slow) / py-slow (push) Has been cancelled
Publish JSON Schema / publish-schema (push) Has been cancelled
66 lines
1.2 KiB
YAML
66 lines
1.2 KiB
YAML
model_type: ecd
|
|
|
|
input_features:
|
|
- name: fixed_acidity
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: volatile_acidity
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: citric_acid
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: residual_sugar
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: chlorides
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: free_sulfur_dioxide
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: total_sulfur_dioxide
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: density
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: pH
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: sulphates
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
- name: alcohol
|
|
type: number
|
|
preprocessing:
|
|
normalization: zscore
|
|
|
|
output_features:
|
|
- name: quality_score
|
|
type: number
|
|
- name: quality_binary
|
|
type: binary
|
|
|
|
combiner:
|
|
type: concat
|
|
num_fc_layers: 2
|
|
output_size: 128
|
|
dropout: 0.1
|
|
|
|
trainer:
|
|
epochs: 30
|
|
learning_rate: 0.001
|
|
batch_size: 128
|
|
loss_balancing: uncertainty
|