A collection of tools for data science and machine learning projects.
Project description
dragon-ml-toolbox
A collection of Python utilities for data science and machine learning, structured as a modular package for easy reuse and installation. This package has no base dependencies, allowing for lightweight and customized virtual environments.
Features:
- Modular scripts for data exploration, logging, machine learning, and more.
- Designed for seamless integration as a Git submodule or installable Python package.
Installation
Python 3.10+
Via PyPI
Install the latest stable release from PyPI:
pip install dragon-ml-toolbox
Via GitHub (Editable)
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 .
Via conda-forge
Install from the conda-forge channel:
conda install -c conda-forge dragon-ml-toolbox
Modular Installation
📦 Core Machine Learning Toolbox [ML]
Installs a comprehensive set of tools for typical data science workflows, including data manipulation, modeling, and evaluation. PyTorch is required.
pip install "dragon-ml-toolbox[ML]"
To install the standard CPU-only versions of Torch and Torchvision:
pip install "dragon-ml-toolbox[pytorch]"
⚠️ To make use of GPU acceleration (highly recommended), follow the official instructions: PyTorch website
Modules:
custom_logger
data_exploration
ensemble_evaluation
ensemble_inference
ensemble_learning
ETL_cleaning
ETL_engineering
ML_callbacks
ML_datasetmaster
ML_evaluation_multi
ML_evaluation
ML_inference
ML_models
ML_optimization
ML_scaler
ML_trainer
optimization_tools
path_manager
PSO_optimization
RNN_forecast
SQL
utilities
🔬 MICE Imputation and Variance Inflation Factor [mice]
⚠️ Important: This group has strict version requirements. It is highly recommended to install this group in a separate virtual environment.
pip install "dragon-ml-toolbox[mice]"
Modules:
custom_logger
MICE_imputation
VIF_factor
path_manager
utilities
📋 Excel File Handling [excel]
Installs dependencies required to process and handle .xlsx or .xls files.
pip install "dragon-ml-toolbox[excel]"
Modules:
custom_logger
handle_excel
path_manager
🎰 GUI for Boosting Algorithms (XGBoost, LightGBM) [gui-boost]
For GUIs that include plotting functionality, you must also install the [plot] extra.
pip install "dragon-ml-toolbox[gui-boost]"
pip install "dragon-ml-toolbox[gui-boost,plot]"
Modules:
custom_logger
GUI_tools
ensemble_inference
path_manager
🤖 GUI for PyTorch Models [gui-torch]
For GUIs that include plotting functionality, you must also install the [plot] extra.
pip install "dragon-ml-toolbox[gui-torch]"
pip install "dragon-ml-toolbox[gui-torch,plot]"
Modules:
custom_logger
GUI_tools
ML_models
ML_inference
ML_scaler
path_manager
🎫 Base Tools [base]
General purpose functions and classes.
pip install "dragon-ml-toolbox[base]"
Modules:
ETL_cleaning
ETL_engineering
custom_logger
SQL
utilities
path_manager
⚒️ APP bundlers
Choose one if needed.
pip install "dragon-ml-toolbox[pyinstaller]"
pip install "dragon-ml-toolbox[nuitka]"
Usage
After installation, import modules like this:
from ml_tools.utilities import serialize_object, deserialize_object
from ml_tools import custom_logger
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-10.2.0.tar.gz.
File metadata
- Download URL: dragon_ml_toolbox-10.2.0.tar.gz
- Upload date:
- Size: 116.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70d09b9aaa64fec283cd54796f1ab8ad0908d85621a8a7377abd16fb87c94433
|
|
| MD5 |
226a7a357092378ea2eb7530415064a6
|
|
| BLAKE2b-256 |
a74ab53d95030dff4c515f600056b24085530a127d1abdfa96bcc5c5e3e52a19
|
File details
Details for the file dragon_ml_toolbox-10.2.0-py3-none-any.whl.
File metadata
- Download URL: dragon_ml_toolbox-10.2.0-py3-none-any.whl
- Upload date:
- Size: 133.1 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 |
37efeefe126d50b018d229ab5132a293fc74ff8dea2c1c3ad89c342cc63339e6
|
|
| MD5 |
302b3b0a4b9e6918cfb5d5f381f0a8fe
|
|
| BLAKE2b-256 |
eaa7b9da00e79b79480aa6709599b2bc709cee26f5a0a5f4e358ef47ae837a5b
|