Skip to main content

Custom-made powerful and light Python machine learning module

Project description

logo

LUMA

LUMA is a powerful and flexible Python module designed to simplify and streamline various machine learning tasks. It is specifically created to enhance the ease of building, training, and deploying machine learning models while offering extensive customization options for data scientists and developers.

LUMA.classifier

The LUMA.classifier submodule is a comprehensive toolkit for building, training, and evaluating classification models. It provides a wide range of classification algorithms, including naive bayes, decision trees, and support vector machines.

LUMA.clustering

The LUMA.clustering submodule focuses on unsupervised machine learning tasks, specifically clustering. It encompasses algorithms such as K-Means, hierarchical clustering, etc. It simplifies cluster creation, analysis, and visualization, allowing users to gain insights from their data without the need for labels.

LUMA.core

The LUMA.core submodule serves as the foundational backbone for the entire LUMA framework. It provides essential data structures and utility functions that are used throughout the LUMA ecosystem.

LUMA.ensemble

The LUMA.ensemble submodule empowers users to harness the strength of ensemble learning for improved model performance. Ensemble learning combines the predictions of multiple base models to enhance overall accuracy and robustness. The submodule includes popular ensemble methods such as Random Forests.

LUMA.interface

The LUMA.interface submodule contains files that define protocols and custom data types used internally within the LUMA framework. These files are not intended for direct external use but play a crucial role in the functionality and communication between various LUMA components.

LUMA.metric

The LUMA.metric submodule provides a rich collection of performance metrics for evaluating machine learning models. It includes metrics for classification tasks like ROC-AUC, log-loss, and confusion matrices. For regression tasks, it offers metrics such as mean squared error (MSE) and R-squared. These metrics are essential for assessing model quality and guiding model selection.

LUMA.model_selection

The LUMA.model_selection submodule streamlines the process of selecting the best machine learning model and optimizing hyperparameters. It offers tools for hyperparameter tuning, cross-validation, and model selection, enabling users to find the optimal model configuration for their specific task.

LUMA.preprocessing

The LUMA.preprocessing submodule includes a variety of data preprocessing functions to ensure data is properly prepared for machine learning tasks. It covers tasks like feature scaling, one-hot encoding, handling missing values, and data splitting. Proper data preprocessing is crucial for model performance and accuracy.

LUMA.reduction

The LUMA.reduction submodule specializes in dimensionality reduction techniques. It provides methods for feature selection and extraction, reducing the dimensionality of high-dimensional datasets. This not only improves model performance but also reduces computational time and complexity.

LUMA.regressor

The LUMA.regressor submodule is tailored for regression tasks. It offers a comprehensive range of regression algorithms, such as linear regression, decision tree regression, and support vector regression. Additionally, it includes a suite of regression-specific evaluation metrics to assess model accuracy and performance.

LUMA.visual

The LUMA.visual submodule simplifies model visualization. It includes tools for plotting data, visualizing decision boundaries, and creating performance charts. These visualization aids help users gain insights from their machine learning models and communicate results effectively.

Latest Version

0.2.4

Dependencies

NumPy, SciPy, Matplotlib, Seaborn

Python Version

Python 3.10 or later

Document

LUMA Notion Document

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

luma-ml-0.2.4.tar.gz (53.8 kB view hashes)

Uploaded Source

Built Distribution

luma_ml-0.2.4-py3-none-any.whl (65.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page