Skip to main content

A Comprehensive Python Module for Machine Learning and Data Science

Project description

logo

A Comprehensive Python Module for Machine Learning and Data Science

pypi-version pypi-downloads GitHub code size in bytes Code Style

About

Luma is a comprehensive, user-friendly Python library designed for both beginners and advanced users in the field of machine learning and data science. It provides a wide range of tools and functionalities to streamline the process of data analysis, model building, evaluation, and deployment.

Purpose

Luma is built for an educational purpose, focused on implementing various machine learning algorithms and models from scratch solely depending on low-level libraries such as NumPy.

Key Features

  • Easy Data Handling: Simplify data preprocessing, transformation, and visualization.
  • Model Building: Access a variety of machine learning algorithms and models.
  • Model Evaluation: Utilize robust tools for model validation and tuning.

Packages

Name Description
luma.classifier Toolkit for classification models including various algorithms.
luma.clustering Focuses on unsupervised learning and clustering algorithms.
luma.core Foundational backbone providing essential data structures and utilities.
luma.ensemble Ensemble learning methods for improved model performance.
luma.extension Various extensions for Luma development. Not for end-users.
luma.interface Protocols and custom data types for internal use within Luma.
luma.metric Performance metrics for evaluating machine learning models.
luma.migrate Import and export of machine learning models within Luma.
luma.model_selection Tools for model selection and hyperparameter tuning.
luma.neural 🔗 Deep learning models and neural network utilities. A dedicated DL package for Luma.
luma.pipe Creating and managing machine learning pipelines.
luma.preprocessing Data preprocessing functions for machine learning tasks.
luma.reduction Dimensionality reduction techniques for high-dimensional datasets.
luma.regressor Comprehensive range of regression algorithms.
luma.visual Tools for model visualization and data plotting.

Getting Started

Installation

To get started with Luma, install the package using pip:

pip install luma-ml

Or for a specific version,

pip install luma-ml==[any_version]

Import

After installation, import Luma in your Python script to access its features:

import luma

Acceleration

Luma supports MLX based NumPy acceleration on Apple Silicon. By importing Luma’s neural package, it will automatically detect Apple’s Metal Performance Shader(MPS) availability and directly apply MLX acceleration for all execution flows and operations using luma.neural.

import luma.neural

Otherwise, the default CPU based operation is applied.

For more details, please refer to the link 🔗 shown at Luma’s neural package description.


Others

Contribution

Luma is an open-source project, and we welcome contributions from the community. 😃

Whether you're interested in fixing bugs, adding new features, or improving documentation, your help is appreciated.

License

Luma is released under the GPL-3.0 License. See LICENSE file for more details.

Inspired By

Luma is inspired by these libraries:

Specifications

Description
Latest Version 1.2.5
Lines of Code ~40.1K
Dependencies NumPy, SciPy, Pandas, Matplotlib, Seaborn, MLX(Optional)

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-1.2.5.tar.gz (195.3 kB view details)

Uploaded Source

Built Distribution

luma_ml-1.2.5-py3-none-any.whl (252.0 kB view details)

Uploaded Python 3

File details

Details for the file luma_ml-1.2.5.tar.gz.

File metadata

  • Download URL: luma_ml-1.2.5.tar.gz
  • Upload date:
  • Size: 195.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for luma_ml-1.2.5.tar.gz
Algorithm Hash digest
SHA256 34b905a5d3974c4cf034e8d811c7aa126dfafa2d9389ea7bac1bc3fdde315417
MD5 55d2b8717bea73b5060fad51653bcf57
BLAKE2b-256 367f18aec53b902f7296feefca187b0c3e501570a8a047f02a3ef95df1f6f965

See more details on using hashes here.

File details

Details for the file luma_ml-1.2.5-py3-none-any.whl.

File metadata

  • Download URL: luma_ml-1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 252.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for luma_ml-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e2bc54b3db2b2c86079e38fc284b62fd8eb18f27b69c3a544b6909dd18653814
MD5 2bdfd4c18be9df62645f66e937b55464
BLAKE2b-256 9d8ffd413fe91163a043f70cee67c528116eb9efb70993b3393db85d2703ea6d

See more details on using hashes here.

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