.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
codecov.yml
doc_autobuild.sh
mypy.ini
pyproject.toml
setup.py
.github/workflows/doctest.yml
.github/workflows/pre-commit.yml
.github/workflows/run-test.yml
.github/workflows/wheels.yml
cpp_source/Faddeeva.cc
cpp_source/bind.cpp
cpp_source/bind_float.cpp
cpp_source/declare_module.hpp
doc/Makefile
doc/requirements.txt
doc/source/api_reference.rst
doc/source/conf.py
doc/source/index.rst
doc/source/movielens.rst
doc/source/ordinal-regression.rst
doc/source/quickstart.rst
doc/source/rating_vs_cps.png
doc/source/relation-blocks.rst
examples/ml-100k-extended.ipynb
examples/ml-100k-regression.py
examples/ml-100k-variational.py
examples/ml-100k.ipynb
examples/ml-10m-regression.py
examples/ml-1m-extended.ipynb
examples/ml-1m-regression.py
examples/oprobit_example.py
examples/toy.py
include/Faddeeva/Faddeeva.hh
include/myfm/BaseFMTrainer.hpp
include/myfm/FM.hpp
include/myfm/FMLearningConfig.hpp
include/myfm/FMTrainer.hpp
include/myfm/HyperParams.hpp
include/myfm/LearningHistory.hpp
include/myfm/OProbitSampler.hpp
include/myfm/definitions.hpp
include/myfm/predictor.hpp
include/myfm/util.hpp
include/myfm/variational.hpp
src/myfm/__init__.py
src/myfm/_myfm.pyi
src/myfm/base.py
src/myfm/gibbs.py
src/myfm/variational.py
src/myfm.egg-info/PKG-INFO
src/myfm.egg-info/SOURCES.txt
src/myfm.egg-info/dependency_links.txt
src/myfm.egg-info/not-zip-safe
src/myfm.egg-info/requires.txt
src/myfm.egg-info/top_level.txt
src/myfm/utils/__init__.py
src/myfm/utils/dummy_data.py
src/myfm/utils/benchmark_data/__init__.py
src/myfm/utils/benchmark_data/loader_base.py
src/myfm/utils/benchmark_data/movielens100k_data.py
src/myfm/utils/benchmark_data/movielens10M_data.py
src/myfm/utils/benchmark_data/movielens1M_data.py
src/myfm/utils/callbacks/__init__.py
src/myfm/utils/callbacks/libfm.py
src/myfm/utils/encoders/__init__.py
src/myfm/utils/encoders/base.py
src/myfm/utils/encoders/binning.py
src/myfm/utils/encoders/categorical.py
src/myfm/utils/encoders/multi_value.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/classification/__init__.py
tests/classification/test_classification.py
tests/dataset/__init__.py
tests/dataset/test_ml100k.py
tests/dataset/test_ml1m.py
tests/oprobit/__init__.py
tests/oprobit/test_oprobit_1dim.py
tests/regression/__init__.py
tests/regression/test_block.py
tests/regression/test_fit.py
tests/utils/__init__.py
tests/utils/test_binning.py
tests/utils/test_categorical.py
tests/utils/test_dataframe_encoder.py
tests/utils/test_multivalue.py