Skip to content

fixed shuffeling in test dataset in notebooks #125

fixed shuffeling in test dataset in notebooks

fixed shuffeling in test dataset in notebooks #125

Workflow file for this run

name: Publish Github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
- run: pip install sklearn==0.0
- run: pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip
- run: pip install .[docs]
- run: mkdocs gh-deploy --force