Skip to content

Commit a35f621

Browse files
author
Immanuel Bayer
committed
fix md table
1 parent f4badb3 commit a35f621

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ fastFM: A Library for Factorization Machines
1414
============================================
1515

1616
[![image](https://travis-ci.org/ibayer/fastFM.svg?branch=master)](https://travis-ci.org/ibayer/fastFM)
17-
1817
[![image](https://img.shields.io/badge/platform-OSX%7CLinux-lightgrey.svg)](https://travis-ci.org/ibayer/fastFM)
19-
2018
[![image](https://img.shields.io/pypi/l/Django.svg)](https://travis-ci.org/ibayer/fastFM)
2119

2220
This repository allows you to use Factorization Machines in **Python**
@@ -52,15 +50,12 @@ Tutorials and other information are available
5250
stand alone command line interface. If you still have **questions**
5351
after reading the documentation please open an issue at GitHub.
5452

55-
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+
56-
\| Task \| Solver \| Loss \|
57-
+================+==================+=============================+ \|
58-
Regression \| als, mcmc, sgd \| Square Loss \|
59-
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+
60-
\| Classification \| als, mcmc, sgd \| Probit(Map), Probit, Sigmoid\|
61-
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+
62-
\| Ranking \| sgd \| BPR \|
63-
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--+
53+
| Task | Solver | Loss |
54+
| :------------- | :----------: | -----------: |
55+
| Regression | als, mcmc, sgd | Square Loss |
56+
| Classification | als, mcmc, sgd | Probit(Map), Probit, Sigmoid|
57+
| Ranking | sgd | BPR |
58+
6459
*Supported solvers and tasks*
6560

6661
Installation
@@ -142,7 +137,6 @@ apply to fastFM can be found at
142137
License: BSD
143138
------------
144139

145-
\<!\-- Matomo Image Tracker\--\> \<img
146-
referrerpolicy=\"no-referrer-when-downgrade\"
147-
src=\"<https://matomo.palaimon.io/matomo.php?idsite=2&rec=1>\"
148-
style=\"border:0\" alt=\"\" /\> \<!\-- End Matomo \--\>
140+
<!-- Matomo Image Tracker-->
141+
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.palaimon.io/matomo.php?idsite=2&amp;rec=1" style="border:0" alt="" />
142+
<!-- End Matomo -->

0 commit comments

Comments
 (0)