Metadata-Version: 2.1
Name: etiq
Version: 1.4.1
Summary: ETIQ.ai ML Testing library
Home-page: https://etiq.ai/
Author: ETIQ AI
Author-email: devops@etiq.ai
License: UNKNOWN
Keywords: ai,bias,etiq,fairness
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.7,<3.12
Description-Content-Type: text/markdown
Requires-Dist: platformdirs
Requires-Dist: numpy >=1.21
Requires-Dist: pandas <2,>=1.3.5
Requires-Dist: sqlalchemy <2,>=1.4
Requires-Dist: scikit-learn
Requires-Dist: requests
Requires-Dist: shortuuid
Requires-Dist: xgboost ==1.5.1 ; python_version == "3.7"
Requires-Dist: xgboost >1.5.1 ; python_version > "3.7"

# ETIQ AI

Etiq helps companies test and monitor ML models. For data science & ML teams,
Etiq tests ML algorithms, identifying issues and preventing accuracy loss in
both building & production stages. Etiq helps identify the following issue
types in the dataset/model: Bias, Data Leakage, Accuracy Issues, Drift, across
both pre-production and production stages. Additionally, Etiq helps identify
which segments are impacted by each issue type and provides modular tests
that you can plug at different points in your pipeline.

## Getting Started

To get started with this package, view our quickstart guide at
https://docs.etiq.ai/


## Licence

This library is distributed under the Creative Commons "Attribution-NoDerivatives 4.0
International (CC BY-ND 4.0)":

https://creativecommons.org/licenses/by-nd/4.0/


