update test samples

This commit is contained in:
Hannes Signer 2025-02-19 17:58:47 +01:00
parent df7cabfb31
commit 5ffcd75adc
2 changed files with 540 additions and 803 deletions

File diff suppressed because one or more lines are too long

View File

@ -88,7 +88,7 @@ def model_definition(architecture):
return model
@keras.saving.register_keras_serializable()
def custom_loss(preprocess, column_dict, h1, h2, h3, scaler_type="minmax", loss_variant="huber", delta=1.0):
# extract the scaling parameters