Route Threshold Optimization does not change threshold values #477
Replies: 1 comment
-
|
As far as I'm aware, this issue was resolved some time ago. I have an example here I put together just yesterday where I was optimizing thresholds (towards the end of the notebook). It could be an input data issue, I would make sure to have plenty of If anyone is still seeing issues please let us know by raising an issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm training my route layer with 1000 samples across approximately 50 routes. However, I've noticed that even after calling rl.fit(), the thresholds remain constant at 0.5 for each route (both before and after training), resulting in no improvement in accuracy. I'm running this in local mode. I see many people have raised this but no solutions yet.
Additional questions:
Beta Was this translation helpful? Give feedback.
All reactions