Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
AutoML – AI Model by Gourav18 | AlphaNeural AI
You can deploy this model and start earning money today!
Gourav18
/
AutoML
like
0
sklearn
code
AutoMl
en
Gourav18/AutoML
finetune
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
AutoML
AutoML Application
An automated machine learning application built with Streamlit that helps users to:
Load and preprocess data
Train multiple ML models (Logistic Regression, SVM, Random Forest)
Automatically select the best model
Visualize model performance
Make predictions with the trained model
Features
Data Upload & Analysis
: Upload CSV or Excel files, view statistics, and visualize correlations
Automated Data Preprocessing
: Handle missing values and categorical encoding
Model Training
: Train multiple models with hyperparameter tuning
Model Visualization
: Compare model performance with various metrics
Prediction
: Make predictions using the trained model
Setup
Clone this repository
Install the requirements:
pip install -r requirements.txt
Run the application:
streamlit run main.py