Skip to main content

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
datasetmaster
ensemble_learning
ensemble_inference
ETL_engineering
ML_callbacks
ML_evaluation
ML_trainer
ML_inference
path_manager
PSO_optimization
SQL
RNN_forecast
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:

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:

GUI_tools
ML_inference
path_manager

🎫 Base Tools [base]

General purpose functions and classes.

pip install "dragon-ml-toolbox[base]"

Modules:

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.custom_logger 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

dragon_ml_toolbox-4.2.1.tar.gz (91.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dragon_ml_toolbox-4.2.1-py3-none-any.whl (102.5 kB view details)

Uploaded Python 3

File details

Details for the file dragon_ml_toolbox-4.2.1.tar.gz.

File metadata

  • Download URL: dragon_ml_toolbox-4.2.1.tar.gz
  • Upload date:
  • Size: 91.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for dragon_ml_toolbox-4.2.1.tar.gz
Algorithm Hash digest
SHA256 c0c5a1fbfe1831cf539ba27e72506b73d864b176c18c5cd7e9bbc09d45bec8e1
MD5 3ff48a269dc1297038ed53d0ed0ecd41
BLAKE2b-256 62091a790a05f0f8a0e5116e256c7cd71be5471537cb27e08abf8ff8370ba098

See more details on using hashes here.

File details

Details for the file dragon_ml_toolbox-4.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for dragon_ml_toolbox-4.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ca3f7d2c29f49aba43181045cf812bfa9b6dbccb0950103f2d420c84a8bb859d
MD5 6d81c395a25ccddd4eb8a6637543f6f4
BLAKE2b-256 d0bfe9b679d218bc88961919c63425a9a917033687632174e2933d60906e5225

See more details on using hashes here.

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