Metadata-Version: 2.4
Name: pqagent
Version: 0.0.5
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-e03a29.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.5
Requires-Dist: pandas>=2.0.0
Requires-Dist: scikit-learn>=1.6.0
Dynamic: license-file

⚠️ Note: This package is currently in active development. It is not yet feature-complete and lacks comprehensive documentation. Users should expect changes and potential instability.

# 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-e03a29.pages.git-ce.rwth-aachen.de).

## 🧩 Features
*to be documented*


## 🚀 Quickstart Example
*to be documented*

## Installation
`pip install pqagent`

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