paantya commented on issue #16430:
URL: https://github.com/apache/airflow/issues/16430#issuecomment-861553714
my smale config .yaml
```
project_name: "QL/SGOB/"
experiment:
dataset: &dataset_name "data_test_5e5"
name: &experiment_name "medium_size_clustering_estimation"
logger:
-
name: "Console"
-
name: "File"
data_preparation:
key: "histogram"
preprocess: "normalize_histogram_mean_std"
clustering:
algo: "kmeans"
tests: 10
low: 15
high: 200
step: 10
estimation:
metrics: ["calinski_harabasz", "minus_davies_bouldin"]
file: true
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]