Skip to content

Commit

Permalink
Merge pull request #156 from philippsandhaus/README-typos
Browse files Browse the repository at this point in the history
Fixed some typos in README
  • Loading branch information
ibayer committed Mar 5, 2020
2 parents 8dd2a76 + 0755d4d commit 6a979f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ fastFM: A Library for Factorization Machines
:target: https://travis-ci.org/ibayer/fastFM

This repository allows you to use Factorization Machines in **Python** (2.7 & 3.x) with the well known **scikit-learn API**.
All performance critical code as been written in C and wrapped with Cython. fastFM provides
All performance critical code has been written in C and wrapped with Cython. fastFM provides
stochastic gradient descent (SGD) and coordinate descent (CD) optimization routines as well as Markov Chain Monte Carlo (MCMC) for Bayesian inference.
The solvers can be used for regression, classification and ranking problems. Detailed usage instructions can be found in the `online documentation <http://ibayer.github.io/fastFM>`_ and on `arXiv <http://arxiv.org/abs/1505.00641>`_.

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.
and **OS X Mavericks**. Other OSs are not actively supported.

Usage
-----
Expand All @@ -42,7 +42,7 @@ Usage
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.
a stand alone command line interface. If you still have **questions** after reading the documentation please open an issue at GitHub.

+----------------+------------------+-----------------------------+
| Task | Solver | Loss |
Expand Down Expand Up @@ -101,7 +101,7 @@ Contribution
------------

* Star this repository: keeps contributors motivated
* Open a issue: report bugs or suggest improvements
* Open an issue: report bugs or suggest improvements
* Fix errors in the documentation: small changes matter
* Contribute code

Expand Down

0 comments on commit 6a979f5

Please sign in to comment.