You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, model predictions will always get written to a file called zamba_predictions.csv (in the specified save_dir).
We may want to add an output_csv_name arg to parameterize this. Relatedly, we should think about how to make predict_configuration.yaml run specific if we think this file will get copied around as well. It may make sense to have a run_name param that gets used for both files.
Currently, model predictions will always get written to a file called
zamba_predictions.csv
(in the specified save_dir).We may want to add an
output_csv_name
arg to parameterize this. Relatedly, we should think about how to makepredict_configuration.yaml
run specific if we think this file will get copied around as well. It may make sense to have arun_name
param that gets used for both files.Fromm: #151 (comment)
The text was updated successfully, but these errors were encountered: