Spaces:
Sleeping
Sleeping
Updated Readme.MD
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AutoML & Explainability Web Application
|
| 2 |
|
| 3 |
This Streamlit web application empowers users to perform end-to-end machine learning tasks with ease. Upload your data, automatically train and compare various models, understand their predictions through SHAP explainability, and export the best model for your needs.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: AutoML
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
emoji: 🏆
|
| 6 |
+
colorFrom: green
|
| 7 |
+
colorTo: yellow
|
| 8 |
+
pinned: true
|
| 9 |
+
---
|
| 10 |
# AutoML & Explainability Web Application
|
| 11 |
|
| 12 |
This Streamlit web application empowers users to perform end-to-end machine learning tasks with ease. Upload your data, automatically train and compare various models, understand their predictions through SHAP explainability, and export the best model for your needs.
|