| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlpack 4.6.0 source code.tar.gz | 2025-04-03 | 8.1 MB | |
| mlpack 4.6.0 source code.zip | 2025-04-03 | 9.6 MB | |
| README.md | 2025-04-03 | 815 Bytes | |
| Totals: 3 Items | 17.7 MB | 0 | |
Released Apr. 3, 2025.
- Fix command-line duplicate output bug when loading matrices for some bindings (#3838).
- Use
CMAKE_BUILD_TYPEto specify build type instead of DEBUG and PROFILE options (#3865). - Add
MLPACK_NO_STD_MUTEXto allow disablingstd::mutex(#3868). - Bundle STB with mlpack and add
ResizeImages()functionality (#3823). - Add
mlpack.cmaketo facilitate finding mlpack and its dependencies (#3872). - Fix conversion of empty Armadillo objects to numpy in Python bindings (#3896).
- Added bootstrap strategies for
RandomForest:IdentityBootstrap,DefaultBootstrap, andSequentialBootstrap(#3829). - Add
ResizeCropImages()for resize-and-crop image preprocessing functionality (#3903). - Fix
LSTMinput size calculation for multidimensional inputs (#3913).