- Fix: Corrected the default
ytryfor supervised multivariate regression.
- Native C++ multivariate regression forest engine with OpenMP parallelism.
- Partition-based ranger-style tree building for faster splits.
- IMD importance computed during tree building (zero-cost).
- Unsupervised forest mode.
- Prepared package metadata for publishing (
DESCRIPTION, license, and dependency declarations). - Added a practical
README.mdwith installation and usage instructions. - Added
NEWS.mdto track user-facing changes. - Hardened build settings to exclude development artifacts.
- Removed compiled artifacts from
src/for clean source distribution.