Skip to content

Commit

Permalink
Merge branch 'synthetic-data' of https://github.com/CarmeLabs/carme i…
Browse files Browse the repository at this point in the history
…nto synthetic-data

rebasing from synthetic-data before committing new changes
  • Loading branch information
joshlebed committed Nov 28, 2018
2 parents bf89426 + e5c8b7d commit 985cc99
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ build
*.swp
.vscode
.idea
/carme-env
9 changes: 9 additions & 0 deletions src/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from .generationtools import *
from .base import *
from .commandswrapper import *
from .dockerwrapper import *
from .generation import *
from .gitwrapper import *
from .notebookwrapper import *
from .packager import *
from .yamltools import *
4 changes: 4 additions & 0 deletions src/modules/generation.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
"""Component to bring the synthesizing modules together
"""
from generationtools import categorical
from generationtools import cleandata
from generationtools import modelgeneration
from generationtools import synthesize
4 changes: 4 additions & 0 deletions src/modules/generationtools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .categorical import *
from .cleandata import *
from .modelgeneration import *
from .synthesize import *

0 comments on commit 985cc99

Please sign in to comment.