We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0445 commit 5de9200Copy full SHA for 5de9200
src/bopforge/categorical_pipeline/__main__.py
@@ -56,12 +56,6 @@ def pre_processing(result_folder: Path) -> None:
56
functions._validate_cat_order(cat_order, unique_cats)
57
# For ordinal categories, if prior_order is given validate it matches cat_order
58
functions._validate_cat_order_prior_order_match(cat_order, prior_order)
59
- # prior_order = functions._validate_cat_order_prior_order_match(
60
- # cat_order, prior_order
61
- # )
62
- # all_settings["fit_signal_model"]["cat_cov_model"]["prior_order"] = (
63
- # prior_order
64
65
66
# save results
67
dataif.dump_result(df, f"{name}.csv")
0 commit comments