-
-
This package is an important foundation for our efforts towards a machine learning ecosystem. I plan to spend some time to work on this package recently.
Here is a tentative plan:
- [ ] Remove depend…
-
Nose tests are failing on OSX 10.10.2
```
pip show scikit-learn scipy numpy python
---
Name: scikit-learn
Version: 0.16.0
Location: /anaconda/lib/python2.7/site-packages
Requires:
---
Name: scipy
…
-
I tried to build the scikit-learn docs for version 0.12 using Python 2.7.3 and Sphinx 1.1.3 on OSX 10.8 with the command `make html-noplot` but Sphinx fails with the following stacktrace:
``` python
…
-
I'm following the instruction here to install:
http://scikit-learn.org/stable/install.html
At the very end, I ran "nosetests --exe sklearn" and got:
FAILED (SKIP=14, errors=2, failures=1)
Below is …
-
Env:
skleanr 0.14.1
Numpy 1.7.1
Scipy 0.12.0
Python 2.7.5
I get this error after trying nosetest, is it critical?
```
MacBook-Pro-de-GALVEZZ:python galvezz$ nosetests sklearn --exe
/Library/Python/2…
-
I'm installing mixtape on my new computer, and I'm getting the following error. I've tried installing scipy from source, but I'm still seeing the same error.In general, mixtape has too many dependenci…
-
Hello, I am installing scikit-learn 0.14.1 from pip. I am using Ubuntu 13.10. I've met all the requirements:
- Python 2.6+
- Numpy >= 1.3
- SciPy >= 0.7
- Matplotlib >= 0.99.1
- nose >= 0.10
And her…
-
Manifold functions wrapper in ldagibbsviewer don't look pretty. It is a bad idea to let them do all things, calculating similarities, learning, and plotting, etc. This is especially so now that we hav…
-
The core parts of manifold learning in {cluster_topics, isomap_topics, isomap_docs, gen_colors, plot_clusters} in `ldagibbsviewer.py` should be migrated to a new module `manifold.py`