Skip to content

pipelines sklearn add model with random search for 5000 iterations #44

pipelines sklearn add model with random search for 5000 iterations

pipelines sklearn add model with random search for 5000 iterations #44

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
poetry install --only main
- name: Deploy to GitHub Pages
run: |
poetry run mkdocs gh-deploy --force