https://github.com/sourdoughcat/h2o-model-explanation
Exploring model explanation on a Global and Local Level
https://github.com/sourdoughcat/h2o-model-explanation
Last synced: 6 months ago
JSON representation
Exploring model explanation on a Global and Local Level
- Host: GitHub
- URL: https://github.com/sourdoughcat/h2o-model-explanation
- Owner: SourdoughCat
- License: mit
- Created: 2017-09-30T04:00:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T06:44:31.000Z (over 7 years ago)
- Last Synced: 2024-12-09T00:09:49.116Z (6 months ago)
- Language: Jupyter Notebook
- Size: 729 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h2o-model-explanation
Installing the environment:
```sh
# using this config
conda env create -f environment.yml
# from scratch
conda create --name
```Update environment configuration
```sh
conda env export > environment.yml
```Force update of an environment
```sh
conda env update -f environment.yml
```