Skip to content

Commit 2eb9c6b

Browse files
authored
Merge pull request #1 from thinkall/codex/fix-errors-in-readme.md
docs(readme): correct competitor feature comparison table
2 parents 70ec52b + 94e1be8 commit 2eb9c6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)