Skip to content
Draft
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
7 changes: 6 additions & 1 deletion howso/attributes.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
continuous_to_nominal_dependents_map (null)
nominal_to_nominal_dependents_map (null)
novel_substition_feature_set (null)

warnings (assoc)
))

(call !UpdateAttributesForDateTimeDataTypes)
Expand Down Expand Up @@ -536,7 +538,10 @@

(accum_to_entities trainee (assoc !revision 1))

(call !Return (assoc payload !featureAttributes))
(call !Return (assoc
warnings (if (size warnings) (indices warnings))
payload !featureAttributes
))
)

#!ComposeCustomDerivedMethods
Expand Down
1 change: 0 additions & 1 deletion howso/hyperparameters.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@
; analyze_threshold: optional, stores the threshold for the number of cases at which the model should be re-analyzed. default of 100.
; analyze_growth_factor: the factor by which to increase the analyze threshold everytime the model grows to the current threshold size
; default of two orders of magnitude using the universal scaling factor e
; auto_analyze_limit_size: optional, the size of of the model at which to stop doing outo-analysis
#set_params
(declare
(assoc
Expand Down
Loading