Skip to content

Commit

Permalink
one more missed estimation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Dec 14, 2024
1 parent af7e67e commit 99822ca
Showing 1 changed file with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,54 +29,6 @@ survey_tables:
file_name: trips_survey.csv
index_col: trip_id

estimation_table_recipes:

interaction_sample_simulate:
omnibus_tables:
choosers_combined:
- choices
- override_choices
- choosers
alternatives_combined:
- interaction_sample_alternatives
- interaction_expression_values
omnibus_tables_append_columns: [choosers_combined, alternatives_combined]

interaction_simulate:
omnibus_tables:
choosers_combined:
- choices
- override_choices
- choosers
omnibus_tables_append_columns: [choosers_combined]

simple_simulate:
omnibus_tables:
values_combined:
- choices
- override_choices
- expression_values
- choosers
omnibus_tables_append_columns: [values_combined]

cdap_simulate:
omnibus_tables:
values_combined:
- choices
- override_choices
- choosers
omnibus_tables_append_columns: [values_combined]

simple_probabilistic:
omnibus_tables:
values_combined:
- choices
- override_choices
- choosers
- probs
omnibus_tables_append_columns: [values_combined]


estimation_table_types:
tour_scheduling_probabilistic: simple_probabilistic
tour_od_choice: interaction_sample_simulate
Expand Down

0 comments on commit 99822ca

Please sign in to comment.