Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 583 Bytes

File metadata and controls

42 lines (26 loc) · 583 Bytes

Robusta-HMF

jax implementation of robust heteroskedastic matrix factorisation. Robusta like the coffee bean, get it?

Installation

Easiest is from PyPI either with pip

pip install robusta-hmf

or uv (recommended)

uv add robusta-hmf

Or, you can clone and build from source

git clone git@github.com:TomHilder/robusta-hmf.git
cd robusta-hmf
pip install -e .

Usage

TODO

Citation

TODO

Help

TODO

TODOs

  • More interpretable loss, maybe normalised in some sensible way (maybe proper NLL)
  • Type checking with mypy