Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions howso/residuals.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,11 @@
;map of feature -> value for all the case values
case_values_map (zip case_features (retrieve_from_entity (current_value 1) case_features) )
time_series_filter_query (list)
feature_weights (get hyperparam_map "featureWeights")
feature_weights
(if (size (get hyperparam_map "featureMdaMap"))
(get hyperparam_map "featureMdaMap")
(get hyperparam_map "featureWeights")
)
context_features context_features
dependent_queries_list (null)
fanout_features_queries (null)
Expand Down Expand Up @@ -788,7 +792,7 @@
!queryDistanceTypeMap
query_feature_attributes_map
feature_deviations
(null)
(indices removed_features_map) ;weight_selection_features
dt_parameter
(if valid_weight_feature weight_feature)
tie_break_random_seed
Expand Down