You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the best way to interpret unchanged threshold values after optimization? I've ran into a few situations where running route_layer.fit() did not alter the thresholds at all.
Does this mean more data or more iterations are needed or something else entirely?
On a separate note, are there any plans to introduce other optimization methods in the future?
Thanks!
The text was updated successfully, but these errors were encountered:
I also noticed this behavior, as discussed in #299. It's been a while since I did the threshold tuning, but seeing many people still talking about this, I suspect it might be a bug in the optimization mechanism.
Hi,
What's the best way to interpret unchanged threshold values after optimization? I've ran into a few situations where running
route_layer.fit()
did not alter the thresholds at all.Does this mean more data or more iterations are needed or something else entirely?
On a separate note, are there any plans to introduce other optimization methods in the future?
Thanks!
The text was updated successfully, but these errors were encountered: