Create hyperparameter for block update in BoostAODE #25
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a hyperparameter block_update to perform weights updating and significance computing per block and not per model as it is done by now.
This way if bisection is enabled when inserting for instance 8 models the weights and the significance of these 8 models shall be computed once the whole 8 are inserted to the ensemble, and the predict to compute the αt, ε, etc. is done taking a micro ensemble with the models belonging to that block.
Already implemented !26