Skip to content

takeuchi-lab/si4ul

Repository files navigation

si4ul

This package implements selecrtive inference for unsupervised learning.

  • image segmentation
  • k-means
  • change-point detection

Key references are the following papers:

Requirements

This package requires the following packages:

  • matplotlib
  • mpmath
  • numpy
  • opencv-python
  • pandas
  • scipy
  • seaborn
  • statsmodels
  • tqdm

Installing si4ul

Use pip to install si4ul package. Required packages will be also installed automatically.

$ pip install si4ul

API Reference

Detailed API reference is available here