A collection of tools for machine learning projects
Project description
dragon-ml-tools
A collection of Python utilities and machine learning tools, structured as a modular package for easy reuse and installation.
Features
- Modular scripts for data exploration, logging, machine learning, and more.
- Optional dependencies grouped by functionality for lightweight installs.
- Designed for seamless integration as a Git submodule or installable Python package.
Installation
Via GitHub (Editable / Development Mode)
Clone the repository and install in editable mode with optional dependencies:
git clone https://github.com/DrAg0n-BoRn/ML_tools.git
cd ML_tools
pip install -e '.[utilities]'
Via PyPI (Stable Releases)
Install the latest stable release from PyPI with optional dependencies:
pip install dragon-ml-tools[utilities]
Usage
After installation, import modules like this:
from ml_tools.utilities import sanitize_filename
from ml_tools.logger import custom_logger
Development
Python 3.9+ recommended.
To install all dependencies including development tools:
pip install -e '.[dev]'
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dragon_ml_toolbox-1.1.3.tar.gz.
File metadata
- Download URL: dragon_ml_toolbox-1.1.3.tar.gz
- Upload date:
- Size: 45.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c97964de2f367f514aabd2599111828b98f2925df1b0aace00cd50510168d628
|
|
| MD5 |
e2d958099d8e930b51c83c07f9f8be51
|
|
| BLAKE2b-256 |
6ad2c8941d59b685f907e28b4cf56bac8f984df664aa50b95f7c8e4937e86173
|
File details
Details for the file dragon_ml_toolbox-1.1.3-py3-none-any.whl.
File metadata
- Download URL: dragon_ml_toolbox-1.1.3-py3-none-any.whl
- Upload date:
- Size: 50.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf606bb3f7ef1fba4f76467fa58d6e6b647a6e23411f9533ded85729b37d6e84
|
|
| MD5 |
82501dc3fcbb62306cf061546ed956c4
|
|
| BLAKE2b-256 |
0e947bf6ae0303b0d92a02165b8c447a7fba33a2904438b23d8d103a0f007b00
|