Hdlib

Latest version: v0.1.16

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

Scan your dependencies

Page 2 of 3

0.1.10

Add:

- Add `error_rate` as `model.Model` class method for computing the error rate of a classification model.

Fix:

- The `model.Model.predict` function computes the error rate before retraining the classification model.

0.1.9

Fix:

- Fix the retrining process in `model.Model.predict` to avoid overfitting.

:warning: Avoid using previous versions of `hdlib`.

0.1.8

Fix:

- Fix the initialization of Vector objects with a specific seed;
- `model.Model._init_fit_predict` and `model.Model._stepwise_regression_iter` are now private;
- Improving docstring adopting the [numpydoc](https://numpydoc.readthedocs.io/en/latest/) documentation format.

0.1.7

Fix:

- Fix the break condition in `model.Model.stepwise_regression` for both the `backward` and `forward` methods.

0.1.6

Add:

- Add `stepwise_regression` as `model.Model` class method for performing the feature selection as backward variable elimination or forward variable selection

0.1.5

Add:

- Add `bind`, `bundle`, and `permute` as `Vector` class methods for applying arithmetic operations inplace;
- Rename `split_dataset` in the `parser` module into `kfolds_split`;
- Add `percentage_split` function to the `parser` module;
- Integrate [chopin2](https://github.com/cumbof/chopin2) ML model into the `model` module withe the `Model` class.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.