Pyloras

Latest version: v0.1.0b6

Safety actively analyzes 623807 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0beta.6

What's Changed
* BLD/MAINT: Remove poetry and replace with setuptools by zoj613 in https://github.com/zoj613/pyloras/pull/39
* CI/CD: Prevent release workflow from failing due to pure wheel. by zoj613 in https://github.com/zoj613/pyloras/pull/40
* CI/CD: Fix typo in release workflow by zoj613 in https://github.com/zoj613/pyloras/pull/41
* MAINT: remove explicit version string in init module. by zoj613 in https://github.com/zoj613/pyloras/pull/42


**Full Changelog**: https://github.com/zoj613/pyloras/compare/v0.1.0-beta.5...v0.1.0-beta.6

0.1.0beta.5

Adds the GAMUS algorithm for oversampling, described at https://arxiv.org/pdf/2103.13823.pdf.

0.1.0beta.4

- Adds the `ProWRAS` algorithm for oversampling. It is meant to be an improvement over LoRAS.
- pin minimum numpy version to 1.17.0
- Use numpy's new `Generator` interface internally for random number generation. This changes the results of the oversamplers from previous versions.
- Make sure `LoRAS` makes a copy of the `manifold_learner` argument if not None instead of modifying it in-place.

0.1.0beta.3

- Generalizes the 2d manifold learning to allow any manifold learning object that implements scikit-learn's Estimator interface (e.g. using UMAP instead of the default TSNE).

0.1.0beta.2

- Improvements in correctness of the algorithm. Pretty sure its correct now!
- Improvements in single-threaded performance.
- added CI and wheel distribution for all platforms.

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.