Metadata-Version: 2.4
Name: kolena
Version: 1.69.0
Summary: Client for Kolena's machine learning testing platform.
Author-email: Kolena Engineering <eng@kolena.com>
License: Apache-2.0
License-File: LICENSE
License-File: LICENSE_HEADER
Keywords: Kolena,ML,testing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: <3.13,>=3.8
Requires-Dist: click>=8
Requires-Dist: dacite<2,>=1.6
Requires-Dist: lzstring<2,>=1.0.4
Requires-Dist: numpy<3,>=1.19; python_version < '3.12'
Requires-Dist: numpy<3,>=1.26; python_version >= '3.12'
Requires-Dist: pandas<3,>=1.1; python_version < '3.12'
Requires-Dist: pandas<3,>=2.1.1; python_version >= '3.12'
Requires-Dist: pandera<0.24,>=0.22.1
Requires-Dist: pillow<13,>=10.0.1
Requires-Dist: pyarrow>=8
Requires-Dist: pydantic<3,>=1.10
Requires-Dist: requests-toolbelt<2
Requires-Dist: requests<3,>=2.20
Requires-Dist: retrying<2,>=1.3.3
Requires-Dist: shapely<3,>=1.8.5
Requires-Dist: termcolor<3,>=1.1
Requires-Dist: tqdm<5,>=4
Provides-Extra: metrics
Requires-Dist: scikit-learn<2,>=1.2; extra == 'metrics'
Requires-Dist: scipy<2,>=1; extra == 'metrics'
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://docs.kolena.com">
    <img src="https://docs.kolena.com/assets/images/kolena-banner.png" width="640" alt="Kolena" />
  </a>
</p>

<p align='center'>
  <a href="https://pypi.python.org/pypi/kolena">
    <img
      src="https://img.shields.io/pypi/v/kolena?logo=python&logoColor=white&style=flat-square"
    />
  </a>
  <a href="https://www.apache.org/licenses/LICENSE-2.0">
    <img
      src="https://img.shields.io/pypi/l/kolena?style=flat-square"
    />
  </a>
  <a href="https://github.com/kolenaIO/kolena/actions">
    <img
      src="https://img.shields.io/github/checks-status/kolenaIO/kolena/trunk?logo=circleci&logoColor=white&style=flat-square"
    />
  </a>
  <a href="https://codecov.io/gh/kolenaIO/kolena" >
    <img
      src="https://img.shields.io/codecov/c/github/kolenaIO/kolena?logo=codecov&logoColor=white&style=flat-square&token=8WOY5I8SF1"
    />
  </a>
</p>

---

[Kolena](https://www.kolena.com) is a comprehensive machine learning testing and debugging platform to surface hidden
model behaviors and take the mystery out of model development. Kolena helps you:

- Perform high-resolution model evaluation
- Understand and track behavioral improvements and regressions
- Meaningfully communicate model capabilities
- Automate model testing and deployment workflows

This `kolena` package contains the Python client library for programmatic interaction with the Kolena ML testing
platform. [Install](https://docs.kolena.com/installing-kolena) with your favorite Python package manager and
[get started in minutes](https://docs.kolena.com/dataset/quickstart):

```
pip install kolena
```

## Quick Links

| [Developer Guide](https://docs.kolena.com) | [Quickstart](https://docs.kolena.com/dataset/quickstart) | [API Reference](https://docs.kolena.com/reference) | [Examples](./examples) |
| --- | --- | --- | --- |
| Tutorial and usage documentation | Set up rigorous and repeatable model testing in minutes | Detailed `kolena` typing and function documentation | Reference integrations for different machine learning workflows |
