Jks Liu
Jks Liu
- Add using Knet: accuracy accuracy is used by trainresults - Correct below picture labels  to 
I think `predict` is necessary though it is easy to implement. ```julia # From 30.lin predict(x) = map(i->i[1], findmax(Array(model(x)),dims=1)[2]) ```
According to > Since kernelspecs show up in URLs and other places, a kernelspec is required to have a simple name, only containing ASCII letters, ASCII numbers, and the simple...
Bug will be triggered when new `path` is longer than `self.path`.
I think `rtree.upsert` should be `rtree.insert`.

```py import numpy as np from noiseplanet.matcher.model.route import route_from_track, graph_from_track from noiseplanet.matcher import matching import pandas as pd track = np.array([[22.268942156, 114.184837977], [22.26886763, 114.184626828], [22.26876443, 114.184181684], [22.268763939, 114.184155534], [22.268766766, 114.184134369],...
Some ways have feature of `oneway`. I can create a PR later.