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.12
Via PyPI
Install the latest stable release from PyPI:
pip install dragon-ml-toolbox
Via conda-forge
Install from the conda-forge channel:
conda install -c conda-forge dragon-ml-toolbox
Via GitHub (Editable)
Clone the repository and install in editable mode:
git clone https://github.com/DrAg0n-BoRn/ML_tools.git
cd ML_tools
pip install -e .
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]"
⚠️ PyTorch required, follow the official instructions: PyTorch website
Modules:
constants
custom_logger
data_exploration
ensemble_evaluation
ensemble_inference
ensemble_learning
ETL_cleaning
ETL_engineering
math_utilities
ML_callbacks
ML_configuration
ML_datasetmaster
ML_evaluation_multi
ML_evaluation
ML_inference
ML_models
ML_models_advanced # Requires the extra flag [py-tab]
ML_optimization
ML_scaler
ML_trainer
ML_utilities
ML_vision_datasetmaster
ML_vision_evaluation
ML_vision_inference
ML_vision_models
ML_vision_transformers
optimization_tools
path_manager
PSO_optimization
RNN_forecast
serde
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:
constants
custom_logger
math_utilities
MICE_imputation
serde
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]
GUI tools compatible with XGBoost and LightGBM models used for inference.
pip install "dragon-ml-toolbox[gui-boost]"
Modules:
constants
custom_logger
GUI_tools
ensemble_inference
path_manager
serde
🤖 GUI for PyTorch Models [gui-torch]
GUI tools compatible with PyTorch models used for inference.
pip install "dragon-ml-toolbox[gui-torch]"
Modules:
constants
custom_logger
GUI_tools
ML_models
ML_inference
ML_scaler
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.serde 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-15.1.0.tar.gz.
File metadata
- Download URL: dragon_ml_toolbox-15.1.0.tar.gz
- Upload date:
- Size: 198.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16af1366384994396414d08617d7e616c708ba6246f60492796c4c113990a946
|
|
| MD5 |
e206deff5679c6661f09cd59e91570dd
|
|
| BLAKE2b-256 |
3b9b907350b6c80333650c95e9c23c66fd9165878d003a077622d30a2482c05f
|
File details
Details for the file dragon_ml_toolbox-15.1.0-py3-none-any.whl.
File metadata
- Download URL: dragon_ml_toolbox-15.1.0-py3-none-any.whl
- Upload date:
- Size: 224.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 |
75fcb593e6bbbcdd14305e69439d9b96f7221f2a0d90fee3d242bcbb1f352cb9
|
|
| MD5 |
8219a84f959119822c3e27a9a3f29336
|
|
| BLAKE2b-256 |
6ca022b20d81d4d13b708bcaf654e2ba2d65debdbc11eee90475e39ca0f46ac7
|