Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.72 KB

ml-playground

codecov python-v3.10 python-v3.11 python-v3.12 python-v3.13

en: What is this?

This is a repository for machine learning playground and sample codes. I want to organize samples for myself because sample codes for machine learning are often of low quality.

By doing so, I will ensure that sample codes always function as samples.

Usage

Install dependencies

Install dependencies with uv.

uv sync

Additional installation

typos

This project uses typos. Please install it according to https://github.com/crate-ci/typos#install

Run poe tasks

Run tests

uv run poe test

Format

uv run poe format

Lint

uv run poe check

LICENSE

MIT License