Open clbarnes opened 4 years ago
This implementation isn't intended for production, but it'd be nice if it were quicker to test.
Would almost certainly benefit from pandas.cut.
Use cKDTree rather than KDTree.
At present, it's about as fast as is reported in the NBLAST paper.
This implementation isn't intended for production, but it'd be nice if it were quicker to test.
Would almost certainly benefit from pandas.cut.
Use cKDTree rather than KDTree.