A collection of generated machine learning algorithms
Project description
Omega: A Library of AI Invented Machine Learning Algorithms
Omega is an open-source Python library containing novel machine learning algorithms generated through automated algorithmic synthesis techniques. These algorithms push the boundaries of traditional machine learning approaches and offer unique capabilities for tackling complex data analysis tasks.
Key Features
- Novel Algorithms: Includes machine learning algorithms not found in other libraries, created through evolutionary computation and neural architecture search.
- Simple Scikit-Learn Style Interface: Follows scikit-learn API conventions for easy integration into existing ML pipelines.
Installation
pip install omega-models
Quick Start
from omega_models import DimAwareForest
# Load your dataset
X, y = load_dataset()
# Initialize and train the model
model = DimAwareForest()
model.fit(X, y)
# Make predictions
predictions = model.predict(X_test)
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
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 omega_models-0.2.3.tar.gz.
File metadata
- Download URL: omega_models-0.2.3.tar.gz
- Upload date:
- Size: 318.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3fcf877828c0ee197cb4c054e098bfd139a9a307df7de05f0f72f48103f36a2
|
|
| MD5 |
7c88c8284a413edef03e73d64c599f93
|
|
| BLAKE2b-256 |
2605160e5b28d7954f98542262b1c17f1949a3046809e6d11a7fc006650f5c3c
|
File details
Details for the file omega_models-0.2.3-py3-none-any.whl.
File metadata
- Download URL: omega_models-0.2.3-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e981c0323017a94d9d5e13e4a29546f4660def92e7c89e86cd2ad5dcd636a450
|
|
| MD5 |
20e164c796fc1d990774634ab2434196
|
|
| BLAKE2b-256 |
0e1c68c29f1c48999dbc0c97f6835271b4ca38037e751db7e92bff6d733a559a
|