Takuya Kitazawa

Results 21 issues of Takuya Kitazawa

Better to introduce the type checker for development: http://mypy-lang.org/

enhancement
testing

- [ ] libFM - [ ] fastFM - [ ] librec

docs
performance

FluRS should internally hold ID-index mapping.

enhancement

https://github.com/JuliaCon/proceedings-review/issues/119

- S. Rendle, C. Freudenthaler. [Improving Pairwise Learning for Item Recommendation from Implicit Feedback](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.587.3946&rep=rep1&type=pdf) - https://towardsdatascience.com/factorization-machines-for-item-recommendation-with-implicit-feedback-data-5655a7c749db More towards LTR. Follow up on #30

new feature
idea

- Implicit and explicit recommendation scenario - Accuracy and running time - Comparison with third-party tools

docs
performance

Beyond the simple getting started sample, create an end-to-end tutorial to highlight more realistic use cases.

docs

Something like this: ```jl struct Model data::DataAccessor hyperparameters::HyperParameters end ``` Also metrics can be parametrized in the same way, like: ```jl struct Metric k::Integer end ```

design
idea

Now it's a standard library in Julia https://docs.julialang.org/en/v1/stdlib/SparseArrays/

performance
idea