This repository provides a simple graphical user interface (GUI) for executing various classification algorithms on a dataset.
Make sure you have Python installed on your machine. You can download it from python.org.
Clone the repository to your local machine:
git clone https://github.com/dzaja123/classification-algorithms-gui.git
cd classification-algorithms-guipip install -r requirements.txtRun the application by executing the following command:
python main.pyThe GUI presents a list of classification algorithms. Clicking on any algorithm button will execute that specific algorithm on the loaded dataset.
- Logistic Regression
- Decision Tree
- Random Forest
- Gaussian Naive Bayes
- Support Vector Machine
- K Nearest Neighbors