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.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mlrl_seco-0.15.3-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.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mlrl_seco-0.15.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mlrl_seco-0.15.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mlrl_seco-0.15.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

mlrl_seco-0.15.3-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.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e258f900c80693aa861b3628abed78ea3048cc3a9cc5245d13e3b61cd772b947
MD5 a2ac373bdd72d82259590f2d7316038b
BLAKE2b-256 cf41d1d4703a55d8a0d5b3933c09c93e42857bad20fad5823a613708e5d25d36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfae87ca882daf58d0e7b002f80c4651690ba843cc84baf6c12105667d026982
MD5 1aa372eb9e3f26d596b39a7f22e54c06
BLAKE2b-256 bb4874b096b961d42eeec92314ac3a2ec49721a9c57a97895061a80d00919bd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 233b9554e008d6fd78d31cd1fcaa8cb87f9652c9a4dce3226653d82806d86da2
MD5 e7510db686721169e4244545994038b2
BLAKE2b-256 d3a3bd93cc7f149f4f4c6ba443b0f294242c9cb902cf35d3b6c4e17832b7467f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 047eab9739dd08619cd1249162eb278add5f2afc1f4df57a2f3ca9bdb1df933b
MD5 b033d19755c350f800ff1fb873e380f8
BLAKE2b-256 01991dfae7de309952a38fad91bd5e6ac664fb18d0539351e680620f25e63a66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4752ec927406074b95cca916df89a866c6b2233627c957f96f2513b21c23269
MD5 0e92ba37b22822d3816892a7f050729d
BLAKE2b-256 b1af5cc1594a0ecad71d87a784eb0a7b3e1ccf4f3c12a7795a5b90c059a81f19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d1a53c8fed6e9a816070f43c04aee20bc884e9c35be56b5588759844dc05d7fc
MD5 e944ed34c351ef2690b811d2e9307a48
BLAKE2b-256 aaf5375b692d60dad164da96282e4db6d39df9076eec2407779c3132ce4f81c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b2e5e18a4493a04d289a62a068154ef7f5da64e971f615d0f9b96ed3c363009c
MD5 4caf61b3026e4d6ca363aefef1195208
BLAKE2b-256 f5402c22e1fd18d76534f2e89c1742f9f86d93abb150e57d5a54f59756d7ec6f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a4bda176a36b95f989190029d82a988855a8d46e6666d7fbffef4f82fac8183c
MD5 c4654eb9acbb855491a777862ec984b4
BLAKE2b-256 43b2ce5e10253ccf34f9739fa5a300d7aff592091c4c93252a4d6ff7a065a6eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ebbf51b40e14fbc6ae85aab46d0b4c23ace5314088a783cf32c51ea10cbb15e
MD5 e0b89a9ac26d8c514f9f52f017104291
BLAKE2b-256 ba64a214bbd844d5a6720040e7a1324bbef07abe90ac21cafd0b8ccac347893f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd4b8871c783784ede7e2e1b7d7b5c0855cad8e0acecdafc3c5fecd9f3b58820
MD5 03c16955c2197987d8917f1cddec2246
BLAKE2b-256 648f0b77e0f599ae9202689fa813fb60f739f74f4d1c21e494eaa355bd6ef535

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d9b2fec53265856e56e25548f76521bf5355aa2f9adbe53ce6fb64c30bb8c5b
MD5 213a317712655f5697d19468f7ff5f38
BLAKE2b-256 baf6a1a7ef4b37c13e3ac99be604b0ed794d1178554bc3e66d56ae2a31439193

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a19ed88fe78185eeb1457bc841ec3fc106d54bbc876b191c9259e513e1e87e1
MD5 e96d34d0ebaa1e2fe47915b3f4d594fb
BLAKE2b-256 b8c559a0ed15764a701003ea7eaab81d517008f32d6569a7a39406e5da1c6745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 200cc8965a54d205ca315f2f31d431adb1835124580440ebe665299f17f57c80
MD5 8a464a94eb8b033dc3fdef61f9b80019
BLAKE2b-256 c01cc449ce386d7d4ebaa0da18dd0280f685a65af029a765cceed01672ccb51a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 031b13a8e1b46c1c229830935ec61a78694b0a7c9a7155cc488c6bcdb9b85144
MD5 18a13dbc2c88fee28c4ce408f720c8f0
BLAKE2b-256 4b0f6355c4586da93fad2417719412ee7b37ed811dea99d9bf96c7d298ef2201

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b3b2f2c6ffa869fccdcb3d39454bded92a7ed2e6ba76e770d26092fb721c0ff9
MD5 9dd85fbc4887796356a5f48ced72be49
BLAKE2b-256 cfd945014f53f19150514808893ef0c9aace15bbcafb41bf5b3e6bdbb5ce06ad

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8449e49f278097d974ef53f5ec61ee42ac55dc89202c6fda68105c85990277e0
MD5 cc559ce44a171e9aafc745869145084b
BLAKE2b-256 c1e7a23bf9f817033f83d382c271e3d59699b7423b345174e04ae16fdd219625

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 233204138ca9a34c26b46a877972f7f4e0762de52466555e81d32db2452134dd
MD5 3666e754f1c7eb36337f78a97e5d7fe6
BLAKE2b-256 4126ca6b49bb0987bd45f1ef0b4f9a1117301983e2350d018c5575a8fa8b78e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 632f071452d2c1a0fe70c5e808e80ba11c76ba7f31fcc4f23ac19710204eea70
MD5 3aa0e8be769766f18244bde601d11a5f
BLAKE2b-256 0f004c0093589ea8b22f224c374ec34211cae0de9da23d318a2d56963074890f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bec9557f8289758f13d1ee0f5d235b0904cee45dfc30267557a063e51ec386ca
MD5 b3f99bbc72b2393e1a414694f3c99bc8
BLAKE2b-256 4dcb06ac2fd1f18ea88bbba11f3e6e8a72933f46fef74cd3181ff5eb7aad4b44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de5c9a5ea6bcd6b89c1659968c940015b4868aaacb4df14feef8e866f373a3d2
MD5 ea825b6b490c2e4141c79a52a9a196ab
BLAKE2b-256 769c9147ddca96e052aa822aaae983ed3d043c0ee9ac53c625a997662552383e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5151507c31c224bbc6f39f75512fbe29127247c2307026bfdc678f6fe39cb360
MD5 c52012c5d6c563da099cd7a8f8a1f580
BLAKE2b-256 cdd5559d075594fd61c6d8f640d335c42656f63ae95fff5748331a91da8b87ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c757aed1eb9da84d55ff6535bf60dada8e807fa56ba147e5c2c176b2368348a1
MD5 4cbc3845528f6cf384a8c435ab00ba31
BLAKE2b-256 8163baef2b9e381c75fe79fc4bb5e014d0bb01a943cb2a896156c4ca6ffcb205

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 958dd14853986001949aff7e45bc0cca300afbd87a6c0abde4b4c12bce6d1f88
MD5 fbcaf9a11840c1dab8173691bb04eed4
BLAKE2b-256 6abd5ce5492a1627bbb81a031622d980699855cd38568d4c0ec218746498eb83

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mlrl_seco-0.15.3-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.7

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c9d24c72e8e8211da96a5fc8c3fc2ed33e6e67ace8c828fa0befa0e8b35f3cd5
MD5 4ca8815ad2c9cbdef9390e111f7640ee
BLAKE2b-256 511adbd55f9785ee28c3c42b05a46e1c78a45205da6622533f340a648d382f09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ce69e9e51ad1dee8d5d9d60074d64bbcf2162be73f3614a4beae58a9517cf9a
MD5 99200c40f341ba57cb280c3da6d3274f
BLAKE2b-256 ac2d48c43da4cd2da8748612961dc7199edaadcc214af3d75085445fd00c43b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe0572076a43b8dd950575235a1c19b3de8c8e337ccbe7787a27bd48a388d781
MD5 b7c5cf76413b14d08c774a0bd5526bde
BLAKE2b-256 33b62f48a2a8e146184d8de035cd755f665268d53b4c9ea585e333f0f37c10a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 501361fd17e9361719b32d52d22d99b74e4321712d7785640cb2f01a49b55874
MD5 89ccc90f27dafcd003cb14b5f08c38d4
BLAKE2b-256 78d095a09a17adc51ed4920a4f11c0bb9e45163ebf5c8bcdf32bfa0c3b6b8614

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45ed34e6bc1efc5d4bf89de6dee14b4e4c60e64778e7ca98f788efbdbde123c4
MD5 c790519c5a42ac2e1d2a8052566329da
BLAKE2b-256 95b8dbbdd54adeba3b2dcf66092b5b05790bb60c5401d13b93b3f1fe68da77d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31906479651260b6e4060733c635918d89bb1eb589de2bb64104cea7ed67c723
MD5 249f36e8315b2d7e986ce90192781de6
BLAKE2b-256 76d80d6e7a9791bb7a3e10b3043d2e33085e69b8c301a1852c93545c397a5f88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mlrl_seco-0.15.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 26c95681e8f40c49efd2792b3cabdc2cba846bd61e203dfc203f7efa843b67e4
MD5 331712b95d129f9a5ac0f0fa2d23b5bb
BLAKE2b-256 34733a77e6b42af4ac5dc3440629927dbddc793e5cc0ec3dd269b4b98d5f363b

See more details on using hashes here.

Provenance

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