Pyoperon
Python bindings and scikit-learn interface for the Operon library for symbolic regression.
Install / Use
/learn @heal-research/PyoperonREADME
pyoperon
pyoperon is the python bindings library of Operon, a modern C++ framework for symbolic regression developed by Heal-Research at the University of Applied Sciences Upper Austria.
A scikit-learn regressor is also available:
from pyoperon.sklearn import SymbolicRegressor
The example folder contains sample code for using either the Python bindings directly or the pyoperon.sklearn module.
Installation
New releases are published on github and on PyPI.
Most of the time pip install pyoperon should be enough.
Building from source
Conda/Mamba
- Clone the repository
git clone https://github.com/heal-research/pyoperon.git
cd pyoperon
- Install and activate the environment (replace
micromambawith your package manager)
micromamba env create -f environment.yml
micromamba activate pyoperon
- Build the C++ dependencies and install
pyoperon
export CC=clang
export CXX=clang++
python script/dependencies.py
pip install . --no-build-isolation
Nix
The repository includes a flake.nix with a development shell that provides all C++ and Python dependencies.
- Clone the repository
git clone https://github.com/heal-research/pyoperon.git
cd pyoperon
- Enter the dev shell and install
pyoperoninto a virtual environment
nix develop .#pyenv
virtualenv --system-site-packages .venv
source .venv/bin/activate
pip install scikit-build-core
pip install --no-build-isolation .
- Run the tests (optional)
pip install --no-build-isolation '.[test]'
pytest tests/ -v
Contributing
See the CONTRIBUTING document.
Related Skills
claude-opus-4-5-migration
83.9kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
339.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
TrendRadar
49.9k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
mcp-for-beginners
15.7kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
