diff --git a/README.md b/README.md index 0ed12dd..9d81c36 100644 --- a/README.md +++ b/README.md @@ -175,14 +175,14 @@ X_selected = selector.fit_transform(X, y) | Feature | FeatCopilot | Featuretools | TSFresh | AutoFeat | OpenFE | CAAFE | |---------|-------------|--------------|---------|----------|--------|-------| -| Tabular Features | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | -| Time Series | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | +| Tabular Features | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | +| Time Series | ✅ | ⚠️ | ✅ | ❌ | ❌ | ❌ | | Relational | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | LLM-Powered | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | | Semantic Understanding | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ | | Code Generation | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ | | Sklearn Compatible | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Interpretable | ✅ | ⚠️ | ⚠️ | ⚠️ | ❌ | ✅ | +| Interpretable | ✅ | ✅ | ⚠️ | ⚠️ | ❌ | ✅ | ## Documentation diff --git a/docs/index.md b/docs/index.md index 6e324cf..5c318e1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -119,14 +119,14 @@ FeatCopilot is a Python library for automated feature engineering powered by lar | Feature | FeatCopilot | Featuretools | TSFresh | AutoFeat | OpenFE | CAAFE | |---------|-------------|--------------|---------|----------|--------|-------| -| Tabular Features | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | -| Time Series | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | +| Tabular Features | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | +| Time Series | ✅ | ⚠️ | ✅ | ❌ | ❌ | ❌ | | Relational | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | **LLM-Powered** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ | | **Semantic Understanding** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ | | **Code Generation** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ | | Sklearn Compatible | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Interpretable | ✅ | ⚠️ | ⚠️ | ⚠️ | ❌ | ✅ | +| Interpretable | ✅ | ✅ | ⚠️ | ⚠️ | ❌ | ✅ | ## Installation