[2cc208]: / environment.yml

Download this file

16 lines (15 with data), 215 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
name: Binder-environment
channels:
- conda-forge
dependencies:
- python=3.5
- numpy
- pip:
- tensorflow
- keras
- lifelines
- optunity
- matplotlib
- sklearn
- scipy
- pandas