Added documentation and tutorial for FeatureImportnace. Bumped to v 0.12 #385
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Binder | |
on: push | |
jobs: | |
Create-MyBinderOrg-Cache: | |
runs-on: ubuntu-latest | |
steps: | |
- name: cache binder build on mybinder.org | |
uses: jupyterhub/repo2docker-action@master | |
with: | |
NO_PUSH: true | |
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on. | |
IMAGE_NAME: sylvaticus/betaml |