capaci / capaci-kit-learn

This repository consists of reimplementations of some machine learning algorithms with api's similar to those of scikit-learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capaci Kit Learn

This repository consists of reimplementations of some machine learning algorithms with api's similar to those of scikit-learn.

It was created for the purposes of studying some topics such as machine learning, numpy, scikit-learn, documentation in python projects, automated tests with pytest, dependency management with Poetry, among others.

Install Poetry

  • linux
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

Poetry completetion

poetry completions bash > /etc/bash_completion.d/poetry.bash-completion

Activate Poetry environment

poetry shell

Install dependencies

poetry install

Running tests

poetry run pytest

Running linter

poetry run flake8

About

This repository consists of reimplementations of some machine learning algorithms with api's similar to those of scikit-learn.


Languages

Language:Python 100.0%