Skip to content

HYChou0515/utensil

Repository files navigation

Utensil

PyPI Latest Release License Package Status Coverage Pylint Code style: Google Imports: isort

Utensil is a python programming tool kit for day-to-day machine learning, data mining, and information analysis, etc.

Installation

pip install utensil

Main Functions

Machine Learning

  • parameter searching: utensil.param_search
  • directed cyclic/asyclic graph work flow: utensil.loopflow

Utilities

  • config setting (todo)
  • process bar (todo)

Docker Compose

We provide an web application for loopflow.

To start a service, you can follow these steps.

  1. build a wheel of utensil and move it to app/docker/
poetry build
  1. build docker images
docker-compose build
  1. start the service
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published