Metadata-Version: 2.1
Name: mixician
Version: 0.1.2
Summary: An advanced hybrid ranking engine for recommendation systems, designed to automate the optimization of algorithms and parameters tailored to diverse business objectives.
Home-page: https://github.com/yinsn/Mixician
License: MIT
Author: Yin Cheng
Author-email: yin.sjtu@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jax (>=0.4.24,<0.5.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: numpyro (>=0.13.2,<0.14.0)
Requires-Dist: optuna (>=3.5.0,<4.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: pydantic (>=2.6.1,<3.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Project-URL: Repository, https://github.com/yinsn/Mixician
Description-Content-Type: text/markdown

# Mixician

![Mixician](https://github.com/yinsn/Mixician/blob/develop/docs/images/Mixician.svg)

[![Python](https://img.shields.io/badge/python3.9-red?logo=Python&logoColor=white)](https://www.python.org)
[![PyPI](https://img.shields.io/pypi/v/mixician?color=green)](https://pypi.org/project/mixician/)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yinsn/Mixician)

An advanced hybrid ranking engine for recommendation systems, designed to automate the optimization of algorithms and parameters tailored to diverse objectives.

## Installation

In most cases, you can install the pre-build binaries via

```sh
pip install mixician
```

