File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -175,14 +175,14 @@ X_selected = selector.fit_transform(X, y)
175175
176176| Feature | FeatCopilot | Featuretools | TSFresh | AutoFeat | OpenFE | CAAFE |
177177| ---------| -------------| --------------| ---------| ----------| --------| -------|
178- | Tabular Features | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
179- | Time Series | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
178+ | Tabular Features | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
179+ | Time Series | ✅ | ⚠️ | ✅ | ❌ | ❌ | ❌ |
180180| Relational | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
181181| LLM-Powered | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ |
182182| Semantic Understanding | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ |
183183| Code Generation | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ |
184184| Sklearn Compatible | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
185- | Interpretable | ✅ | ⚠️ | ⚠️ | ⚠️ | ❌ | ✅ |
185+ | Interpretable | ✅ | ✅ | ⚠️ | ⚠️ | ❌ | ✅ |
186186
187187## Documentation
188188
Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ FeatCopilot is a Python library for automated feature engineering powered by lar
119119
120120| Feature | FeatCopilot | Featuretools | TSFresh | AutoFeat | OpenFE | CAAFE |
121121| ---------| -------------| --------------| ---------| ----------| --------| -------|
122- | Tabular Features | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
123- | Time Series | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
122+ | Tabular Features | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
123+ | Time Series | ✅ | ⚠️ | ✅ | ❌ | ❌ | ❌ |
124124| Relational | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
125125| ** LLM-Powered** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ |
126126| ** Semantic Understanding** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ |
127127| ** Code Generation** | ✅ | ❌ | ❌ | ❌ | ❌ | ⚠️ |
128128| Sklearn Compatible | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
129- | Interpretable | ✅ | ⚠️ | ⚠️ | ⚠️ | ❌ | ✅ |
129+ | Interpretable | ✅ | ✅ | ⚠️ | ⚠️ | ❌ | ✅ |
130130
131131## Installation
132132
You can’t perform that action at this time.
0 commit comments