Skip to content

kitsuyui/ml-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-playground

codecov python-v3.9 python-v3.10 python-v3.11 python-v3.11

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.

ja: これは何?

機械学習の実験場・サンプルコードのリポジトリです。 機械学習周りのサンプルコードはクォリティが高くないことが多いので、自分用にサンプルを整理したいと考えています。

これらによって、サンプルコードが常にサンプルとして機能することを保証していきます。

Usage

Install dependencies

Install dependencies with poetry.

poetry install

Additional installation

typos

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

Run poe tasks

poetry self add 'poethepoet[poetry_plugin]'

Run tests

poetry poe test

Format

poetry poe format
  • isort for import sorting
  • black for formatting
  • pyupgrade for upgrading syntax to the latest version of Python

Lint

poetry poe check
  • mypy for static type checking
  • flake8 for linting
  • black for formatting check
  • isort for import sorting check

LICENSE

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published