Metadata-Version: 2.4
Name: pqagent
Version: 0.0.2
Summary: A user friendly package for training quality prediction models
Author-email: Nils Klasen <likeable.versed-78@icloud.com>
License-Expression: MIT
Project-URL: Homepage, https://git-ce.rwth-aachen.de/kls/pqagent
Project-URL: Documentation, https://pqagent-000729.pages.git-ce.rwth-aachen.de/
Project-URL: Issues, https://git-ce.rwth-aachen.de/kls/pqagent/-/issues
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dwrappr>=0.0.2
Requires-Dist: pandas>=2.0.0
Requires-Dist: scikit-learn>=1.6.0
Dynamic: license-file

# PQagent
PQagent is a Python package designed to streamline the development and training of predictive
quality models using neural networks. Built on the powerful PyTorch framework, PQagent offers a comprehensive
suite of tools for data preprocessing, model training, and evaluation, enabling users to construct robust predictive
models tailored to their specific quality assurance needs.

For more details, please study the [Documentation](https://pqagent-000729.pages.git-ce.rwth-aachen.de).

## 🧩 Features
*to be documented*


## 🚀 Quickstart Example
*to be documented*

## Installation
`pip install -i https://test.pypi.org/simple/ pqagent`

## ©️ License
This project is licensed under the [MIT License](https://git-ce.rwth-aachen.de/kls/pqagent/-/blob/main/LICENSE?ref_type=heads).
