Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 715 Bytes

File metadata and controls

19 lines (14 loc) · 715 Bytes

multiRF 0.2.1

  • Fix: Corrected the default ytry for supervised multivariate regression.

multiRF 0.2.0

  • 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.

multiRF 0.1.1

  • Prepared package metadata for publishing (DESCRIPTION, license, and dependency declarations).
  • Added a practical README.md with installation and usage instructions.
  • Added NEWS.md to track user-facing changes.
  • Hardened build settings to exclude development artifacts.
  • Removed compiled artifacts from src/ for clean source distribution.