Skip to content

Commit

Permalink
Merge pull request #31 from LukasZahradnik/feature/blueprint
Browse files Browse the repository at this point in the history
Blueprint experiments
  • Loading branch information
jakubpeleska authored May 22, 2024
2 parents d33abfa + 40cd5b6 commit 0ad2255
Show file tree
Hide file tree
Showing 65 changed files with 5,499 additions and 383 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __pycache__/
processed/
raw/

results/
ray_results/
logs/
lightning_logs/
torch-models/
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
},
"notebook.formatOnSave.enabled": true,
"editor.detectIndentation": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
}
4 changes: 4 additions & 0 deletions db_transformer/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .dataset_defaults import *

from .ctu_dataset import CTUDataset
from .fit_dataset import FITRelationalDataset
Loading

0 comments on commit 0ad2255

Please sign in to comment.