File size: 565 Bytes
211c37c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Tabular AutoML
emoji: 
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: "6.9.0"
python_version: "3.10"
app_file: app.py
pinned: false
---

# Tabular AutoML Framework
Upload any CSV, select target column, and automatically train classical ML + PyTorch neural network models.

## Features
- Auto dataset analysis
- Preprocessing pipeline
- Feature engineering
- Classical models: RandomForest, GradientBoosting, XGBoost, LightGBM
- Neural models: FeedforwardNN, ResidualMLP
- Bayesian HPO with Optuna
- SHAP feature importance
- Model leaderboard