-
Hi, I have a problem while trying to use your toolbox:
I call from modshogun import \* in python 2.7 and its OK.
However, things like PCA, Isomap, LMNN are not recognized ("cannot import name ...")
Ho…
-
When i run the example I get all 3 files. out.isomap.png looks just fine if I open it with an image viewer, however when I load the obj file with meshlab or blender, the texture is completely black, e…
-
Hi,
I have followed the instructions on Github and have successfully (apparently) installed hdbscan. However, when I import hdbscan I receive the following error:
> > > import hdbscan
> > > Tracebac…
-
Hi, Patrik! I am wondering if the isomap output is a way for obj file viewer to see the texture? Is there a way to visualise the 3D model directly(like utilising the openGL function)?
// This is not a…
-
It would be nice if scikit-learn showed which lines are covered by unit tests in our PRs. For example, Coveralls will show your test coverage line by line.
![image](https://cloud.githubusercontent.co…
-
``` julia
julia> m = transform(Isomap, randn(3,100))
WARNING: Dict{K,V}(ks::AbstractArray{K},vs::AbstractArray{V}) is deprecated, use Dict{K,V}(zip(ks,vs)) instead.
in depwarn at deprecated.jl:73
in…
-
Hello
Firstly, thank you so much for offering your code.
I tried to run the code on Visual Studio 2015 update 3 (Windows 7 64bit). But when I tried to run the example, I got a 49 debug errors sayi…
-
Apparently `NearestNeighbors` can be paralleled with `n_jobs` argument, but when used on `Isomap`, it is never called with the `n_jobs` argument, leaving it with the default value `1`:
On `Isomap._fi…
-
We should try to use relative imports within the package; e.g. in `isomap.py` use
``` python
from ..utils.eigendecomp import eigen_decomposition
```
rather than
``` python
from Mmani.utils.eigendec…
-
I think it is time to head towards the 2.4-0 release. This needs some boring testing (and adding tests in the package) and clean-up. Below is a listing of changes against 2.3-3 at the file level (many…