--- a +++ b/environment.yml @@ -0,0 +1,15 @@ +name: Binder-environment +channels: + - conda-forge +dependencies: + - python=3.5 + - numpy + - pip: + - tensorflow + - keras + - lifelines + - optunity + - matplotlib + - sklearn + - scipy + - pandas