Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion howso.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
;replace the typing assoc with an empty string, only get description
(substr
(first (current_value 1))
"\\{.+\\}\\r\\n"
"^\\{.+\\}\\r?\\n?"
(null)
""
)
Expand Down
2 changes: 1 addition & 1 deletion howso/hyperparameters.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,8 @@
;the factor by which to increase the analyze threshold every time the model grows to the current threshold size
; default of two orders of magnitude using the universal scaling factor e
analyze_growth_factor 7.389056
;parameter for analyze
;{type "list" values "string"}
;parameter for analyze
context_features (null)
;{type "list" values "string"}
action_features (null)
Expand Down
2 changes: 1 addition & 1 deletion howso/react.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
;full list of features to output values for the case
action_features (list)
;{type "list" values {type "list"}}
;;values of action features. If specified will bypass react and only do the explanation if details is set.
;values of action features. If specified will bypass react and only do the explanation if details is set.
;if specified must be either length of 1 or num_reacts. One list us used per individual reaction
action_values (null)
;{type "list" values "string"}
Expand Down