-
I was trying to figure out how to invert a matrix in a 0.2.0 installation of julia, and I found out that 1/x gives me a different inverse than inv(x).
Here is my output
```
julia> x = rand(3, 3)
3x…
-
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
…
-
When linear_model.LogisticRegression is fit by data whose classes are the same, the resultant classifier doesn't return legal probabilities.
If a training set consists of two classes, a predict_proba…
-
This is about the "documentation inaccuracy" and the discussion on "scale_C".
I really want to fix this before the release but I don't have much time atm.
As far as I understood, at the moment we can…