A package for cross-validation of dual leaf models
Project description
dual_leaf_cross_score
dual_leaf_cross_score is an advanced Python package designed to simplify and optimize the cross-validation process for machine learning models. While its architecture is tailored for dual leaf models, it remains highly flexible and can be used with any estimator that implements the fit method (e.g., scikit-learn models).
This package was proudly developed by SIN Technologies Private Limited, as part of our mission to deliver highly scalable and efficient AI/ML solutions.
Key Features
- Cross-Validation Simplified: Perform model evaluation using a variety of cross-validation techniques like
KFold,StratifiedKFold, or custom splitting strategies. - Dual Leaf Models Focus: Special optimizations for dual leaf models, enhancing accuracy and speed in scoring.
- Custom Metrics: Easily define custom scoring metrics or use the default
meanscore for fast evaluation. - Broad Compatibility: Works seamlessly with scikit-learn pipelines, supporting classifiers, regressors, and more.
- CLI Support: You can execute cross-validation tasks directly from the command line, offering flexibility for scripting or integration into larger workflows.
Table of Contents
- Installation
- Usage
- Command-Line Interface (CLI)
- Development
- Testing
- Contributing
- License
- Acknowledgments
Installation
Prerequisites
Ensure you have Python 3.6+ installed on your system. The package depends on several libraries, including scikit-learn and numpy. If you're using a virtual environment, ensure it's activated before proceeding.
Installing via PyPI
To install the latest version of dual_leaf_cross_score from PyPI:
pip install DLCV
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 Distributions
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 DLCV-0.1-py3-none-any.whl.
File metadata
- Download URL: DLCV-0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0a2a9a2ab82c62626f904afcaf3acf9ea406574544f61cf816dd83793104cc2
|
|
| MD5 |
53793bd64daea06181224aa5f584ea85
|
|
| BLAKE2b-256 |
6fb1a154f510a65589685f32343e549dcc96c46ef1be15937b4889470b70f4d4
|