Skip to content
Open
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
21 changes: 21 additions & 0 deletions example/pca_cluster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
metrics: [SNR_ww, SNR_gg, SNR_3x2, FOM_3x2, FOM_DETF_3x2]
bands: griz
training_file: data/training.hdf5
validation_file: data/validation.hdf5
output_file: example/pca_cluster_output_fom.txt
# Backend implementing the metrics, either: "firecrown" (default), "jax-cosmo"
metrics_impl: "jax-cosmo"

run:
PCACluster:
{% for nbins in [2,3,4] %}
run_{{ nbins}}:
bins: {{ nbins }}
metric: FOM
verbose: False
# These special settings decide whether the
# color and error colums are passed to the classifier
# as well as the magnitudes
colors: True
errors: True
{% endfor %}
Loading