Is it the same method that ICA codebase (3_estimate_thresholds) uses (which is also Modulytics instruction is referring to)?
(3_estimate_thresholds)
For some reason, the code on my computer didn't calculate them properly (If so, why?) so I need to manually call the function (reoptimize_thresholds).
But the best cutoff value obtained by the ICA codebase 3_estimate_threshold was "1050" while
ica_data.reoptimize_thresholds() in pymodulon yielded "1150"
Was there any change in the optimization?
Is it the same method that ICA codebase (3_estimate_thresholds) uses (which is also Modulytics instruction is referring to)?
(3_estimate_thresholds)
But the best cutoff value obtained by the ICA codebase 3_estimate_threshold was "1050" while ica_data.reoptimize_thresholds() in pymodulon yielded "1150" Was there any change in the optimization?