Correct outstanding baseline feature mistake.

models
junos 2022-04-13 17:05:16 +02:00
parent 53ec52a954
commit c05b047c2d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if not participant_info.empty:
- limesurvey_demand.loc[rows_demand_reverse, "score_original"]
)
baseline_interim = pd.concat([baseline_interim, limesurvey_demand], axis=0, ignore_index=True)
if "demand" in requested_features:
if "limesurvey_demand" in requested_features:
baseline_features.loc[0, "limesurvey_demand"] = limesurvey_demand[
"score"
].sum()