Machine Learning Toolbox
Project description
Machine Learning Toolbox 2 - MLTB2
📦 A box of machine learning tools. 📦
Components and Documentation
from mltb2.somajo import SoMaJoSentenceSplitter
Split texts into sentences. For German and English language.
This is done with the SoMaJo tool.
from mltb2.somajo import JaccardSimilarity
Calculate the jaccard similarity.
from mltb2.transformers import TransformersTokenCounter
Count tokens made by a Transformers tokenizer.
from mltb2.somajo_transformers import TextSplitter
Split the text into sections with a specified maximum token length.
Does not divide words, but always whole sentences.
from mltb2.optuna import SignificanceRepeatedTrainingPruner
An Optuna pruner
to use statistical significance (a t-test which serves as a heuristic) to stop
unpromising trials early, avoiding unnecessary repeated training during cross validation.
Installation
MLTB2 is available at the Python Package Index (PyPI). It can be installed with pip:
pip install mltb2
Some optional dependencies might be necessary. You can install all of them with:
pip install mltb2[optional]
Licensing
Copyright (c) 2023 Philip May
Copyright (c) 2023 Philip May, Deutsche Telekom AG
Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License by reviewing the file LICENSE in the repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mltb2-0.0.4.tar.gz
.
File metadata
- Download URL: mltb2-0.0.4.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9fa2015143f53c8221cef9b8e163e66f44e1c7dc7cb1834df65ac1237aa00f7 |
|
MD5 | ffdb7723757e19bec349904cbb2ab2c1 |
|
BLAKE2b-256 | 612b4170132e63473448dd2edc90168522f4b41232dc8ab59e7be27e1b34a6d8 |
File details
Details for the file mltb2-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: mltb2-0.0.4-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece5f998e488dde9aa5cbe53ad86817481739a2784955bb111497fc8c54f69b5 |
|
MD5 | d16f7b48c6452c3d7145f3c8c41c4f93 |
|
BLAKE2b-256 | ca19930fc1fe13ca945d57b26811ff1b0be484d8f86f9bc0cfe849f74e122756 |