From ddd844c39728e08bd52b100e6064fd40de84ba77 Mon Sep 17 00:00:00 2001 From: Amane Suzuki Date: Thu, 26 Apr 2018 19:21:18 +0900 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84e70c4..21cc2a7 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Each column is interpreted as a separate "field" in the model. Only dict columns Code ---- -- `libfmm.cpp`: uses C++ macros provided by [Turi's SDK](https://github.com/turi-code/GraphLab-Create-SDK) to wrap `libffm`'s methods as Python classes and methods. -- `fmm.py`: a scikit-learn-style wrapper. +- `libffm.cpp`: uses C++ macros provided by [Turi's SDK](https://github.com/turi-code/GraphLab-Create-SDK) to wrap `libffm`'s methods as Python classes and methods. +- `ffm.py`: a scikit-learn-style wrapper. - `lib/`: the [original library](http://www.csie.ntu.edu.tw/~r01922136/libffm/), where cout statements have been replaced with Turi's `progress_stream` to allow progress printing to Python. - `examples/`: example scripts for training models using the sample data provided with the original package as well as with data similar to Kaggle's [criteo competition](https://www.kaggle.com/c/criteo-display-ad-challenge).