Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: yellow
|
| 7 |
+
colorTo: green
|
| 8 |
+
---
|
| 9 |
# AutoML & Explainability Web Application
|
| 10 |
|
| 11 |
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.
|