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 OneHotEncoder and LabelBinarizer by default. You may use fit_transform_pandas to use the pandas version of the encoding. However, be advised that the newly added fit and transform methods still use OneHotEncoder (for features) and LabelBinarizer (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 - v1.1.3

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.1.2...v1.1.3

- Python
Published by Adversarian almost 3 years ago

pyracer - v1.1.2

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.1.1...v1.1.2

- Python
Published by Adversarian almost 3 years ago

pyracer - v1.1.1

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.1.0...v1.1.1

- Python
Published by Adversarian almost 3 years ago

pyracer - v1.1.0

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.0.3...v1.1.0

- Python
Published by Adversarian almost 3 years ago

pyracer - v1.0.3

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.0.2...v1.0.3

- 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 - v1.0.2

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.0.1...v1.0.2

- Python
Published by Adversarian almost 3 years ago

pyracer - v1.0.1

Full Changelog: https://github.com/Adversarian/RACER/compare/v1.0.0...v1.0.1

- Python
Published by Adversarian almost 3 years ago

pyracer - Initial Release

The initial release of RACER.

- Python
Published by Adversarian almost 3 years ago