Skip to main content

A scikit-learn implementation of a Separate-and-Conquer (SeCo) multi-label rule learning algorithm

Project description

Multi-label Separate-and-Conquer Rule Learning Algorithm

License: MIT PyPI version Documentation Status

🔗 Important links: Documentation | Issue Tracker | Changelog | License

This software package provides an implementation of a Multi-label Separate-and-Conquer (SeCo) Rule Learning Algorithm that integrates with the popular scikit-learn machine learning framework.

The goal of multi-label classification is the automatic assignment of sets of labels to individual data points, for example, the annotation of text documents with topics. The algorithm that is provided by this package uses the SeCo paradigm for learning interpretable rule lists.

🔧 Functionalities

The algorithm that is provided by this project currently supports the following core functionalities to learn a binary classification rules:

  • A large variety of heuristics is available to assess the quality of candidate rules.
  • Rules may predict for a single label or multiple ones (which enables to model local label dependencies).
  • Rules can be constructed via a greedy search or a beam search. The latter may help to improve the quality of individual rules.
  • Sampling techniques and stratification methods can be used to learn new rules on a subset of the available training examples, features, or labels.
  • Fine-grained control over the specificity/generality of rules is provided via hyperparameters.
  • Incremental reduced error pruning can be used to remove overly specific conditions from rules and prevent overfitting.
  • Sequential post-optimization may help to improve the predictive performance of a model by reconstructing each rule in the context of the other rules.
  • Native support for numerical, ordinal, and nominal features eliminates the need for pre-processing techniques such as one-hot encoding.
  • Handling of missing feature values, i.e., occurrences of NaN in the feature matrix, is implemented by the algorithm.

⌚ Runtime and Memory Optimizations

In addition, the following features that may speed up training or reduce the memory footprint are currently implemented:

  • Sparse feature matrices can be used for training and prediction. This may speed up training significantly on some datasets.
  • Sparse label matrices can be used for training. This may reduce the memory footprint in case of large datasets.
  • Sparse prediction matrices can be used to store predicted labels. This may reduce the memory footprint in case of large datasets.
  • Multi-threading can be used to parallelize the evaluation of a rule's potential refinements across several features or to obtain predictions for several examples in parallel.

📚 Documentation

Our documentation provides an extensive user guide, as well as Python and C++ API references for developers. If you are new to the project, you probably want to read about the following topics:

A collection of benchmark datasets that are compatible with the algorithm are provided in a separate repository.

For an overview of changes and new features that have been included in past releases, please refer to the changelog.

📜 License

This project is open source software licensed under the terms of the MIT license. We welcome contributions to the project to enhance its functionality and make it more accessible to a broader audience. A frequently updated list of contributors is available here.

All contributions to the project and discussions on the issue tracker are expected to follow the code of conduct.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mlrl_seco-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mlrl_seco-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

mlrl_seco-0.15.0-cp314-cp314-win_amd64.whl (649.3 kB view details)

Uploaded CPython 3.14Windows x86-64

mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mlrl_seco-0.15.0-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mlrl_seco-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

mlrl_seco-0.15.0-cp313-cp313-win_amd64.whl (632.4 kB view details)

Uploaded CPython 3.13Windows x86-64

mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mlrl_seco-0.15.0-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mlrl_seco-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mlrl_seco-0.15.0-cp312-cp312-win_amd64.whl (635.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mlrl_seco-0.15.0-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mlrl_seco-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb1ea517ae25ec51765f33341d5041cddb3f69a90e5b1ac2aa08566b2bc6f233
MD5 4845a3e9e3ee0866eee3660dc8469e1f
BLAKE2b-256 2b3bca49aa1e7417ee3e5ddb211b6d22468c1d51e1569f7b75ab4dd60bd01974

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28bf8d9495c8c9439d19bc060ac7ec794a16b4e57b4471ac05bca272ff3ebf08
MD5 789c89126902c3c0e56695bc1d5c2a1f
BLAKE2b-256 48abeaf3cc50c2cfd4ae08db35134c06e831e00bf5ca6b1aec9e347cf5e5da80

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0bc2862d138342c6ef240ec44c40029ba232c599d84ae58419e4a079d1a4387
MD5 bff5310e74ac8994fab6f624b9c8cdca
BLAKE2b-256 6be925a14dc4a9cb1e24dc525dddad30ef78583572138d6c6dbac92632c6c11d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1e4bed2ab52668d8651bb29d4214d2ae11447ad23b1b70a235628a14dc33c359
MD5 0d1734f3e477005c0140a8ac215e924d
BLAKE2b-256 1bc42e07450aee07c977cde51a1655fbadb6a5187b925d45b099bee19bd2f40f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 649.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f33058178b98e65c525c66e596e6eed6eaf65f8b7a0f45c8a87024f762e7567d
MD5 7d405098a5936007d20a44e5ba0a3ef0
BLAKE2b-256 4a99ca833310508a7ce162e6869b069795970bc212a6fbabc78a3736918eedaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fffcf17633e16f4536be49fe2513fdfa340153a4befe2ec2b71fd5b177cef5e
MD5 d95e77640c4bcb6aacb260898c1f6591
BLAKE2b-256 286b12abd03264b12fc3880b9da5faf521d283f0ef080baae6373bbda843dde3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 239a0b5c155e72eb5d837f03298508424c6205cd6d59c56aaaba0ee246556bd5
MD5 4e7c8834c33e391422eced508dea0a12
BLAKE2b-256 09a66b6bf7f6b744a2900f5342db8e3c3ca3c0ffaa6cd73f8bd618f2386bdfc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fead6148b188d5ed0e72de86c66ce86453589e82b7685fd19b572f451b4e7c3e
MD5 0573c2a962e1b70c1514885bc1c98fae
BLAKE2b-256 c15ede8121bfa166638513e7b5f9e7fc54ab68104dcb65394cb948197eaecf78

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 13756243178b2ffc707ecba4cf7e122c56d4c12b30d8ca8dfc70ff4e5060979c
MD5 b25a46914e78b0d61011e70f83761a7c
BLAKE2b-256 54a36e04440edbaace47110caa8f47690a0d5ba14970c44d2616235f956e3a51

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 632.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mlrl_seco-0.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a568695382607a6a8d6caf14c463973f1cdeb6cd42e55da3a055a3f389fd922a
MD5 a9325d13750bbdaaf314ef518120e149
BLAKE2b-256 e67e77b502e47ab0654eae17203a12956f7ea32dee01c50e95e197399b1678ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56ff21d5d1844f4a5b626871be7ac7bdf84e01d82664dd4bec26ec3ec32411e3
MD5 864900ebd4c7c396b7793e23139aa08e
BLAKE2b-256 ac2ef87385df53ea9753c138c08e316f7a8c2a08693508afb1c6ada9ae33fa8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce2425474bc39d395b01acf16c3f5702a4e848c8c6cdbc13ddb6559c2b552c1e
MD5 0b692f72f5e19016a0b3b733ac18f5d7
BLAKE2b-256 f6eb91f086af2fba2564897257bf02ce303d74977b5275f493792e53b40c8475

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02a66db2dc2c378b0088a5c642b4625800f4b256bd4ae777467ac64915024240
MD5 35a8ba55c7d356904f16d74ca8335c24
BLAKE2b-256 6aea0812a3d51b64127cc181afc6eaa1e90990187065da86e1ae7c01143ea880

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 07d9a1d0e4099941927be395470d7e733acf09df8c81ee05d23f67d09be87333
MD5 123b7fed221897a935a073dc5713f3bd
BLAKE2b-256 7840a2ced0b99edd028888feb218e216501584d853f88072ae06da5f6d4fbe9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 635.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mlrl_seco-0.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1630dd675e32b045d57e31aa65c8c4496971898165b97b90577716ef84c34175
MD5 7dc897d3ddbf71da3634092fac7c19a7
BLAKE2b-256 433b6d1739651940d5b76068dbbeb6368f055926e58ef3de8d4e2c6ca6e922fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc401966907d7ec22e571d2da380f739632d900ca28fcee54d5fd2428caf103c
MD5 a62707996047a203bd384605733d9a1a
BLAKE2b-256 9496e63dddf6295ef06ba7e79b74768cdfbb4c996fbb0e0c644565be02018823

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b869c2a95f0f75488ac8cfc4b31eadebe6e9ad17f0b4c79a4c5a16d4cd90414d
MD5 57a75a154459288538743eb697c23f94
BLAKE2b-256 3a7cf2b3e5fa2b422b20a4c3a8c7fcfeaf238213211fe14e099f32b7923d12c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0df7edbc9a24b4868ef30cdd042599de3e5ac3040ed59e287e48760d05c80e3
MD5 c58f599a74aee181eb5fcad204257289
BLAKE2b-256 95e100970b535d2e650c3219f98fe4707758edcf72a51012b8282e100d496062

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlrl_seco-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 640300add31f224f04ddfa76cb301e2ccd3e012413277b2e126683d8cfbf54c0
MD5 34f876c092848570b2016d83ba5ef7a2
BLAKE2b-256 09bb21fb80b22b62ed27789e19b3c1ec514059c5074888125303dd4a191ed618

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page