Skip to content

Commit

Permalink
Merge branch 'attn_model' of github.com-orisenbazuru:uzh-dqbm-cmi/sid…
Browse files Browse the repository at this point in the history
…e-effects
  • Loading branch information
orisenbazuru committed Feb 18, 2020
2 parents 3677c2d + b9fdbab commit 02326a5
Show file tree
Hide file tree
Showing 15 changed files with 2,876 additions and 1,164 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,55 @@
*.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/*
ideas.txt.rtf
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# side-effects
# side-effects

## Installation

* `git clone` the repo and `cd` into it.
* Run `pip install -e .` to install the repo's python package.
Loading

0 comments on commit 02326a5

Please sign in to comment.