-
To go with our vectors, it would be good to have a Matrix, so we can make the FunkSVD builder more abstracted and saner.
**Note**: This issue has been automatically migrated from Bitbucket
Created by…
ghost updated
10 years ago
-
Hi,
Using Pipeline and FeatureUnion one can combine multiple estimators into a single object and do a joint parameter selection. But they didn't help with a joint model selection if you want to use a…
kmike updated
10 years ago
-
jovo updated
10 years ago
-
The right singular vectors of `X` can be computed by the eigenvalue decomposition of `np.dot(X.T, X)`. So if `n_features` is not too large (say < 1000), this could be an efficient solver for `Truncate…
-
I get an error when installing. I am in a virtualenv using Python 3.4 on a Mac. Any idea why it fails to install?
``` bash
$ brew list --versions
aircrack-ng 1.1
android-sdk 22.3
apple-gcc42 4.2.1-5…
-
Hi
I am getting the following error as reported in https://github.com/fozziethebeat/S-Space/issues/13.
I realised that the default dimesnion of 300 is causing this and when I set to 1, I am not receiv…