Skip to content

Commit d2a8941

Browse files
committed
remove space at end
1 parent 24cc028 commit d2a8941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/sources/postmodeling/postmodeling-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ Configuration for crosstabs in Triage's Postmodeling module. An example `postmod
2727
- `models_dates_join_query`: don't change the default query unless strictly necessary. It is just validating pairs of (`model_id`, `as_of_date`) in a predictions table
2828
- `features_query`: features_query must join `models_dates_join_query` with 1 or more features table using `as_of_date`
2929
- `predictions_query`: the predictions query must return `model_id`, `as_of_date`, `entity_id`, `score`, `label_value`, `rank_abs` and `rank_pct`. It must join `models_dates_join_query` using both `model_id` and `as_of_date`.
30-

0 commit comments

Comments
 (0)