Edhsmm

Latest version: v0.2.2

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

Scan your dependencies

0.2.2

Changes:

- Support for parallelism with _Joblib_: All methods now return something. For `fit()`, it returns `self`, the fitted model.
- There is a new attribute called "name". This is used in displayed messages for monitoring. This is helpful when models are run in parallel.

0.2.1

Changes:

- Left-censoring implemented. **WARNING:** experimental.
- Made the repo more "venv-friendly" for testing.
- Parameter `rnd_state` changed to `random_state`.
- PEP8 blank lines.
- Renamed variables related to log-likelihood.

I deleted v0.2.0 because of the above renaming of variables.

I may now leave this project for now.

0.1.3

Changes:

- Removed all usage of `ndarray.resize`, and do pre-allocation instead. This is good practice.
- In `iter_from_X_length()` from `hsmm_utils.py`, raise error if `end[-1] != n_samples`. This is more general than before, which is just `end[-1] > n_samples`.
- Removed stray spaces.

0.1.2

Honestly, I just want to release something. Further testing is needed.

There is no v0.1.0 because I messed up PyPI for that version. I deleted v0.1.1 because its source distribution is broken.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.