JSAT 0.0.5
- Improved some of the tree based learning. DecisionTrees (and stump) now parallelize better. Also added 3 schemes for inferring feature importance from tree models. Added that to Random Forest and use the out of bag datums to get better estimates.
- Added an O(n^2) time algorithm for hierarchical clustering. Improved LanceWilliams objects for it
- Improved parallelism of kernelized k-means
- Improved docs for text builders
- Bug fixes.