Takuya Akiba

Results 6 issues of Takuya Akiba

The estimators do not seem to have full compatibility with scikit-learn object API, which is described [here](http://scikit-learn.org/stable/developers/contributing.html#apis-of-scikit-learn-objects). For example, `fastFM.sgd.FMRegression` does not store `l2_reg` in `__init__`. This prevents `sklearn.base.clone` to...

enhancement
help wanted

Current `scatter_dataset` creates sub datasets of strictly equal lengths by duplicating some examples when necessary. This is for epoch triggers to work correctly. However, it is generally unnecessary for validator...

feature

https://github.com/chainer/chainermn/blob/master/docs/source/reference/index.rst#communicators

document

This issue is the central place to discuss the future plans. Any suggestion and contribution are appreciated. We only discuss relatively large tasks here, and smaller tasks are managed in...

roadmap

How about adding a feature to install and manage NCCL? It is also prevalent in the deep learning community and many users install it like cuDNN, so it would be...