ibayer

Results 122 comments of ibayer

Are you using the latest version of the master branch? Results look okay. Can you install and run the test for fastFM-core? https://github.com/ibayer/fastFM-core Just post commands and output here, don't...

Ah, someone reported having an issue with centos before. Have a look at https://github.com/ibayer/fastFM/issues/20 (last comment).

@Vimos `libraries=['m', 'fastfm', 'cxsparse', 'blas', 'cblas']` Is it necessary to specify both `blas` and `cblas`?

Thanks, please keep us posted. Knowing the exact issue might allow us to add a simple workaround to fastFM.

@rheras the cblas dependency has been dropped in https://github.com/ibayer/fastFM-core/pull/19 but I haven't made a release since then. You could try to build fastFM from the current master branch.

@josepablog Please have a look at the example in issue https://github.com/ibayer/fastFM/issues/71 . @Damdinov Which non uniform sampling strategy works best depends very much on the dataset. There are however two...

@paoloRais fastFM can be used for implicit-feedback please have a look at the discussion in #15 .

Actually there is a `predict_proba` function for the **als** and **sdg** solver but it's not showing up in the docs (there is an open issue now). In general, I would...

You are talking about the `OneVsRestClassifierI` class from sklearn? I thought you want to implement it yourself. Please provide a [Short, Self Contained, Correct Example](http://sscce.org/) to help us understand the...

The **Cannot clone object FMClassification** error has been reported before https://github.com/ibayer/fastFM/issues/44 . > That's why I asked this question and I was wondering if implementing customized fit *and *predict_proba >...