From ba6b0a15e175e4309caac33c06294369b59e8710 Mon Sep 17 00:00:00 2001 From: Adnan Karol <54456587+adnankarol@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:26:15 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8003cce..5a8bace 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ This Python package provides a comprehensive solution for performing classification tasks using various popular machine learning algorithms. It allows you to read a dataset, preprocess it, train multiple classifiers, perform hyperparameter tuning, and visualize model performance. Additionally, it provides options for scaling data, saving trained models, and customizing the output display. -You can find the package on [PyPI][https://packaging.python.org/tutorials/packaging-projects/](https://pypi.org/project/classifierAgent/). - +You can find the package on [PyPI](https://pypi.org/project/classifierAgent/). # Features