Skip to content

Commit

Permalink
added neural workflow for DDI model
Browse files Browse the repository at this point in the history
  • Loading branch information
orisenbazuru committed Jan 12, 2020
1 parent 49154dd commit efc3693
Show file tree
Hide file tree
Showing 13 changed files with 2,669 additions and 1,163 deletions.
52 changes: 52 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,54 @@
*.p
*.pickle

.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Vs code
.vscode

# orisenbazuru
explore.py
notebooks/orisenbazuru/*
cluster/data/medinfmk/ddi/processed/*
Loading

0 comments on commit efc3693

Please sign in to comment.