Metadata-Version: 2.4
Name: Regression_Report_library_agr
Version: 0.1.0
Summary: A comprehensive regression report for scikit-learn models, with metrics like R^2, MSE, MAE, and RMSE.
Home-page: https://github.com/Alkiviadisss/Regression_Report_library_agr
Author: Το Όνομά Σου
Author-email: το_email_σου@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Regression Report
A Python Library that Saves Time Reporting Regression Evaluation Metrics Automatically (MAE, MSE, RMSE, R2).

## Download
```bash
pip install Regression_Report_library_agr
