Recent Releases of cubist
cubist - v1.0.0
This release introduces backwards-incompatible attribute name changes and new attributes to expose further model information. New visualization utilities have been added to be fully consistent with the sibling R package. 🎉
What's Changed
- reworking how models are parsed by @pjaselin in https://github.com/pjaselin/Cubist/pull/150
- Enabling visualization features by @pjaselin in https://github.com/pjaselin/Cubist/pull/149
Full Changelog: https://github.com/pjaselin/Cubist/compare/v0.1.4...v1.0.0
- C
Published by pjaselin 12 months ago
cubist - v0.1.4
What's Changed
- Feature/release patch by @pjaselin in https://github.com/pjaselin/Cubist/pull/140
- adding pattern matching uploads/downloads of artifacts by @pjaselin in https://github.com/pjaselin/Cubist/pull/142
- testing to verify Cubist can handle nan cells by @pjaselin in https://github.com/pjaselin/Cubist/pull/143
- added check to handle pandas applymap -> map change by @pjaselin in https://github.com/pjaselin/Cubist/pull/147
Thanks to @ramongss for bringing this up!
Full Changelog: https://github.com/pjaselin/Cubist/compare/v0.1.3...v0.1.4
- C
Published by pjaselin about 2 years ago
cubist - v0.1.3
Increased test coverage and bug fixes - Handled presence of "sample" name in input columns to match R code - Moved all metadata to pyproject.toml file and removed other config files - Removed unused sections of code - Better parameter validation sequences and more consistent messages - Started testing full datasets for completion (need to test against reference models for benchmarking tests) - Added separate workflow step for signing and uploading released objects
- C
Published by pjaselin about 2 years ago
cubist - v0.1.2
Bug fix: - Found the R format function was not translated correctly while adding tests for better code coverage. Found that np.formatfloatpositional with unique=False, fractional=False, trim="-" achieves the same output.
Code quality: - Using Ruff for linting - Added pre-commit hooks - Added code coverage
- C
Published by pjaselin over 2 years ago
cubist - v0.1.0
Breaking changes:
- Made the API match the discussed changes in this PR for the R package: https://github.com/topepo/Cubist/pull/40
- Whether a model is composite is determined by the neighbors parameter and whether Cubist automatically chooses whether to use a composite model is determined by the auto parameter.
Other: - Docstring and README updates - More comprehensive and better written tests - Made all internal functions private - General file cleanups
- C
Published by pjaselin over 3 years ago