Christian Funder Sommerlund
Christian Funder Sommerlund
Seems like you did not update the `python3.8` branch with the change, but I copy-pasted it in manually on my machine, and it looks pretty nice. ~~However, the railways under...
Forget the last part of my comment above. I applied the change incorrectly to my local config at first. New thoughts: Looks pretty good overall. However, they are drawn beneath...
Thanks. I will have a look once these changes arrive in the `python3.8` branch.
No worries! Thanks for the fix. I will check it when I get back to my map project. It might take a little while, but I will make sure to...
Hiya This feature crashes map-machine when processing ways that are tagged with `placement` but not `lanes` (which is the case for ~3.000 ways according to the overpass turbo query `way["placement"][!"lanes"]`)....
@jincod do you mind sharing the status on merging this PR? It has been idling for a year now, and I was wondering whether it is going to be merged...
@HaoK @joeloff maybe one of you guys could provide an answer to this question? Seems like you are the only guys that ever committed to this repository, and there are...
Nice, thanks! I recently tested with a larger dataset that takes several seconds to train on, unlike my previous test of datasets which only took milliseconds to train on. With...
This is the current status for me as of version 3.4.2: | Method | Time | | --- | --- | | `AbstractDataDistribution.getEntropy()` | ~32% | | `AbstractVectorThresholdMaximumGainLearner.computeBestGainAndThreshold()` | ~27%...
I can reproduce it by changing these two lines in the example: ``` int maxDepth = 10; int minLeafSize = 10; ``` to: ``` int maxDepth = 5; int minLeafSize...