Recent Releases of pyracer
pyracer - v1.2.1
What's Changed
- Add unittest. by @Adversarian in https://github.com/Adversarian/RACER/pull/1
- Add workflow test. Update actions. by @Adversarian in https://github.com/Adversarian/RACER/pull/2
- Update workflow test and add optimal binning quantizer. by @Adversarian in https://github.com/Adversarian/RACER/pull/3
New Contributors
- @Adversarian made their first contribution in https://github.com/Adversarian/RACER/pull/1
Full Changelog: https://github.com/Adversarian/RACER/compare/v1.2.0...v1.2.1
- Python
Published by Adversarian over 2 years ago
pyracer - v1.2.0
- RACERPreprocessor now uses Scikit-learn's
OneHotEncoderandLabelBinarizerby default. You may usefit_transform_pandasto use the pandas version of the encoding. However, be advised that the newly addedfitandtransformmethods still useOneHotEncoder(for features) andLabelBinarizer(for targets). - Fixed several issues with the automatic classification task inference.
- Marginally improved overall performance courtesy of Scikit-learn's optimized categorical encoders.
Full Changelog: https://github.com/Adversarian/RACER/compare/v1.1.3...v1.2.0
- Python
Published by Adversarian almost 3 years ago
pyracer - Zenodo dummy release
This is a dummy release for Zenodo DOI generation.
- Python
Published by Adversarian almost 3 years ago
pyracer - Initial Release
The initial release of RACER.
- Python
Published by Adversarian almost 3 years ago