Metanion v3.5.9
Zero-Weight Symbolic Tensor Engine with Knowledge Base
Quick Start
from metanion import AutoMetanion
auto = AutoMetanion()
auto.fit("data.csv")
print(auto.explain())
---
### **File 3: `metanion/__init__.py`**
```bash
cat > metanion/__init__.py << 'EOF'
__version__ = "3.5.9"
__author__ = "Metanion Community"
from .api import Metanion
from .autometanion import AutoMetanion
from .knowledge_manager import SmartKnowledgeManager, SmartTrainer
from .gp import GPIndividual, PopulationInitializer, InitializationMethod, RobustFitness, PopulationManager
from .symbolic import OpID, intern, lookup, get_pool, reset_pool
from .compile import compile_handle
__all__ = [
'__version__', '__author__',
'Metanion', 'AutoMetanion',
'SmartKnowledgeManager', 'SmartTrainer',
'GPIndividual', 'PopulationInitializer', 'InitializationMethod',
'RobustFitness', 'PopulationManager',
'OpID', 'intern', 'lookup', 'get_pool', 'reset_pool',
'compile_handle',
]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metanion-4.0.0.tar.gz
(9.8 kB
view details)
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
metanion-4.0.0-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file metanion-4.0.0.tar.gz.
File metadata
- Download URL: metanion-4.0.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
326f3dd1409c797d21bc9c15a2eea6a8b6ce116b78b9f2b534b9e5819264e299
|
|
| MD5 |
0408da0dc28e2d68c462665d849e289d
|
|
| BLAKE2b-256 |
7dd77683bf61da45438c184d8164148139c86ba8092e2d80cc50785f9fd40dbb
|
File details
Details for the file metanion-4.0.0-py3-none-any.whl.
File metadata
- Download URL: metanion-4.0.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c2e27b1ae78868fd5b13d34cd82c5b2ed3e67078a8cb8150a7d40be7cebfc07
|
|
| MD5 |
ebdf459fa58bfdea89c269e01802fc79
|
|
| BLAKE2b-256 |
afe47dca5e18ee377cb2c17a3eb00b33cbf10fd647bbbf450b28d3914399bb19
|