Skip to content

Commit 0ad2255

Browse files
authored
Merge pull request LukasZahradnik#31 from LukasZahradnik/feature/blueprint
Blueprint experiments
2 parents d33abfa + 40cd5b6 commit 0ad2255

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+5499
-383
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __pycache__/
44
processed/
55
raw/
66

7-
results/
7+
ray_results/
88
logs/
99
lightning_logs/
1010
torch-models/

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"editor.formatOnSave": true,
33
"[python]": {
44
"editor.defaultFormatter": "ms-python.black-formatter"
5-
}
5+
},
6+
"notebook.formatOnSave.enabled": true,
7+
"editor.detectIndentation": false,
8+
"editor.indentSize": "tabSize",
9+
"editor.tabSize": 4,
610
}

db_transformer/data/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .dataset_defaults import *
2+
3+
from .ctu_dataset import CTUDataset
4+
from .fit_dataset import FITRelationalDataset

0 commit comments

Comments
 (0)