Skip to content

Commit 09611f0

Browse files
committed
Adding implementation
1 parent 5725ff8 commit 09611f0

File tree

9 files changed

+65022
-0
lines changed

9 files changed

+65022
-0
lines changed

autofeat.ipynb

Lines changed: 1043 additions & 0 deletions
Large diffs are not rendered by default.

featuretools.ipynb

Lines changed: 1081 additions & 0 deletions
Large diffs are not rendered by default.

featuretools_test.csv

Lines changed: 8662 additions & 0 deletions
Large diffs are not rendered by default.

featuretools_training.csv

Lines changed: 33097 additions & 0 deletions
Large diffs are not rendered by default.

getml.ipynb

Lines changed: 15859 additions & 0 deletions
Large diffs are not rendered by default.

gplearn.ipynb

Lines changed: 842 additions & 0 deletions
Large diffs are not rendered by default.

poetry.lock

Lines changed: 3618 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[tool.poetry]
2+
name = "auto-feature-engineering"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["James Bristow <[email protected]>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = ">=3.10,<3.13"
10+
getml = "^1.5.1"
11+
autofeat = "^2.1.3"
12+
tsfresh = "^0.21.0"
13+
featuretools = "^1.31.0"
14+
ipython = "^8.28.0"
15+
ipywidgets = "^8.1.5"
16+
jupyter-core = "^5.7.2"
17+
jupyterlab = "^4.3.1"
18+
matplotlib = "^3.10.5"
19+
gplearn = "^0.4.2"
20+
scikit-learn = "<=1.5.2"
21+
22+
[build-system]
23+
requires = ["poetry-core"]
24+
build-backend = "poetry.core.masonry.api"

tsfresh.ipynb

Lines changed: 796 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)