-
After @MechCoder fixed kneighbors_graph in #4046, we should check all uses in the code for whether we want `include_self==True` or not. I came across this in `SpectralEmbedding` where the current defa…
-
https://github.com/scikit-learn/scikit-learn
作業ログは、参加者が、このイベントを通して得るものをより増やすために重要になります。なぜなら作業ログがメンターからのフィードバックをより充実させるからです。
作業ログを元にメンターと「ふりかえり」をするタイミングがあります。「ふりかえり」では次のことをします。
- 参加者は作業ログの内容を順にメンターに説…
-
Hi,
I am using Mac OSX 10.10 and Python 2.7.3 and I am trying to install scikit-learn without success. I am getting an error message (during installation with sudo pip install -U scikit-learn), pleas…
-
See https://gist.github.com/tkelman/adddb1018adabbb6711b
Mostly lapack / ccall seems broken. The core failure in `jl_method_table_assoc_exact` is also worrying. Dict and hashing just die with no erro…
-
I'm not sure if a global toggle is the right approach, but starting in Java 8u40 some of the restrictions that require nodes be created on the application thread are being loosened. See here:
https:…
-
For some reason, I can't seem to use the predict method on AffinityPropagation. The other methods such as fit, fit_predict, etc, seem to be working fine. If I try using fit though, I get the error "…
-
-
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
…
-
original ticket description is below:
---
> ABCMeta is not applied in Python 3.x
> This cause test failures in sklearn/tests/test_common.py.
>
> The fix is not clear for me: six.with_metaclass alwa…
kmike updated
10 years ago
-
Hi all,
I used DBSCAN into a `numpy.array` with shape (60582, 4L) and I got this error:
```
Traceback (most recent call last):
File "C:\Users\Pedro\My Projects\GmodeClass\test.py", line 22, in
…