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.4-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mlrl_seco-0.15.4-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mlrl_seco-0.15.4-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.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mlrl_seco-0.15.4-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.4-cp314-cp314-win_arm64.whl (602.8 kB view details)

Uploaded CPython 3.14Windows ARM64

mlrl_seco-0.15.4-cp314-cp314-win_amd64.whl (657.0 kB view details)

Uploaded CPython 3.14Windows x86-64

mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mlrl_seco-0.15.4-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.4-cp313-cp313-win_arm64.whl (587.2 kB view details)

Uploaded CPython 3.13Windows ARM64

mlrl_seco-0.15.4-cp313-cp313-win_amd64.whl (639.4 kB view details)

Uploaded CPython 3.13Windows x86-64

mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mlrl_seco-0.15.4-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.4-cp312-cp312-win_arm64.whl (588.7 kB view details)

Uploaded CPython 3.12Windows ARM64

mlrl_seco-0.15.4-cp312-cp312-win_amd64.whl (642.2 kB view details)

Uploaded CPython 3.12Windows x86-64

mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mlrl_seco-0.15.4-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.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef724779cee77248fed632dd32327ff940368a01c9f8229d1533f3c561bf4fed
MD5 3e0c2b540477fb0ef28724b422191373
BLAKE2b-256 8d4d1991e84d3c37f1cf9b32bd0d5a62ef908a76b869290906c49f633636e5d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp314-cp314t-musllinux_1_2_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.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f20e3ff0bd9dde3a321bd8aab6fe7024b95412a2a44183ea116cdcc483addab
MD5 c9ec76ef303dd250198a334b765e5c15
BLAKE2b-256 4cdefea36b3afa7f0b148374ed88d510fdb22c00ff328020c8624f17e71c3f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp314-cp314t-musllinux_1_2_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.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02d6e938c9aab3f1e25a7c7087bc58dfb4396f9b8048a623fcaae16584669ae2
MD5 45f5013a3ea7045c59bdf180106fddfe
BLAKE2b-256 6ed3540909a7105b9aef1b38c22ab2cd05c9c6c3c38dc01ed347855507b7c9d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc65e8eb5d7bb3bed065ff7f6f7bec46d3e98d5f62a317bcadd3d71999120e5a
MD5 ddda4fb4e0f7d27041e9708c43c6c961
BLAKE2b-256 206482c51d52a7ea39b4108c09342e4bddf9ef2d21763ec68fdd0207354eeddb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f18c6016d62a162fe592e3ebd1fe74ef40956f948883672f95ab1fa1cb4e107d
MD5 57086d696a8e774f1009224f4c142ea2
BLAKE2b-256 5ebeee625571eacefc9518d0ac36e523819405d44671d67932c3eafeaf31ed30

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a2de7b41d11e6612ce4102518ecbd8c7e656180169cad8b936f78cc7ae67309b
MD5 59a51714bd90e5a9bcc4a21996792f5d
BLAKE2b-256 c5603a71b2b3d5f23fb7a167a2a47bd15d1bb1f7f0a6149cafc5e7dd02ef225d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.4-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 602.8 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a624fe9c1240ca4c4797a3e932952c1dbe109402261cfc4eabb999d1693d5697
MD5 949e7113be0cd634a4fd33d09cf16a10
BLAKE2b-256 f78e3a3f1e6f7eb1a6e0a87a3987437667270df40a46bd55de37b1ebb5349df0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp314-cp314-win_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.4-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 48bc7b49ea0b8574a4957a5f57e7e82c68393475c00037e4f10a6fc176d4a0c9
MD5 b750d810958373f336884103753e8b4e
BLAKE2b-256 9c90cbf4ca390d211881d4de7852988c2761dbe91630a7d8bb8e96209f73133f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a073d82524b58f5728784896a5df57c04fe2d29b918e217568aeff0412f62a4
MD5 6a0a7df9bc213d07e78d9ff2c2d8d01f
BLAKE2b-256 e1dc8d68cb903f2ba13320a61dd056404b8b6ab58a236b1d7edb00a8eb152cbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_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.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3301f47dc4fbf4f15ca2b4396c13fa5420a484fec884135f77e41765f5787a88
MD5 234293e7c40da013fd1b11c2c825a7f1
BLAKE2b-256 c261cc0d5c2ac9cb2683da33d24f78d7310529aeadd4097d7e5661dd83285836

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp314-cp314-musllinux_1_2_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.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f8fc4a8dc5f5fc7a19146375da0f8a1a3f88c72a9f6edfe64cd06767f79668c
MD5 50f744f345086dcc0bfc9eb895b45d6d
BLAKE2b-256 fdd15b3de2427b81d374a6cd10263f161cb4c255e123f9eda571e32e1025ea85

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfe90e1c775a1a26d812b09671b158453b758028312d33d7f8e59c36b961b681
MD5 fa523505e98bc2e84b35a0f51055f45b
BLAKE2b-256 e318234101fa1673c3acdfe0b68e29d3be806b15279939ed0745c3464f4ecb4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88f5e319640f14159338374b245e8cf2534aefe27e0bd63b5a4324494d5ab650
MD5 8e13f0cceaa4b80dbdb1a3f3a458123e
BLAKE2b-256 8d3c630e9a651ea6936a291dab7d5baecb95f23f2388e88300d99e06604659df

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2ad40ae6e52cde8ae62e4bc4d5607599ae2dd55a2db0b4b3a6d0ecf7aa93a1ca
MD5 6847c712781d61e30bacf44e46d301f1
BLAKE2b-256 0d2d9c7c7ef95749d7f05af51dacaf1fc123e00c852cf4a7ab14d05e1034c87b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 587.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 94de34cb668d503269940eec6f7c1c820df405e89a3f37994336be899ec9fb63
MD5 8a2bc67834c33a61c9181ca33c294a78
BLAKE2b-256 99e544ac5420a6531a8f93291888214f265687d05f04cbb0f0e00391e50ead25

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp313-cp313-win_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.4-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d9d7bbb4e668cdab6154608c33a2baefe976336a4f316fb9b06bbcf9213d4f8d
MD5 33e5ce23c8ee63f650035bc1f433d97c
BLAKE2b-256 3aca5c97e84e6d8ad17100112525c4847cc4867de0b44b96467109ce657ad5ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 866c59c30c8999d7185ee58e237e9fd00fcb500cae9071f0f45f074acb8d8b81
MD5 4229f969aece5ec4e4ad73274be1223b
BLAKE2b-256 72f123a04d1716d06c68d5b17da16891de0bd30517abdf7b24c71359fac566ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_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.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03d161b8f100b2dc305d842b3113b3a0a5956f84eed894a61b9e2987a2e2cfbf
MD5 18764ea818dc02c451a857d23ceabca1
BLAKE2b-256 86d2cab76aa06cb070c7be7e58b75577e6eee129daff015c714a18f09ea6098e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp313-cp313-musllinux_1_2_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.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96a5986038db2250ca769f2a268dedc67582d6b9c33c3953de7bc85b4d06d6df
MD5 7a43a82a55254e6fd381751f76647f86
BLAKE2b-256 1a2ad0f23b7f03e3dbc609c488f5dae0f1c73993611bc955348d1cf89edc311d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 98df7b6b41d0ac7d0b0f342283de0585fa233366b67c8b3aac96c5e9959cceb4
MD5 5b6990763ff6800cfc496dbaad980b99
BLAKE2b-256 be034609bd6178ab62bf1748a699d6bddf6db5f15f714afbdc2bb2c8756ffcc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ed0bbba2b46a924687a09e0ea3852998da01e3017d9a1cc8d8ab0c019fd781e
MD5 459332317108b007dd667b2d674de4b4
BLAKE2b-256 dc07b84bbd33d4c54dce11ae3372aee698e83cb2d25e42d41cc32f0c5755427b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d9ded7cefe89bc1c0e950fb47fd568a3ee3fba3563b56a3abfae0f6b8a6e4e97
MD5 00ff3f06afab6960ed1848bffeb00519
BLAKE2b-256 5872959142aece21bc192c1b9ab28fc8f6012484246fd6f2ae2f7532a54491ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 588.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9421175ce2256bad71004bd23d77ba7633d1fdbc9cd7518a0d10be4699fdc05a
MD5 fed3c316ad78d17a50385ccff5b7f647
BLAKE2b-256 8b22a178d4198a07828b719ae14cf5037820052fe4644d2691ea70f2e788e865

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp312-cp312-win_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.4-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3f893be9d3a6693a75323364679a6a34574a18f877b8d9dcd06727217191d7c7
MD5 e7bad7e710b8774ad3741e4854339a78
BLAKE2b-256 fea99c96b048ca5d933012ac79ea952a0eb4ac2a9ed7dc85e159bac3d5842ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afda1776c6b55768787f676f3c2a9baa2a1d58ea575cbb8e6d2923a7cc2ec01f
MD5 a6a39e62779562dfb19dfc611891c6ef
BLAKE2b-256 97b1b68840d44c0f6fa81cef710c14928e0a4feca438aae4b49e7c74a33c61e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_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.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55a17366c250e7a6e7e31b0e0bd54751fd5783553055508336c31093034037de
MD5 17333c0f58e9ba4a35cc9d7273118c0d
BLAKE2b-256 9edad4732140f22fa82d5a02de54a86b1b5df5d9264a34f839c44b67d4a3020f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-cp312-cp312-musllinux_1_2_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.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebf751844631c706e94bc2bd0602ffe9ee89264b041202593878dce6ab27497e
MD5 9327c70b8ea9b9db717c2cd1ccd42344
BLAKE2b-256 d20541a6abf636730f5c4d627b91005862e16de2e4bc48a8a176cc8ce9dc3b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9455497a23bfc3b9cc932fd40e4108175073494524c8e3d6c66c9b2f65fb6d4
MD5 4c4a3046b4dcc3c1b692e9fcda1b9be1
BLAKE2b-256 90ca6db4c0e0a9d23be5ba5a3a166ee2e09a063328738c453e26e1ed2c90579c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 289befb7d286f32456af5549f2dfa730a4b34d5801e0a96177b51d0d5711268d
MD5 d6c80bbe46d9eaa99121c1fe2ba87871
BLAKE2b-256 bcab7aa93fd4f05868c80677ecba660d44ea216be2d8e26bd01bf5868b1020cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c99923b45f96af988912ad32702305b1c8f217d9fe9e222cd6f8b82cee6c256c
MD5 c966bafcc7e4b74328e294b0b3741c9f
BLAKE2b-256 d965516f8c7ea701cc0c8e13eaa1cd7a10a7269f68d183a12f630042fba24366

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.4-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