Ai-model-constructor
Описание
AI Models Constructor with GUI without any coding
Языки
- Python100%
7 месяцев назад
6 месяцев назад
6 месяцев назад
6 месяцев назад
6 месяцев назад
README.md
🚀 AI Models Constructor with GUI
This repository contains a graphical interface tool for building and evaluating machine learning models. Using , RandomForest, and Gradient Boosting, you can train models for both regression and classification without writing a single line of code!Linear Regression
📌 Features
- 🎨 Graphical Interface: easy-to-use, no coding required
- 📊 Regression: RandomForestRegressor, GradientBoostingRegressor, LinearRegression
- 🏷 Classification: RandomForestClassifier, GradientBoostingClassifier
- 📂 Data Handling: load and split datasets into train/test
- 🏆 Metrics: MSE, MAE, R2, F1-score, Accuracy, ROC AUC
- 💾 Model Saving in
formatpickle - 📈 Graph Generation for result analysis
📥 Installation
⚡ Quick Start
- Prepare a CSV file with your dataset
- Define the target variable
- Run
, and the interface will guide you through model selection and trainingmain.py
🖥 Using the Interface
Simply launch , and an intuitive GUI will open, allowing you to:main.py
- Select the model type (regression or classification)
- Configure algorithm parameters
- Load dataset files
- Train the model and view key metrics
- Save the results
🛠 Main Files
— main script with GUI functionalitymain.py— library with models and data processing functionsregression.py
🖼 Demo / Screenshots
#Created by Foutx
