Citing libra_py_001_01
=============
The library libra_py is an academic project. The time and resources spent developing fastFM are therefore justified
by the number of citations of the software. If you publish scientific articles using libra_py, please cite the following article (bibtex entry `citation.bib <http://jmlr.org/papers/v17/15-355.bib>`_).
Bayer, I. "fastFM: A Library for Factorization Machines" Journal of Machine Learning Research 17, pp. 1-5 (2016)
libra_py: A Package for sparsity problem
============================================
Supported Operating Systems
---------------------------
fastFM has a continuous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)**
and **OS X Mavericks**. Other OS are not actively supported.
Usage
-----
.. code-block:: python
from fastFM import als
fm = als.FMRegression(n_iter=1000, init_stdev=0.1, rank=2, l2_reg_w=0.1, l2_reg_V=0.5)
fm.fit(X_train, y_train)
y_pred = fm.predict(X_test)
Tutorials and other information are available `here <http://arxiv.org/abs/1505.00641>`_.
The C code is available as `subrepository <https://github.com/ibayer/fastFM-core>`_ and provides
a stand alone command line interface. If you have still **questions** after reading the documentation please open a issue at GitHub.
+----------------+------------------+-----------------------------+
| Family | Solver | Loss |
+================+==================+=============================+
| Gaussian | LBI_Linear | Square Loss |
+----------------+------------------+-----------------------------+
| Binomial | LBI_Logit | Logit Model |
+----------------+------------------+-----------------------------+
*Supported solvers and tasks*
Installation
------------
**binary install**
``pip install libra_py``
Tests
-----
=============
The library libra_py is an academic project. The time and resources spent developing fastFM are therefore justified
by the number of citations of the software. If you publish scientific articles using libra_py, please cite the following article (bibtex entry `citation.bib <http://jmlr.org/papers/v17/15-355.bib>`_).
Bayer, I. "fastFM: A Library for Factorization Machines" Journal of Machine Learning Research 17, pp. 1-5 (2016)
libra_py: A Package for sparsity problem
============================================
Supported Operating Systems
---------------------------
fastFM has a continuous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)**
and **OS X Mavericks**. Other OS are not actively supported.
Usage
-----
.. code-block:: python
from fastFM import als
fm = als.FMRegression(n_iter=1000, init_stdev=0.1, rank=2, l2_reg_w=0.1, l2_reg_V=0.5)
fm.fit(X_train, y_train)
y_pred = fm.predict(X_test)
Tutorials and other information are available `here <http://arxiv.org/abs/1505.00641>`_.
The C code is available as `subrepository <https://github.com/ibayer/fastFM-core>`_ and provides
a stand alone command line interface. If you have still **questions** after reading the documentation please open a issue at GitHub.
+----------------+------------------+-----------------------------+
| Family | Solver | Loss |
+================+==================+=============================+
| Gaussian | LBI_Linear | Square Loss |
+----------------+------------------+-----------------------------+
| Binomial | LBI_Logit | Logit Model |
+----------------+------------------+-----------------------------+
*Supported solvers and tasks*
Installation
------------
**binary install**
``pip install libra_py``
Tests
-----
Release files for libra_py_001_01 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| libra_py_001_01-0.0.1.tar.gz | 11.1 kB | Details |
Release files / libra_py_001_01-0.0.1.tar.gz
| Download URL | libra_py_001_01-0.0.1.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
853f2f6eba8dfc1c168672ce44c96b588e87e9d7b569b900cd9b3025ec586d2f
|
|
BLAKE2b-256 checksum How to use checksums |
5b482ea5834fb6361d145a28829b014aa37754494a296dc0858f8d8dd29c779d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |