Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Our awesome BärnHäckt project for the Clienia Schlössli challenge

License

NotificationsYou must be signed in to change notification settings

bespinian/triage-trend

Repository files navigation

Our awesome BärnHäckt project for the Clienia Schlössli challenge

Install and run backend

poetry installpoetry run python scripts/train.pypoetry run uvicorn triage_trend.main:app --reload

The service can then be queried like this:

curl -X POST"http://127.0.0.1:8000/predict" -H"Content-Type: application/json" -d'{    "date": "2024-08-24"}'

Install and run the frontend

cd ./triage-trend-uinpm installnpm run dev# or start the server and open the app in a new browser tabnpm run dev -- --open

Format python code

ruff check. --fixruff format

Setup NixOS

echo"use nix"> .envrcdirenv allow

Data sources

Feature engineering ideas

  • Week after holidays
  • First week of holidays
  • Mean week weather data

About

Our awesome BärnHäckt project for the Clienia Schlössli challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp